RakambdaOrg / OverpoweredMending

Minecraft mod that changes the Mending behaviour to repair what is in your inventory and need it the most
https://www.curseforge.com/minecraft/mc-mods/overpowered-mending
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Trinkets compat not working #325

Closed pajicadvance closed 1 month ago

pajicadvance commented 1 month ago

Describe the bug

Noticed in the latest version of the mod for Fabric that items in trinket slots are not being repaired. Looking into it, it seems like the inventory provider method for it is commented out for some reason:

https://github.com/RakambdaOrg/OverpoweredMending/blob/minecraft/1.21.0/fabric/src/main/java/fr/rakambda/overpoweredmending/fabric/inventory/TrinketsInventoryProvider.java

Is there a reason that compat was disabled, or was it accidental?

Minecraft version

1.21

Fabric API version

0.102.0

Mod version

1.21.0.1

Relevant log output

No response

Rakambda commented 1 month ago

The mod for that MC version was not available when I ported FallingTree. Will take a look at it again.