Update greenitemsandmore.js (BAKED BEANS)

added baked beans, hidden item, get it by getting normal beans to 40 degrees
This commit is contained in:
zonneschijn7 2024-01-11 19:30:38 +01:00 committed by GitHub
parent bb6a9e61c6
commit e298455009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -143,4 +143,16 @@ elements.fruit_doughnut = {
};
elements.dough.reactions = {
"yeast": { elem1: "fruit_doughnut", elem2: "fruit_doughnut" }
}
};
elements.beans.tempHigh = "40"
elements.beans.stateHigh = "baked_beans"
elements.baked_beans = {
color: ["#bf6211", "#c46b1d", "#b35d12", "#a65b19"],
behavior: behaviors.POWDER,
category: "food",
state: "solid",
tempLow: 40,
stateLow: "beans",
desc: "Baked beans from the greenitemsandmore.js mod.",
hidden: true,
};