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,7 +37,8 @@ elements.liquid_legend = {
"void": { "elem1": "light", "elm2": null }, "void": { "elem1": "light", "elm2": null },
}, },
}, },
runAfterLoad(function() {
if(enabledMods.includes("bananas.js")) {
elements.banana_juice = { elements.banana_juice = {
name: "banana juice", name: "banana juice",
color: "#e0f542", color: "#e0f542",
@ -48,3 +49,5 @@ elements.banana_juice = {
density: 200, density: 200,
excludeRandom: true, excludeRandom: true,
} }
}
});