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

readme code examples update #26

Closed rosaqq closed 3 years ago

rosaqq commented 3 years ago

Examples were using RegistryObject instead of RegistryEntry, which led to errors because .register() returns RegistryEntry. Added note to include a Properties param in the MyBlock constructor.