You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you setreturnvalue in a loot table mixin. That stops all other mixins from other mods from working. I assume you just want to add your loot, so you can just do
MajruszLibrary/forge/src/main/java/com/majruszlibrary/mixin/forge/MixinLootTable.java
Line 15 in 91912ba
Here you setreturnvalue in a loot table mixin. That stops all other mixins from other mods from working. I assume you just want to add your loot, so you can just do
ci.getReturnValue().addAll(event.itemsToAddToDrop);
That way my mod will also be able to add items to a loot table with your mod loaded.
Idk if you still support 1.20.1 but this should be a quick fix
The text was updated successfully, but these errors were encountered: