Update incinerators.js
This commit is contained in:
parent
f6c6ad6ad9
commit
da31f40035
|
|
@ -1,6 +1,6 @@
|
||||||
elements.incinerator = {
|
elements.incinerator = {
|
||||||
color: "#e600ff",
|
color: "#e600ff",
|
||||||
desc: "It works like the incinerate tool but in machine.",
|
desc: "A machine that works like the incinerate tool.",
|
||||||
behavior: [
|
behavior: [
|
||||||
"XX|HT:10000|XX",
|
"XX|HT:10000|XX",
|
||||||
"HT:10000|XX|HT:10000",
|
"HT:10000|XX|HT:10000",
|
||||||
|
|
@ -26,4 +26,4 @@ elements.e_incinerator = {
|
||||||
category: "machines",
|
category: "machines",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
insulate:true,
|
insulate:true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue