The file names for the food full and half sprites for both normal and hunger are backwards.
Steps to Reproduce:
Open the game jar file with an archive software (or copy the jar and add
.zip
after the file extension and open like a zip file)On windows, run
Win + R
and enter%appdata%\.minecraft\versions\<version>
into the text box to navigate to the game jarreplace
<version>
with the affected version in question
Navigate to
assets/minecraft/textures/gui/sprites/hud
Look for the sprites
food_full.png
throughfood_half_hunger.png
❌ Observed: full and half names for both sets of sprites are backwards
✔ Expected: full and half names for both sets of sprites would be correct
Category should be Resource Packs, not Data Packs.