Update nousersthings.js
This commit is contained in:
parent
c4426784c2
commit
07250fc708
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue