I would appreciate it if anyone could make any sense of this error I get while recompiling my forge mod.
src\minecraft\net\minecraft\client\renderer\entity\Render.java:1: error: class, interface, or enum expected public package net.minecraft.client.renderer.entity;
As far as I know I did not edit minecraft's base/source code, only wrote code in my new classes.
I got the problem trying to fix a server side bug causing the server to crash, I fixed the server bug and the client ran fine, running in eclispe. The only thing I changed was the addition of a server proxy, and a client proxy, these were both located in my modding package.
Thank you for the help : )
Rollback Post to RevisionRollBack
- Coin
To post a comment, please login or register a new account.
I would appreciate it if anyone could make any sense of this error I get while recompiling my forge mod.
src\minecraft\net\minecraft\client\renderer\entity\Render.java:1: error: class, interface, or enum expected public package net.minecraft.client.renderer.entity;
As far as I know I did not edit minecraft's base/source code, only wrote code in my new classes.
I got the problem trying to fix a server side bug causing the server to crash, I fixed the server bug and the client ran fine, running in eclispe. The only thing I changed was the addition of a server proxy, and a client proxy, these were both located in my modding package.
Thank you for the help : )