AppleSkin v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4
- Fixed a possible infinite loop when estimating the health restored by the food the player is holding (#181, thanks @TigerWalts and @Darkere for reporting the bug and providing info on how to reproduce it)
- Optimized estimation of the health restored by the food the player is holding (previously, in certain situations it could take much, much longer than it needed to; now, it will always take a reasonable amount of time)
- [Fabric 1.18 version only] Added German translation (#177, thanks @Andre601)
- [Fabric 1.18 version only] Added Simplified Chinese translation (#178, thanks @Q2297045667 and @SAGESSE-CN)
- [Fabric 1.18 version only] Added French translation (#179, thanks @Julienraptor01)
- [Fabric 1.18 version only] Updated Turkish translation (#180, thanks @Hexasan)
Update June 7, 2022
- Added a Fabric version for Minecraft 1.19
- Added a Forge version for Minecraft 1.19
Update July 11, 2022
- Added v2.4.1 (a Forge-only version for Minecraft 1.19) that fixes compatibility with the latest versions of Forge (41.0.64 and above)
Update July 12, 2022
- Added v2.4.2 (a Forge-only version for Minecraft 1.19) that fixes compatibility with Forge >= 41.0.94
Update August 10, 2022
- [Forge-only, Minecraft version 1.18.2] Added v2.4.1, which uses
IForgeItem.getFoodProperties
to support context-sensitive food values (#201), requires Forge >= 40.0.47 - [Fabric-only, Minecraft versions 1.18.2 and 1.19.x] Added v2.4.1, which fixes transparent icons in custom textures (#189, thanks @SAGESSE-CN)
Update December 12, 2022
- [Fabric-only, Minecraft version 1.19.3] Added v2.4.2 for Minecraft 1.19.3
- Added Czech translation (thanks tomlonghorn)
- Updated Russian translation (thanks Felix14-v2)
- Updated French translation (thanks Julienraptor01)
- Added Armenian translation (thanks millkeny)
- Note: The Forge version did not need an update for Minecraft 1.19.3, the existing 1.19 Forge version works fine
Update March 15, 2023
- Added v2.4.3 for Minecraft 1.19.4 (both Forge and Fabric versions)
- [Fabric-only] Updated Simplified Chinese translation (#223, thanks @Q2297045667)
Update June 8, 2023
- Added v2.4.4 for Minecraft 1.19.4
- Added Ukranian translation (#228, thanks @BurrConnie)
- Fixed potential crash when
isFood
returns true butgetFoodComponent
returns null (#235, thanks @NerjalNosk) - Added Polish translation (#239, thanks @DarkKnightComes)