Jump to content

KingNXT

Members
  • Posts

    22
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    http://kingnxtsmods.weebly.com/
  • Location
    Mustafar - Outer rim
  • AIM
    ts3:+84.248.28.240
  • Yahoo IM
    ts3: 84.248.28.240
  • Personal Text
    Coder for NXT's mods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KingNXT's Achievements

Tree Puncher

Tree Puncher (2/8)

-1

Reputation

  1. I did, do it, add the Java t... Actually nvm. I deleted the project and restarted everything, now everything works.
  2. I don't get any errors, and I still cannot launch minecraft cause I don't know what errors around. Edit: I cannot find the minecraft files either. Edit: after command: setupDecompworkspace, cmd seems to work and I saw this in the list: Maybe something u interested in. the command is not yet fully finished [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [ant:javac] 1 warning EDIT: Starting minecraft will result in these problems: warning: [options] bootstrap class path not set in conjunction with -source 1.6 C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\ctos\ctos.java:15: error: class Main is public, should be declared in a file named Main.java public class Main { ^ C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\ctos\ctos.java:29: error: cannot find symbol public static CommonProxy proxy; ^ symbol: class CommonProxy location: class Main C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\blocks\NexBlocks.java:55: error: incompatible types: Forge cannot be converted to BlockContainer GameRegistry.registerBlock(Forge = new Forge("Forge", Material.iron), "Forge"); ^ C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\main\CommonProxy.java:21: error: cannot find symbol NexGui.init(); ^ symbol: method init() location: class NexGui C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\lib\NexFuelhandler.java:11: error: cannot find symbol System.out.printIn(fuel.toString()); ^ symbol: method printIn(String) location: variable out of type PrintStream C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\te\NexTE.java:14: error: cannot find symbol GameRegistry.registerTileEntity(ForgeTE.class, nextech.MODID); ^ symbol: variable MODID location: variable nextech of type String Note: C:\Users\KingNXT\Folder\Script\Minecraft\Idea code\build\sources\java\nxt\nextech\items\CoalAnthracite.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors 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: 1 mins 28.855 secs Compilation failed; see the compiler error output for details. 17:01:08: External task execution finished 'runClient'.
  3. Here the picture: I updated intellij from 2016.2 to .3 and I couldn't launch the game, it said I need to re-import the project, and I did, now i got those problems: * Project SDK is not defined * I cant launch the game * setupDecompWorkspace wont work Solved: Issue unknown but downloading new forge src and using it instead.
  4. There are still many players for b1.7.3 And I know few guyz who could help. But first I wanted to ask you about help.
  5. Yes I mean beta. I saw many mods for it Edit: I'm making my mod for the Most mc versions((not 1.8 ) I hate it)
  6. Hello fellow developers! I'm bored and I thought I could begin coding my mod on b1.7.3, So I couldn't find anything on google so do anybody have a plan how I begin coding on a mod in the mc version? Thanx for readin.
  7. It happens to me always!
  8. Why is the gradle skipping Client, Server? Here my cmd showing skip:
  9. never heard about forgegradle!? I was coding on 1.7.2 but I noticed that the industrial mods are working on 1.6.4
  10. I'm not working with installers. Everything I done: Made the folder. downloaded the src file(extracted where i wanted) launched install.bat waited launched eclipse. I couldn't open Src file. There is a JRE path problem
  11. You run the gradle setup, right? Eclipse left sidebar (Package Explorer) -> Referenced Libraries -> forge-whatever.jar -> source files In 1.6.4?? I'm workin on 1.6.4
  12. Its something about JRe that isn't installed??
  13. I can't click on the src folder in Eclipse here wut eclipse says: Java path problem Don't understand I made the Path for Java JDK and made cmd command javac to check -.-
  14. img src=https://dl-web.dropbox.com/get/Screenshots/Screenshot%202014-04-10%2020.40.15.png?_subject_uid=134216568&w=AACnICCtMIFHt8DtHCgjTw0CqFAEWQ3DYU6uvIFZEuL57g Do you know this problem?? img src=https://dl-web.dropbox.com/get/Screenshots/Screenshot%202014-04-10%2018.51.49.png?_subject_uid=134216568&w=AABxnjQrem7YoiIsSHB0boH9olJaiXnAimCTS8rp2ahvKA
×
×
  • Create New...

Important Information

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