
Getting the EventBus 1.13
WhiteAbeLincoln opened this issue ยท 3 comments
I've managed to get a basic mod loaded on 1.13 by following the given example. However, I'm unable to get the event bus, which prevents me from doing anything useful.
I understand that the typical 1.13 method of FMLJavaModLoadingContext
will not work, as that is java specific. Instead I'm supposed to use ScorgeModLoadingContext
, however the get
method always returns null. I've added a built Scorge jar to my mod dependencies, and also included it as a mod in the run folder.
Is there anything here that I'm doing incorrectly, or is the 1.13 branch not usable as it's still in beta?
Also, once I've got this working, would you be interested in a pull request to update the documentation and example project? I had some issues getting everything working up to this point, which meant I had to fall back to reading the source. I feel that a better example and better documentation would be very helpful for people not familiar with Scorge or the Forge ModLanguageLoader api.