make "fertilizer" solid

This commit is contained in:
An Orbit 2025-02-04 19:47:03 -05:00 committed by GitHub
parent de72b1fdfa
commit a9901e14b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -460,7 +460,7 @@ elements.fertilizer = {
tempLow: 0,
stateLow: "frozen_fertilizer",
category: "solids",
state: "liquid",
state: "solid",
density: 1060,
stain: 0.07
},
@ -563,3 +563,4 @@ elements.fartium = {
}
}
}