Jump to content

DimaCrafter

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DimaCrafter

  1. I need working proxy, but when I use @SidedProxy minecraft is crashing. (But working without line with @SidedProxy) In main class: @SidedProxy(clientSide = "com.dimacrafter.cilivization.proxy.ClientProxy", serverSide = "com.dimacrafter.cilivization.proxy.CommonProxy") public static CommonProxy proxy; Warning (IntelliJ IDEA): 'net.minecraftforge.fml.common.SidedProxy' is deprecated This inspection reports where deprecated code is used in the specified inspection scope Minecraft Client is crashed before mod pre-initialization. How fix it?
×
×
  • Create New...

Important Information

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