another element

This commit is contained in:
PumpkinPriest 2023-12-08 11:06:41 -05:00 committed by GitHub
parent 9cc4d5fcfb
commit 08b18e1fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ elements.legendary_energy = {
stateLow: "liquid_legend",
category: "energy",
state: "gas",
density: 1000,
density: 3000,
hardness: 1,
excludeRandom: true,
noMix: true,
@ -49,7 +49,7 @@ elements.wine = {
temp: 30,
category: "liquids",
state: "liquid",
density: 200,
density: 20,
excludeRandom: true,
},