sbstuff 1.1.1

This commit is contained in:
stefanblox 2024-01-05 17:21:44 -03:00 committed by GitHub
parent c0a7ca295f
commit 6969ead9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -146,3 +146,12 @@ elements.green_cherry = {
category: "food",
state: "solid",
};
elements.meth = {
tempHigh: 5000,
stateHigh: "steam",
color: "#0affef",
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
};