Update nousersthings.js

This commit is contained in:
JustAGenericUsername 2023-12-16 20:49:28 -05:00 committed by GitHub
parent c4426784c2
commit 07250fc708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -320,6 +320,7 @@ elements.roomtemper = {
state:"solid", state:"solid",
insulate: true, insulate: true,
noMix: true, noMix: true,
movable: false,
}, },
elements.destroyable_roomtemper = { elements.destroyable_roomtemper = {
color: "#18401a", color: "#18401a",
@ -350,6 +351,7 @@ elements.destroyable_roomtemper = {
stateLow: ["ice", "iron"], stateLow: ["ice", "iron"],
breakInto: ["snow","metal_scrap"], breakInto: ["snow","metal_scrap"],
noMix: true, noMix: true,
movable: false,
}, },
elements.customtemper = { elements.customtemper = {
color: "#421b6b", color: "#421b6b",
@ -376,6 +378,7 @@ elements.customtemper = {
state:"solid", state:"solid",
insulate: true, insulate: true,
noMix: true, noMix: true,
movable: false,
}, },
elements.destroyable_customtemper = { elements.destroyable_customtemper = {
color: "#261047", color: "#261047",
@ -403,6 +406,7 @@ elements.destroyable_customtemper = {
insulate: true, insulate: true,
breakInto: ["snow","metal_scrap","oxidized_copper","wire"], breakInto: ["snow","metal_scrap","oxidized_copper","wire"],
noMix: true, noMix: true,
movable: false,
}, },
elements.e_pipe = { elements.e_pipe = {
color: "#414c4f", color: "#414c4f",
@ -1243,6 +1247,7 @@ elements.heat_test = {
state: "solid", state: "solid",
tempHigh: 1538, tempHigh: 1538,
stateHigh: "molten_iron", stateHigh: "molten_iron",
movable: false,
tick: function(pixel){ tick: function(pixel){
if (pixel.start == pixelTicks){ if (pixel.start == pixelTicks){
pixel.ogR = parseInt(pixel.color.slice(4, pixel.color.indexOf(',')), 10) pixel.ogR = parseInt(pixel.color.slice(4, pixel.color.indexOf(',')), 10)