Update random_things.js

This commit is contained in:
PumpkinPriest 2023-12-02 11:01:03 -05:00 committed by GitHub
parent 4d69db50ce
commit fa0e392162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -35,5 +35,16 @@ elements.liquid_legend = {
reactions: {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
}
};
},
},
elements.banana_juice = {
name: "banana juice",
color: "#e0f542",
behavior: behaviors.LIQUID,
temp: 800,
category: "food",
state: "liquid",
density: 200,
excludeRandom: true,
}