Jump to content

mattparks

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by mattparks

  1. This is SRC! It dos not even involve Jars! I unzip the minecraftforge-src-1.6.4-9.11.1.953, go into /forge and run install.bat and it geves errors.
  2. Im a minecraft mod developer and I decided to update forge I download 1.6.4-9.11.1.953 and unzip it to my desktop. But I find I get a error just after MCP is done downloading. I run windows 8.1. ================ Forge ModLoader Setup Start =================== MCP Detected already, not downloading Setting up MCP Patching commands.py patching file commands.py Commands patch applied successfully Copying FML conf Creating Repackaged data Creating re-packaged srg Creating re-packaged exc Creating re-packaged MCP patches Traceback (most recent call last): File "install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "install.py", line 17, in fml_main disable_assets=disable_assets) File "C:\Users\Matthew\Desktop\forge\fml\fml.py", line 1013, in decompile_mine craft pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets) File "C:\Users\Matthew\Desktop\forge\fml\fml.py", line 1061, in pre_decompile download_minecraft(mcp_dir, fml_dir) File "C:\Users\Matthew\Desktop\forge\fml\fml.py", line 1125, in download_minec raft failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat ives_dir']) or failed File "C:\Users\Matthew\Desktop\forge\fml\fml.py", line 1181, in download_libra ries headers = get_headers(url) File "C:\Users\Matthew\Desktop\forge\fml\fml.py", line 173, in get_headers response = urllib2.urlopen(HeadRequest(url)) File "urllib2.pyc", line 126, in urlopen File "urllib2.pyc", line 406, in open File "urllib2.pyc", line 519, in http_response File "urllib2.pyc", line 444, in error File "urllib2.pyc", line 378, in _call_chain File "urllib2.pyc", line 527, in http_error_default urllib2.HTTPError: HTTP Error 403: Forbidden Press any key to continue . . .
  3. I shouldent be using modloader code if its not under mattparks/mods its not mine.
  4. I have finally finished my minecraft mod and I have decided its time for it to be run outside of eclipse. This mod rely's on galacticraft and its dependent api's. In eclipse under the api's there are errors, I ignore the errors because its not by my mod. So I run recompile and then this: http://pastebin.com/TdkE04HN So then I decide to take my compiled code from mcp\eclipse\Minecraft\bin and put it into a .zip in the mods folder and this, Forge Log: http://pastebin.com/Pimcssp5 Crash Report: http://pastebin.com/M9umFfV8 Please help, I have even tried setting up jenkins and it fails. Thanks for your help
×
×
  • Create New...

Important Information

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