coal no longer breaks into ash as much
This commit is contained in:
parent
00d2015b74
commit
7a65578491
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue