Pretty simple question...
The thing is that in all the tutorials (except for pahimar) they keep their code inside the "forge" or "minecraft" or whatever folder, i keep it in a seperate project.
They tell me to put it in "eclipse" in "forge".
This is Pahimar's setup from his tutorials.
My "Modding" folder where i keep modding stuff
What you see when you go into the "source" folder
So ... where do i put the assets folder?
I trust you are right... i must have done something wrong...
I deleted all the contents on the forge folder, extracted from the file from files.minecraftforge.net and ran "gradlew.bat SetupDecompWorkspace" and "gradlew.bat eclipse".
Did i miss something?
EDIT: I didn't, they were simply well hidden in referenced libraries
Finally... back to actual coding
By the way:
1: I am using forge 9.11.1.953
2:I can't seem to find the install.bat in 9.11.1.964
Screenshot (the left one is in the "forge" folder, the right one didn't have one...)
Did you have your code in a separate project?
EDIT:
If you did:
You most likely made a new workspace, are you sure you don't have another workspace?
If you didn't:
You may just have deleted the project; make a new project and name it whatever your minecraft project was called before
Hi!
I started following Pahimar's let's mod series a while ago and... as he doesn't seem to keep them up i decided to learn elsewhere, so i just updated my forge version today.
The thing is that the launchwrapper package is missing and a new main class called "Start" in "Default package" is there.
The code in all the other classes still import launchwrapper and i wonder what i have done wrong...