Skip to content

Commit

Permalink
tweak: better dough and pancake recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 7, 2024
1 parent a78e32b commit ef2b266
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kubejs/server_scripts/base/featrues/cooking.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ if (feature("Tomato sauce recipes")) {
temperature.heated
);
}
if (feature("Better dough recipes")) {
removeRecipe({ id: "create:crafting/appliances/dough" });
removeRecipe({ id: "create:mixing/dough_by_mixing" });
addMixing("create:dough", ["create:wheat_flour", "50mb water"]);
}

if (feature("Better pancake recipe")) {
addFluidToTag("ptdye:pancake_batter", [
"create:chocolate",
"create:honey",
"milk",
]);

0 comments on commit ef2b266

Please sign in to comment.