Skip to content

Commit

Permalink
nerf shimmered apple
Browse files Browse the repository at this point in the history
regen instead of insta health
  • Loading branch information
ethanicusss committed Dec 29, 2024
1 parent 0022cd1 commit e4e15b4
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 @@ -131,7 +131,7 @@ onEvent("item.registry", (event) => {
.create("astralfoods:shimmered_apple")
.displayName("Shimmered Apple")
.food((food) => {
food.hunger(7).saturation(1.5).effect("instant_health", 60, 1, 1);
food.hunger(7).saturation(1.4).effect("regeneration", 60, 1, 1);
});

event
Expand Down

0 comments on commit e4e15b4

Please sign in to comment.