Jump to content

mrRobertman

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by mrRobertman

  1. Oh sorry, I missed your reply. But It is working now! Thank you!
  2. Hmm.. that didn't seem to work for me. I still can't view the Minecraft src.
  3. When I try to view the Minecraft src, it says: I've tried re-installing, but that didn't work, I'm not sure what will. Please help, all of your help is appreciated.
  4. I 'm not sure what I did, but I tried on windows and followed Wuppy's tutorials (Thanks to Wuppy for that!) and it worked.
  5. I'm not sure what fixed my old problem, but a new one has arisen. This is what I do to get to my problem: I download forge. Extract file to folder. I open the gradlew file in Textedit (the Mac version of notepad) and change this line: DEFAULT_JVM_OPTS=“ “ to: DEFAULT_JVM_OPTS="-Xmx1024m" I open up Terminal (Mac version of command window (cmd)) I type this: cd /User/MYUSERNAME/Desktop/forge-1 (this links it to the forge folder) ./gradlew setupDevWorkspace ./gradlew eclipse It says: BUILD SUCCESSFUL both times. I open up eclipse and direct it to the eclipse folder within the forge folder (which is named forge-1) it opens all looks right, but then it says I have two errors, which are: Project 'Minecraft' is missing required library: '/Users/MYUSERNAME/Desktop/forge-1/unresolved dependency - forgeSrc 1.7.2-10.12.0.1047' The project cannot be built until build path errors are resolved I don't know what these mean, and why it show earlier that the build was successful, if it was not. All help is appreciated!
  6. Ah! I manually found my way to the .gradle folder! http://pastebin.com/VivqQgjF
  7. Where is the .gradle folder located? Because if you are talking about one that's in the downloaded folder, there's not one there. Also when I added the fix, it didn't help so when I retried, I didn't include it, but this time I did: http://pastebin.com/viXc0SDm
  8. As far as I'm aware, there are no logs. But I did run it with --debug, and got this: http://pastebin.com/hKrtAbJw I don't know what it means, but maybe you do?
  9. ***EDIT2*** The problem is fixed. ***EDIT*** The problem has changed, please look at the 8th reply! I have been having this problem with forge and I can't seem to figure out how to fix it and work on modding. I start out with opening terminal (This is on Mac btw), and I make sure it's location is the right place and I type this: ./gradlew setupDevWorkspace eclipse It starts out okay, but then it fails at :deobfbinjar Like the picture shows, it's caused by 'Java heap space', so I googled it, and found this post: https://github.com/MinecraftForge/ForgeGradle/issues/48 I did the fix on that page, but it didn't work. I have tried adding more to the file, as someone has said on the page, but it still doesn't work! I have 16gb of ram and I've tried using 1, 2, 4, and 8 gb of ram but still nothing. Maybe the fix is simple, but any help is appreciated.
  10. I don't like bumping, but is has been a while, so...I am
  11. You couldn't find a good GUI tutorial for 1.6?!?!?!? I bet you didn't find mine Here it is: http://www.minecraftforge.net/wiki/Basic_GUI Just note that the tutorial is what it is... A basic GUI. I will be working on a more advanced one soon that covers buttons, text boxes etc. Asid from that, try looking for coolegooners ( I think ) tutorial on minecraft forums. Okay I followed your tutorial, It works, I think. Right now I have it be opened by right clicking a block, I think it is working because for a while I had an error saying something about not be a network mod, but I have fixed that and I have no errors. I don't know the code for adding the GUI's texture, and I need that for my GUI. Do you know how to do that? Thanks!
  12. Okay, I want to make a separate core mod that my main mod relies on. So how would I make a coremod? I have searched the Internet and have found nothing.
  13. Hello. Because I have never found a good GUI Tutorial for minecraft 1.6 (or for any version), it is harder to find one about replacing an existing GUI, and probably even harder because it happens to be the Inventory, How would I do that? How would I replace an existing GUI? Thanks in advance!
  14. I have been having the same problem as many people. My textures aren't showing. I do exactly as others say, but no luck. Please me and many others have this problem and who ever knows the answer please reply!
  15. What's your IWorldGenerator code, and how are you registering it? Those are the two most likely culprits. Okay, I didn't have my WorldGenMinableNether (modified WorldGenMinable) properly register in my main class, so I tried to. It didn't work. My minecraft crashes when trying to load/create a new world. How would I properly Register it? Oh and thanks for a quick reply!
  16. I been having trouble with my nether ore generating in the Nether. Can some one please help? This is my code: http://pastebin.com/mES8qK4a Thanks!
  17. I would love to know how you would make a custom enchantment use the Slowness potion effect. I would also would love to see how to make a custom sword use a custom enchantment. I have already done Fire aspect on one of my custom swords, and it would be cool to use my custom enchantment on my custom sword. Thanks!
×
×
  • Create New...

Important Information

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