Jump to content

DTaylorMedia

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by DTaylorMedia

  1. I tried to test my mod, but eclipse gave me an error. Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Documents and Settings\user\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (The system cannot find the file specified) at com.google.common.base.Throwables.propagate(Throwables.java:160) at GradleStart.setupAssets(GradleStart.java:274) at GradleStart.startClient(GradleStart.java:82) at GradleStart.main(GradleStart.java:56) Caused by: java.io.FileNotFoundException: C:\Documents and Settings\user\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileReader.<init>(Unknown Source) at GradleStart.loadAssetsIndex(GradleStart.java:280) at GradleStart.setupAssets(GradleStart.java:218) ... 2 more Please help. Thanks. P.S. I have noticed there's 2 ".gradle" folders. one mentioned in the error above & one in the forge folder where my workspace is. Could it be I've setup forge wrong?
  2. Hello. I've started to make mods again & I can't seem to setup my workspace. When I opened Command Prompt, i typed in "gradlew.bat setupDecompWorkspace" & it came up with 'gradlew.bat' is not recognized as an internal or external command, operable program or batch file. Please help! P.S. I'm using windows xp
  3. It's possible to open up a GUI with a block, but is it possible to open up a GUI with an item, & how? (Eg: Diamond opens up the Alchemy GUI)
  4. Oh... That's good Didn't quite understand it at first. Asked quite a few people & they said the same thing "use the install application in forge", I just presumed that they've thought I've got the resource, etc in mcp804 but not pressed install yet. Thanks
  5. I know. I just wanted to know if I had to put the minecraft_server_1.6.2 jar, bin, resource & probably the versions folder (with 1.6.2 jar in it) in the mcp804\jars.
  6. Ok. by the way, would I need the bin & resource file from .minecraft? Will I also have to get the 1.6.1 jar? If yes, where do I place it?
  7. Hello. I have managed to setup Forge in the "mcp" to use on eclipse many times & also got minecraft to run on it by asking this forum (thank you to everyone who tried to help me back then) Since the latest update, 1.6.2, i am confused on how to setup Forge. I know I'll definitely need the "minecraft_server_1.6.2" jar. Please help me. Thanks. - Dan
  8. Ah! I put the 6 files in "mcp751\lib" & it still ain't working. Is this the wrong place?
  9. If there's anything i need to download, could you tell me where to place it. Thanks
×
×
  • Create New...

Important Information

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