mattmess1221 opened this issue 4 years ago ยท 0 comments
It appears calling FORGE_BUS.post(...) always returns false because the event bus is never started. Using MinecraftForge.EVENT_BUS.post(...) works correctly.
FORGE_BUS.post(...)
MinecraftForge.EVENT_BUS.post(...)
Using version 1.7.0 and Forge 1.15.2-31.2.0