random_things.js but yes

Yes
This commit is contained in:
PumpkinPriest 2023-05-18 19:07:37 -04:00 committed by GitHub
parent 1bd8ccfb41
commit ac1d33a867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -11,7 +11,7 @@ elements.legendary_energy = {
"void": { "elem1": "light", "elm2": null }, "void": { "elem1": "light", "elm2": null },
} }
runAfterLoad(function() { runAfterLoad(function() {
if(enabledMods.includes("liquid_energy.js")) { if(enabledMods.includes("liquid_energy.js") && enabledMods.includes("bananas.js")) {
elements.liquid_legend = { elements.liquid_legend = {
"name": "liquid legend" "name": "liquid legend"
"color": "#13d644", "color": "#13d644",
@ -29,10 +29,6 @@ runAfterLoad(function() {
"magma": { "elem1": "armageddon", "elem2": null }, "magma": { "elem1": "armageddon", "elem2": null },
"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",