Fabric API allows registering non-SimpleRegistry registries
Martmists-GH opened this issue ยท 0 comments
Martmists-GH commented
However, the game itself disallows this, with Registries.resetTagEntries hard casting the registry to a SimpleRegistry. Fabric API should reflect this requirement at compile-time by setting SimpleRegistry as a lower type bound.