Jump to content

dude22072

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by dude22072

  1. Screen Cap: Log pastebin: http://pastebin.com/1bC8mi28
  2. Screen Cap: Log pastebin: http://pastebin.com/1bC8mi28
  3. i am trying to make a config and i have the following line: @PreInit public void PreLoad(FMLPreInitializationEvent event){ Configuration config = new Configuration(event.getSuggestedConfigurationFile()); config.load(); String CustomRecord1Name = config.getOrCreateProperty("CustomRecord1Name", Configuration.CATEGORY_GENERAL, "nothing").value; config.save(); } and eclipse is telling me the method getOrCreateProperty is undefined for the type Configuration.
  4. so i'dd cleanup, reinstall forge, then re-run the forge MCP install thing?
  5. Seriously? it was working last night and i've produced 3 mods off this already...
  6. Just an idea here, Make a class that extends PlayerControllerMP and copy the part you need and make it public.
  7. In eclipse all of a sudden i'm getting the error, when i try to run i get:
×
×
  • Create New...

Important Information

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