Temporary partial fix for insane hunger issue where you can only ever replenish 2.5 hearts at a time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user