Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/11/20 in all areas

  1. You can also select a type already present in your code and hit F4. Which will open the type hierarchy window, focused on the type you selected. You can then go up to the root class, Event, right click and "Focus On..." which will show the Event class and all sublcasses.
    1 point
  2. Looked at the load order, for some reason I thought CommonSetup was called sooner. ERROR(null), VALIDATE(null), CONSTRUCT(null), CREATE_REGISTRIES(null), LOAD_REGISTRIES(null), COMMON_SETUP(()-> FMLCommonSetupEvent::new), SIDED_SETUP(SidedProvider.SIDED_SETUP_EVENT::get), ENQUEUE_IMC(()-> InterModEnqueueEvent::new), PROCESS_IMC(()-> InterModProcessEvent::new), COMPLETE(()-> FMLLoadCompleteEvent::new), DONE(null), GATHERDATA(ModLoader.get()::getDataGeneratorEvent);
    1 point
  3. if you are only syncing some ints you can use the methods in Container class, I believe they are called trackedInt/trackIntArray
    1 point
  4. The new system is still being developed and tested, it's not ready for use yet, however there are manually-created mapping versions pinned in the modder-support-116 channel of the Forge Discord
    1 point
  5. Thank you, this worked as well! Now none of the leaves despawn from the tree.
    1 point
  6. Do you have Optifine installed? If so, remove it.
    1 point
×
×
  • Create New...

Important Information

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