Update random_things.js

This commit is contained in:
PumpkinPriest 2023-05-19 19:42:00 -04:00 committed by GitHub
parent 917525a758
commit 5fb97cafce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@ elements.legendary_energy = {
reactions: {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
}
}
runAfterLoad(function() {
if(enabledMods.includes("liquid_energy.js") && enabledMods.includes("bananas.js")) {
elements.liquid_legend = {
@ -34,8 +35,8 @@ runAfterLoad(function() {
excludeRandom: true,
reactions" {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
}
"void": { "elem1": "light", "elm2": null }
}
elements.banana_juice = {
name: "banana juice",
color: "#e0f542",