Added juice

This commit is contained in:
StellarX20 2022-01-19 07:58:52 -05:00 committed by GitHub
parent ea64dff651
commit facf222aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -568,7 +568,7 @@ color: ["#0fbf53", "#118f42"],
behavior: behaviors.WALL,
category: "life",
state: "solid",
burn: 10,
burn: 15,
burnTime: 50,
burnInto: ["ash", "carbon_dioxide"]
};
@ -581,6 +581,16 @@ behavior: behaviors.BUSH_LEAF,
category: "life",
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:
hematite
molten hematite