Feature Request [1.20.2+]: Switch from Suppliers to DeferredHolders for RegistryObject replacements
Zepalesque opened this issue · 0 comments
What Feature Types Apply to This Request?
Other (Please Describe)
Other Type
Registries
Is This an Enhancement to a Preexisting Feature?
- I confirm this request is an enhancement to a feature already in The Aether.
What Is Your Feature Request?
The mod’s registries currenly use Supplier
s for its registries, it would be much easier to work with for addons if it used DeferredHolder
s instead
Why Should It Be in the Mod?
So that addons, or other mods adding compatibility, can use various useful methods without needing to get the actual holder from the registry, such as getting the resourcelocation or resourcekey, along with other methods inherited from Holder
Does This Feature Improve Compatibility With Another Mod?
No response
Please Read and Confirm the Following
- I have confirmed this feature is either in the original Aether mod, or improves parity between The Aether and Minecraft or other mods.
- I have confirmed this suggestion is unique and has not been suggested already.