The Meaning of Life, the Universe, and Everything.
Join Date:
9/16/2011
Posts:
57
Minecraft:
Alerus
Member Details
Ok so I thought my self one day I would like to make a mod, so I searched up easy ways to make minecraft mod what I got sent to a link for MCreator this worked for a very short amount of time(I got board and its very limited in what you can do). So I decided I would learn ava so I could make a mod the proper way. So I did learn java(to a basic digree(enough to get started)). My next question was how do I mod minecraft using java this lead me to this guys video(). I followed the video exactly it it worked until I wanted to run the client through eclipse, I discovered that it is due to the fact that I'm missing some files (assets is one of them).
Heres the log:
Console
[17:07:14] [main/INFO] [GradleStart]: No arguments specified, assuming client.
[17:07:14] [main/INFO] [GradleStart]: Extra: []
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Stephen\.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:273)
at GradleStart.startClient(GradleStart.java:81)
at GradleStart.main(GradleStart.java:55)
Caused by: java.io.FileNotFoundException: C:\Users\Stephen\.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:279)
at GradleStart.setupAssets(GradleStart.java:217)
... 2 more
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
EDIT:I have decided that I will use the tutorial by Pahimar instead of this guy maybe that will work
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Heres the log:
Console
[17:07:14] [main/INFO] [GradleStart]: No arguments specified, assuming client.
[17:07:14] [main/INFO] [GradleStart]: Extra: []
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Stephen\.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:273)
at GradleStart.startClient(GradleStart.java:81)
at GradleStart.main(GradleStart.java:55)
Caused by: java.io.FileNotFoundException: C:\Users\Stephen\.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:279)
at GradleStart.setupAssets(GradleStart.java:217)
... 2 more
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
EDIT:I have decided that I will use the tutorial by Pahimar instead of this guy maybe that will work