Skip to content

Commit

Permalink
Update greenitemsandmore.js (Fruit Doughnut)
Browse files Browse the repository at this point in the history
added the delicatesse fruit doughnut, called oliebol in dutch
  • Loading branch information
zonneschijn7 authored Jan 10, 2024
1 parent 5e86474 commit 22f1a46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mods/greenitemsandmore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}

0 comments on commit 22f1a46

Please sign in to comment.