Cadiboo / Example-Mod

An example mod created to try and get new modders to use good code practices
GNU Lesser General Public License v3.0
196 stars 41 forks source link

Turn hardcoded registration into dynamic for loop #4

Closed Cadiboo closed 5 years ago

Cadiboo commented 5 years ago

https://github.com/Cadiboo/Example-Mod/blob/6a1ba1042d63b80fb6e6676a0d04018e0bc1f3ae/src/main/java/cadiboo/examplemod/EventSubscriber.java#L30-L43

Cadiboo commented 5 years ago

Closed because Its probably not great for beginner to have stuff automatically done for them, they won't learn how stuff works & what the problem might be when something goes wrong. I did add a commented out example though