coal no longer breaks into ash as much

This commit is contained in:
DoobieRalsei 2024-08-05 18:40:17 -07:00 committed by GitHub
parent 00d2015b74
commit 7a65578491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -242,13 +242,13 @@ elements.coal = {
},
burn: 28,
burnTime: 1000,
burnInto: ["fire","fire","fire","fire","ash","carbon_dioxide"],
burnInto: ["fire","fire","fire","fire","dust","carbon_dioxide"],
tempHigh: 6000,
stateHigh: "fire",
category: "powders",
state: "solid",
density: 250,
breakInto: ["ash","ash","carbon_dioxide"],
breakInto: ["dust","ash","carbon_dioxide"],
hardness: 0.5,
},