Update themostrandomstuff.js

This commit is contained in:
Idonthaveanyideasformyname 2025-06-03 21:14:58 +07:00 committed by GitHub
parent 6947937e05
commit e22fe17bf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -350,8 +350,8 @@ elements.silt = {
tempLow: -50,
stateLow: "permafrost",
reactions: {
water: { elem1: "mud", elem2: "null" },
clay: { elem1: "silty_clay", elem2: "null" }
water: { elem1: "mud" },
clay: { elem1: "silty_clay" }
},
}
elements.marble = {
@ -374,7 +374,7 @@ elements.silty_clay = {
tempLow: -50,
stateLow: "permafrost",
reactions: {
sand: { elem1: "loam", elem2: "null" }
sand: { elem1: "loam" }
},
}
elements.loam = {
@ -388,7 +388,7 @@ elements.loam = {
tempLow: -50,
stateLow: "permafrost",
reactions: {
dead_plant: { elem1: "peat", elem2: "null" }
dead_plant: { elem1: "peat" }
},
}
elements.granite = {
@ -520,4 +520,4 @@ elements.peat = {
stateHigh: "lignite",
state: "solid",
density: 500,
};
};