random_things.js

This commit is contained in:
PumpkinPriest 2023-12-02 11:17:23 -05:00 committed by GitHub
parent fa0e392162
commit 53a5aa1af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -37,8 +37,9 @@ elements.liquid_legend = {
"void": { "elem1": "light", "elm2": null },
},
},
elements.banana_juice = {
runAfterLoad(function() {
if(enabledMods.includes("bananas.js")) {
elements.banana_juice = {
name: "banana juice",
color: "#e0f542",
behavior: behaviors.LIQUID,
@ -47,4 +48,6 @@ elements.banana_juice = {
state: "liquid",
density: 200,
excludeRandom: true,
}
}
}
});