Skip to content

Commit

Permalink
Merge pull request #267 from zonneschijn7/patch-1
Browse files Browse the repository at this point in the history
Update greenitemsandmore.js (Fruit Doughnut)
  • Loading branch information
slweeb authored Jan 10, 2024
2 parents 3ad1727 + 22f1a46 commit 4ad880d
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 4ad880d

Please sign in to comment.