Jump to content

SolitudeTraveler

Members
  • Posts

    1
  • Joined

  • Last visited

SolitudeTraveler's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Also, the failed to create menu type error that SolidRoyalty described is due to not registering the container of your tile entity in your ClientProxy. You need ScreenManager.registerFactory(ModBlocks.YourContainerType, YourScreen::new) for each GUI you'd like to create.
  2. I had the same error and I was able to fix it by initializing the proxy. Did you do proxy.init() in your mod file's setup(final FMLCommonSetupEvent event) function?
×
×
  • Create New...

Important Information

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