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, burn: 28,
burnTime: 1000, burnTime: 1000,
burnInto: ["fire","fire","fire","fire","ash","carbon_dioxide"], burnInto: ["fire","fire","fire","fire","dust","carbon_dioxide"],
tempHigh: 6000, tempHigh: 6000,
stateHigh: "fire", stateHigh: "fire",
category: "powders", category: "powders",
state: "solid", state: "solid",
density: 250, density: 250,
breakInto: ["ash","ash","carbon_dioxide"], breakInto: ["dust","ash","carbon_dioxide"],
hardness: 0.5, hardness: 0.5,
}, },