Loottable Mixin compatibility
someaddons opened this issue ยท 0 comments
Minecraft Version
1.19.3
Mod Loader
Fabric
Mod Loader Version
14.14
Mod Version
Any
Describe the Issue
The loot table mixin you're using for your loot modifiers does cancel other mod's calls when they inject in the same place,
as setReturnValue also cancels. You probably do not need it at all and could just remove the line, as you're modifying the original list not creating a new one(afaik).
Logs
No response
Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?
No response