V0idWa1k3r / SmartBackpacks

A backpack mod for minecraft that adds backpacks of varying sizes that can be upgraded with various upgrades.
GNU Lesser General Public License v3.0
6 stars 8 forks source link

Auto feeding upgrade bug #31

Open SirAron111 opened 5 years ago

SirAron111 commented 5 years ago

Small compat Bug with mods that change the hunger system like spice of life or health and hunger tweaks etc. It instantly consumes all food items trying to feed you wasting all food when using the auto feeding upgrade.

arturgaweski commented 5 years ago

Since in food overhaul mods nutritional value goes down every food eaten it doesn't notice that and try to eat food that gives zero hunger wasting whole stack as you can see in screenshot 2019-01-05_19 28 38

V0idWa1k3r commented 5 years ago

I am not sure this is possible to fix without having a compatibility patch between the mods. I'll look into it.

SirAron111 commented 5 years ago

Is there no way to at least just exclude any food item that would refill 0 hungers? I mean if it can detect that you need to eat can it not detect how much hunger the item used would fill?