Jump to content

iAmThePengu

Members
  • Posts

    3
  • Joined

  • Last visited

iAmThePengu's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Oh alright thank you. Just curious, why only static methods?
  2. @Mod.EventBusSubscriber(modid = SpaceAndMore.MOD_ID, bus = Bus.FORGE, value = Dist.CLIENT) public class ClientForgeEvents { public ClientForgeEvents() { } @SubscribeEvent public void onPlayerTick(PlayerTickEvent event) { System.out.println("Tick"); } @SubscribeEvent public void pickupItem(EntityItemPickupEvent event) { System.out.println("Item picked up!"); } } This is the code for the events.
  3. I have a custom modpack running with 69 mods it works fine for me but it doesn't work for them, when they join they get a black screen and they can move around. They can't see the UI or anything. They can hear game sounds and move around it's just not showing anything server logs friends client mods it was working for ~12 hours before
×
×
  • Create New...

Important Information

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