McJty / YouTubeModding14

Source code for my YouTube modding tutorial series for Minecraft 1.15 and 1.16
MIT License
107 stars 35 forks source link

Fix event bus for config changes #8

Open kmcnaught opened 4 years ago

kmcnaught commented 4 years ago

I followed your tutorial for 1.14 config - it was really helpful, thanks!

One bug I found - onLoad and onReload weren't firing, because the class wasn't registered on the MOD bus. This is fixed by updating the @EventBusSubscriber annotation.