FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.2k stars 388 forks source link

fabric-loot-api-v3 #3903

Open modmuss50 opened 3 days ago

modmuss50 commented 3 days ago

Superseeds https://github.com/FabricMC/fabric/pull/3847 by creating a V3 module passing the registry context to the events.

The V2 API has been implemented ontop of the V3 API.

Before merging we need to confirm that this is backwards compatible with the interface injection.