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,
|
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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue