At the moment I have the problem that when I try to start my self-coded client, this is:
[Client thread] ERROR net.minecraft.client.resources.ResourceIndex - Can't find the resource index file: assets \ indexes \ 1.8.json
Now my question is: How can I change the path of the Json so that it can be found?
I would be very happy to receive a helpful answer.
In the ResourceIndex class at net.minecraft.client.resources line 31.
I'm just there. But how can you navigate back again because my indexes have this path:
/ Src / jars / assets / indexes /
But minecraft starts in the src / minecraft folder. How can you navigate back now?
You can just paste the folder somewhere else?
Navigate back./
If you are at / minecraft / test and the directory is structured like this
- proj
- Minecraft
- test
- blocks
- Yes
and your class e.g. Is in test.
Can you with / / / blocks / yes
access the "yes" folder as far as I know