Skip to content

Commit

Permalink
Bulba tea error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskyyy committed Oct 21, 2024
1 parent c9ea816 commit a55989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/startup_scripts/item_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ onEvent("item.registry", (event) => {
event
.create("astralfoods:bulbas_tea")
.displayName("Bulba's Tea")
.maxStackSize(16)
.food((food) => {
food.hunger(2)
.saturation(1.2)
.effect("night_vision", 4800, 1, 1)
.effect("haste", 4800, 1, 1)
.maxStackSize(16)
.alwaysEdible();
});

Expand Down

0 comments on commit a55989a

Please sign in to comment.