random_things.js but banana juice

Banana
This commit is contained in:
PumpkinPriest 2023-05-21 15:53:34 -04:00 committed by GitHub
parent f6734da4e5
commit 5be471c3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@ elements.legendary_energy = {
reactions: {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
},
}
runAfterLoad(function() {
@ -33,10 +34,11 @@ runAfterLoad(function() {
state: "liquid",
density: 2000,
excludeRandom: true,
reactions" {
reactions {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null }
},
"void": { "elem1": "light", "elm2": null },
},
},
elements.banana_juice = {
name: "banana juice",
color: "#e0f542",