Merge pull request #90 from PumpkinPriest/main

random_things.js but banana
This commit is contained in:
slweeb 2023-06-03 21:54:33 -04:00 committed by GitHub
commit 85a8396043
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",