random_things.js

This commit is contained in:
PumpkinPriest 2023-12-07 10:50:19 -05:00 committed by GitHub
parent 5d3abd9b3a
commit 96a473544d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -37,8 +37,8 @@ elements.liquid_legend = {
"void": { "elem1": "light", "elm2": null }, "void": { "elem1": "light", "elm2": null },
}, },
}, },
runAfterLoad(function() {
if (enabledMods.includes("bananas.js")) { if (enabledMods.includes("bananas.js")) {
runAfterLoad(function() {
elements.banana_juice = { elements.banana_juice = {
name: "banana juice", name: "banana juice",
color: "#e0f542", color: "#e0f542",
@ -50,4 +50,4 @@ elements.liquid_legend = {
excludeRandom: true, excludeRandom: true,
} }
} }
}); )};