tterrag1098 / Registrate

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

Neoforge port for 1.20.4 #66

Closed mystchonky closed 8 months ago

mystchonky commented 8 months ago

Changes:

TODO:

Library API Changes :

RegistryEntry<R,T> is now mapped to DeferredHolder<R, T> where is R is the resource key for the registry. Helper entry classes like ItemEntry<T> extend RegistryEntry<Item, T> and thus wont require changes.