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
Porting lib modifies this method: net.minecraft.world.level.storage.loot.LootTable#getRandomItemsRaw
via mixin in order to implement loot modifiers, which is also called in net.minecraft.world.level.storage.loot.entries.NestedLootTable#createItemStack
The logical thing to do would be to modify this method: net.minecraft.world.level.storage.loot.LootTable#getRandomItems
like forge did
The text was updated successfully, but these errors were encountered:
Porting lib modifies this method:
net.minecraft.world.level.storage.loot.LootTable#getRandomItemsRaw
via mixin in order to implement loot modifiers, which is also called in
net.minecraft.world.level.storage.loot.entries.NestedLootTable#createItemStack
The logical thing to do would be to modify this method:
net.minecraft.world.level.storage.loot.LootTable#getRandomItems
like forge did
The text was updated successfully, but these errors were encountered: