Skip to content

Commit

Permalink
tweak: add incomplete rail item
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 3, 2024
1 parent 00b26e4 commit db95d1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubejs/startup_scripts/custom_items/in_progress_items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
StartupEvents.registry("item", (event) => {
event
.create("ptdye:incomplete_rail", "create:sequenced_assembly")
.unstackable()
});

0 comments on commit db95d1a

Please sign in to comment.