generated from Modding/greenhouse-multiloader-template
-
v1.1.0 (Minecraft 1.21.1)
StableAll checks were successfulBuild / build (push) Successful in 1m8sreleased this
2026-05-14 22:30:14 -04:00 | 3 commits to 1.21.1 since this releaseChanges
- Modified the logic for the durability gained when repairing items.
- Items now repair based on the current damage value rather than the maximum value.
current_damage - ceil(max_damage / max_materials) * material_count
Bugfixes
- Fixed Elytra being unable to be repaired with Leather.
- Fixed the ability to repair at a lower result than you started with in situations where a material repairs less than
the item to repair's current durability. - Fixed item combining not being modified within JEI.
- Fixed result item using incorrect logic within EMI integration.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Modified the logic for the durability gained when repairing items.