Merge pull request #164 from PumpkinPriest/main

random_things.js small update
This commit is contained in:
slweeb 2023-12-02 14:22:27 -05:00 committed by GitHub
commit ea59bee172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 2 deletions

View File

@ -35,6 +35,19 @@ elements.liquid_legend = {
reactions: {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
},
}
},
},
runAfterLoad(function() {
if(enabledMods.includes("bananas.js")) {
elements.banana_juice = {
name: "banana juice",
color: "#e0f542",
behavior: behaviors.LIQUID,
temp: 800,
category: "food",
state: "liquid",
density: 200,
excludeRandom: true,
}
}
});