Skip to content

Commit

Permalink
tweak: add incomplete pancake
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 7, 2024
1 parent 425286b commit eba1539
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions kubejs/startup_scripts/custom_items/in_progress_items.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
StartupEvents.registry("item", (event) => {
event
.create("ptdye:incomplete_rail", "create:sequenced_assembly")
.unstackable()
});
.create("ptdye:incomplete_rail", "create:sequenced_assembly")
.unstackable();
event
.create("ptdye:incomplete_pancake", "create:sequenced_assembly")
.food((food) => {
food.hunger(2).saturation(1);
})
.unstackable();
event

0 comments on commit eba1539

Please sign in to comment.