random_things.js
This commit is contained in:
parent
96a473544d
commit
660b1599f5
|
|
@ -37,6 +37,18 @@ elements.liquid_legend = {
|
||||||
"void": { "elem1": "light", "elm2": null },
|
"void": { "elem1": "light", "elm2": null },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
elements.wine = {
|
||||||
|
name: "wine",
|
||||||
|
color: "#f02263",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
temp: 30,
|
||||||
|
category: "liquids",
|
||||||
|
state: "liquid",
|
||||||
|
density: 200,
|
||||||
|
excludeRandom: true,
|
||||||
|
},
|
||||||
|
|
||||||
if (enabledMods.includes("bananas.js")) {
|
if (enabledMods.includes("bananas.js")) {
|
||||||
runAfterLoad(function() {
|
runAfterLoad(function() {
|
||||||
elements.banana_juice = {
|
elements.banana_juice = {
|
||||||
|
|
@ -44,9 +56,9 @@ if (enabledMods.includes("bananas.js")) {
|
||||||
color: "#e0f542",
|
color: "#e0f542",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
temp: 800,
|
temp: 800,
|
||||||
category: "food",
|
category: "liquids",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
density: 200,
|
density: 20,
|
||||||
excludeRandom: true,
|
excludeRandom: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue