Update Neutronium Mod.js
This commit is contained in:
parent
6d44461090
commit
241c3860ae
|
|
@ -2,7 +2,7 @@ currentColor = "#80ffff";
|
||||||
function deletecoconut {
|
function deletecoconut {
|
||||||
throw "The game crashed, because you deleted the coconut."
|
throw "The game crashed, because you deleted the coconut."
|
||||||
}
|
}
|
||||||
console.log("Welcome to the console.")
|
console.log("Welcome to the console.");
|
||||||
elements.test = {
|
elements.test = {
|
||||||
color: "#ff0000",
|
color: "#ff0000",
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
|
|
@ -1147,7 +1147,7 @@ behavior: ["XX|XX|XX","M2%5|XX|M2%5","M2|M1|M2"],
|
||||||
tempHigh: 38,
|
tempHigh: 38,
|
||||||
stateHigh: "molten_butter",
|
stateHigh: "molten_butter",
|
||||||
density: 911,
|
density: 911,
|
||||||
}
|
};
|
||||||
elements.molten_butter = {
|
elements.molten_butter = {
|
||||||
color: "#f7e997",
|
color: "#f7e997",
|
||||||
category: "food",
|
category: "food",
|
||||||
|
|
@ -1156,7 +1156,7 @@ behavior: behaviors.LIQUID,
|
||||||
tempLow: 38,
|
tempLow: 38,
|
||||||
stateLow: "butter",
|
stateLow: "butter",
|
||||||
density: 910,
|
density: 910,
|
||||||
}
|
};
|
||||||
/* Unfinished:
|
/* Unfinished:
|
||||||
magnesium
|
magnesium
|
||||||
hematite mixture
|
hematite mixture
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue