Update nousersthings.js
This commit is contained in:
parent
c4426784c2
commit
07250fc708
|
|
@ -320,6 +320,7 @@ elements.roomtemper = {
|
|||
state:"solid",
|
||||
insulate: true,
|
||||
noMix: true,
|
||||
movable: false,
|
||||
},
|
||||
elements.destroyable_roomtemper = {
|
||||
color: "#18401a",
|
||||
|
|
@ -350,6 +351,7 @@ elements.destroyable_roomtemper = {
|
|||
stateLow: ["ice", "iron"],
|
||||
breakInto: ["snow","metal_scrap"],
|
||||
noMix: true,
|
||||
movable: false,
|
||||
},
|
||||
elements.customtemper = {
|
||||
color: "#421b6b",
|
||||
|
|
@ -376,6 +378,7 @@ elements.customtemper = {
|
|||
state:"solid",
|
||||
insulate: true,
|
||||
noMix: true,
|
||||
movable: false,
|
||||
},
|
||||
elements.destroyable_customtemper = {
|
||||
color: "#261047",
|
||||
|
|
@ -403,6 +406,7 @@ elements.destroyable_customtemper = {
|
|||
insulate: true,
|
||||
breakInto: ["snow","metal_scrap","oxidized_copper","wire"],
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue