[1.18.2] AppleSkin failed to recognize dynamic food
khjxiaogu opened this issue ยท 5 comments
In 1.18, forge added a method in item getFoodProperties(ItemStack)
this allows foods have dynamic food properties. However, Apple Skin uses the method that is not itemstack sensitive. This cause the value display incorrect.
Related: TeamMoegMC/Caupona#20
Should be fixed in appleskin-forge-mc1.18.2-2.4.1
The changes were already made in 1.19 version, just need to backport them to 1.18.2. Working on it now.