Update greenitemsandmore.js (Fruit Doughnut)

added the delicatesse fruit doughnut, called oliebol in dutch
This commit is contained in:
zonneschijn7 2024-01-10 19:30:55 +01:00 committed by GitHub
parent 5e86474fe4
commit 22f1a468ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -130,3 +130,17 @@ elements.frozen_coconut_milk = {
desc: "Frozen coconut milk from the greenitemsandmore.js mod.",
temp: -20,
};
elements.fruit_doughnut = {
color: "#de9802",
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "solid",
tempHigh: 95,
stateHigh: "ash",
desc: "Fruit doughnuts, or as dutch people call it: Olliebollen. A newyear snack. Made from flour, yeast and milk. From the greenitemsandmore.js mod.",
breakInto: "flour",
hidden: true,
};
elements.dough.reactions = {
"yeast": { elem1: "fruit_doughnut", elem2: "fruit_doughnut" }
}