tterrag1098 / Registrate

Your mod's best friend - keep your registry objects simple and organized
Mozilla Public License 2.0
117 stars 33 forks source link

Make the Registry Supplier accessable for custom registries #61

Open Charismara opened 1 year ago

Charismara commented 1 year ago

Allow users to get the registry supplier like DeferredRegister

tterrag1098 commented 1 year ago

Isn't it quite easy to query by ResourceKey from the meta registry? I can see the use as a utility method, but it's not like I have an existing supplier to return, that's only part of the event listener which is fire-and-forget.