hide nt head, body

This commit is contained in:
Laetitia (O-01-67) 2022-11-02 13:47:09 -04:00 committed by GitHub
parent 7b80be4832
commit b322915418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3966,7 +3966,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
elements.nothing_there_phase_3 = {
color: "#fc1e35",
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: {
dead: false,
dir: 1,
@ -3997,6 +3997,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
state: "solid",
tempHigh: 3000,
hardness: 0.9975,
hidden: true,
stateHigh: "cooked_meat",
burn: 1,
burnTime: 300000,
@ -4101,6 +4102,7 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(explodeAtPlu
state: "solid",
tempHigh: 3000,
hardness: 0.9975,
hidden: true,
stateHigh: "cooked_meat",
burn: 1,
burnTime: 300000,