For the past few day's ForgeGradle had an error on each action I tried to do with it:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Forge'.
> java.io.EOFException: End of input at line 750 column 17
The way to fix this is to delete the .gradle folder in your user home.
It is not like i need support with anyhing i just thought I should share my solution with you all.
I'm trying to create a small mod using Forge and I was wondering how to create a custom ToolMaterial and use it for a sword and a pickaxe. I've seen that EnumToolMaterial is the way minecraft implements ToolMaterials and i was wondering if i could use it to create my own tools.
I know this isn't a lot of information but its all i got.
4 replies
Important Information
By using this site, you agree to our Terms of Use.