Jump to content

AbsoluteDawn417

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by AbsoluteDawn417

  1. IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); It says that '.get()' is deprecated since version 1.21.1 and has been marked for removal. How should I replace this line or section of code so it works? Or is there a way to fix it? Full Block of Code: IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); // This is the line that's messed up... I don't know why modEventBus.addListener(this::commonSetup); MinecraftForge.EVENT_BUS.register(this);
×
×
  • Create New...

Important Information

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