Added juice
This commit is contained in:
parent
ea64dff651
commit
facf222aaf
|
|
@ -568,7 +568,7 @@ color: ["#0fbf53", "#118f42"],
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
category: "life",
|
category: "life",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
burn: 10,
|
burn: 15,
|
||||||
burnTime: 50,
|
burnTime: 50,
|
||||||
burnInto: ["ash", "carbon_dioxide"]
|
burnInto: ["ash", "carbon_dioxide"]
|
||||||
};
|
};
|
||||||
|
|
@ -581,6 +581,16 @@ behavior: behaviors.BUSH_LEAF,
|
||||||
category: "life",
|
category: "life",
|
||||||
state: "solid"
|
state: "solid"
|
||||||
};
|
};
|
||||||
|
elements.juice = {
|
||||||
|
burn: 5,
|
||||||
|
burnTime: 100,
|
||||||
|
burnInto: ["water", "carbon_dioxide", "smoke"],
|
||||||
|
color: "#eb96b5",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "life",
|
||||||
|
state: "liquid",
|
||||||
|
conduct: 0.019
|
||||||
|
};
|
||||||
/* Unfinished:
|
/* Unfinished:
|
||||||
hematite
|
hematite
|
||||||
molten hematite
|
molten hematite
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue