Regenerate the Eclipse project with gradlew eclipse.
Rollback Post to RevisionRollBack
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
Try run gradlew cleanEclipse eclipse to delete the project and then regenerate it. Make sure Eclipse is closed when you run it.
Rollback Post to RevisionRollBack
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
What do you mean "doesn't work"? Setting up a new workspace and importing your existing code is a rather foolproof solution. What's not working about that?
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
What do you mean "doesn't work"? Setting up a new workspace and importing your existing code is a rather foolproof solution. What's not working about that?
When I copy code, it shows very much errors and i can't correct them. Errors are on sush lines as @Mod, @Override and so on. Rhere isn't any correction that i can do.
That should work. Then all you should need to do is import your source from previous location.
Note, to prevent this sort of thing in the future, it is best to use revision control like git and make sure you're controlling all the files necessary to rebuild the project.
How to return it??
Regenerate the Eclipse project with gradlew eclipse.
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
It doesn't work. I tried
and I reinstalled forge.
Try run gradlew cleanEclipse eclipse to delete the project and then regenerate it. Make sure Eclipse is closed when you run it.
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
It doesn't work
It doesn't work either
What do you mean "doesn't work"? Setting up a new workspace and importing your existing code is a rather foolproof solution. What's not working about that?
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
I mean it doesn't help, it works
excuse me
When I copy code, it shows very much errors and i can't correct them. Errors are on sush lines as @Mod, @Override and so on. Rhere isn't any correction that i can do.
So do you mean you deleted the forgeSrc jar from the Gradle cache? You should have said so the first time.
In your project, run gradlew setupDecompWorkspace eclipse
Matter Overdrive co-developer. Maker of a number of other mods. Temporal Reality lead developer. Open source connoisseur.
It id better then it was, but still there isn't forgeSrc
In Eclipse, use Import to import the project.
That should work. Then all you should need to do is import your source from previous location.
Note, to prevent this sort of thing in the future, it is best to use revision control like git and make sure you're controlling all the files necessary to rebuild the project.
It doesn't help