RegistryNameProvider
When porting my mods from 1.16.5 to 1.21.1, I always find it annoying to change the XXX.getRegistryName to ForgeRegistries.XXX.getKey(XXX).
So, I created this mod to skip this process, with which I can simply call Provider#getRegistryName for all versions.
Supported RegistryEntries
1.16.5-1.20.1
- EntityType
- Item
- Block
- Enchantment
- Attribute
- MobEffect
1.21.1
Enchantment excluded.
F**k you data-driven

