From 07250fc708e44b5483d4c4644d8e10fb73df7e3d Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:49:28 -0500 Subject: [PATCH] Update nousersthings.js --- mods/nousersthings.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 56b6b948..4fc88be4 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -319,7 +319,8 @@ elements.roomtemper = { category:"machines", state:"solid", insulate: true, - noMix: true, + noMix: true, + movable: false, }, elements.destroyable_roomtemper = { color: "#18401a", @@ -349,7 +350,8 @@ elements.destroyable_roomtemper = { tempLow: -200, stateLow: ["ice", "iron"], breakInto: ["snow","metal_scrap"], - noMix: true, + noMix: true, + movable: false, }, elements.customtemper = { color: "#421b6b", @@ -375,7 +377,8 @@ elements.customtemper = { category:"machines", state:"solid", insulate: true, - noMix: true, + noMix: true, + movable: false, }, elements.destroyable_customtemper = { color: "#261047", @@ -402,7 +405,8 @@ elements.destroyable_customtemper = { state:"solid", insulate: true, breakInto: ["snow","metal_scrap","oxidized_copper","wire"], - noMix: true, + noMix: true, + movable: false, }, elements.e_pipe = { color: "#414c4f", @@ -1243,6 +1247,7 @@ elements.heat_test = { state: "solid", tempHigh: 1538, stateHigh: "molten_iron", + movable: false, tick: function(pixel){ if (pixel.start == pixelTicks){ pixel.ogR = parseInt(pixel.color.slice(4, pixel.color.indexOf(',')), 10)