shadowfacts / Forgelin

Fork of Emberwalker's Forgelin with some sprinkles on top.
Other
94 stars 30 forks source link

Fix #38 #39

Closed Gegy closed 6 years ago

Gegy commented 6 years ago

Because the automatic subscriber depends on the mod class loader, we need it to run after that has been initialized. That only happens in the construction event, so we have to search at some later stage.

shadowfacts commented 6 years ago

This should still work for registry event handlers, as long as they're using required-after:Forgelin; in their dependencies, right?

shadowfacts commented 6 years ago

Merging this for now, a potentially partially broken fix is better than no fix.