Jump to content

datdenkikniet

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

datdenkikniet's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thanks for the advice! I'll give it a shot.... edit: holy hell, it worked. I don't understand how I couldn't have come up with it myself... Thanks a bunch!
  2. Yes of course... I was a little tired when I posted this, I'll edit my post right away. Thank you! If you could take a look at it again, that would be awesome
  3. So, whenever i try to gradlew build my mod, it will give an error in compileJava when a class that contains that access fields is compile, for instance: [spoiler=code] public class EventCaller { @SubscribeEvent public void onEvent(EntityInteractEvent e){ Entity et = e.target; //errors here System.out.println(et.ticksExisted);//and here, as you can see in the log } } [spoiler=log] F:\ForgeWorkspace>gradlew build **************************** Powered By MCP: http://modcoderpack.com/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs MCP Data version : unknown **************************** :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.6 F:\ForgeWorkspace\build\sources\java\me\datdenkikniet\PixelmonToCauldron\EventCaller.java:18: error: cannot access sa Entity et = e.target; ^ class file for sa not found 1 error 1 warning :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 13.384 secs F:\ForgeWorkspace> Anyone know a solution?
  4. I'm having the same error, and the stack traces are exactely the same (apart from the directory names, of course)
×
×
  • Create New...

Important Information

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