BuiltBrokenModding / Atomic-Science

Reboot and full rewrite of Calclavia's Atomic Science mod
MIT License
27 stars 14 forks source link

[Improvement] add @ObjectHolder annotation #50

Open UpcraftLP opened 6 years ago

UpcraftLP commented 6 years ago

It would be nice to have the mod follow Forge conventions and have @GameRegistry.ObjectHolder annotations on all the relevant fields, or have annotations on the registry-relevant classes and rename the fields to match the registry names of the objects they hold.

DarkGuardsman commented 6 years ago

But do you actually need it?