Jump to content

andrewchik

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

andrewchik's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. My problem was that I forgot to use static on that method
  2. Hello! I want to use ServerAboutToStart and ServerStopped Events, but they aren't firing on forge or mod buses either. @Mod.EventBusSubscriber(modid = MyMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.FORGE) // Mod.EventBusSubscriber.Bus.MOD also doesn't work public class ModEventBusEvents { @SubscribeEvent public void onServerAboutToStart(ServerAboutToStartEvent event) { // Do stuff } }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.