Temporary partial fix for insane hunger issue where you can only ever replenish 2.5 hearts at a time

This commit is contained in:
2026-03-11 23:41:45 -05:00
parent b6e1952109
commit 3adf57d33a
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const MobEffectInstance = Java.loadClass('net.minecraft.world.effect.MobEffectIn
console.log('Loaded tooltips')
const nutritionTooltip = (item, lines) => {
let healing = item.foodProperties.getNutrition() / 2
let healing = item.foodProperties.getNutrition()
if(healing == 0) {
return