hide nt head, body
This commit is contained in:
parent
7b80be4832
commit
b322915418
|
|
@ -3966,7 +3966,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
|
||||||
elements.nothing_there_phase_3 = {
|
elements.nothing_there_phase_3 = {
|
||||||
color: "#fc1e35",
|
color: "#fc1e35",
|
||||||
category: "life",
|
category: "life",
|
||||||
desc: "Intended for debugging. Spawns Nothing There in its humanoid third phase, for when you don't want to wait for it to go through the other phases.",
|
desc: "Spawns Nothing There in its humanoid third phase, for when you don't want to wait for it to go through the other phases.",
|
||||||
properties: {
|
properties: {
|
||||||
dead: false,
|
dead: false,
|
||||||
dir: 1,
|
dir: 1,
|
||||||
|
|
@ -3997,6 +3997,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
|
||||||
state: "solid",
|
state: "solid",
|
||||||
tempHigh: 3000,
|
tempHigh: 3000,
|
||||||
hardness: 0.9975,
|
hardness: 0.9975,
|
||||||
|
hidden: true,
|
||||||
stateHigh: "cooked_meat",
|
stateHigh: "cooked_meat",
|
||||||
burn: 1,
|
burn: 1,
|
||||||
burnTime: 300000,
|
burnTime: 300000,
|
||||||
|
|
@ -4101,6 +4102,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
|
||||||
state: "solid",
|
state: "solid",
|
||||||
tempHigh: 3000,
|
tempHigh: 3000,
|
||||||
hardness: 0.9975,
|
hardness: 0.9975,
|
||||||
|
hidden: true,
|
||||||
stateHigh: "cooked_meat",
|
stateHigh: "cooked_meat",
|
||||||
burn: 1,
|
burn: 1,
|
||||||
burnTime: 300000,
|
burnTime: 300000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue