From b322915418113bbb73df904ccd0c2f3ac58e29a9 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:47:09 -0400 Subject: [PATCH] hide nt head, body --- mods/mobs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/mobs.js b/mods/mobs.js index a59214b2..e91b5458 100644 --- a/mods/mobs.js +++ b/mods/mobs.js @@ -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,