1
How to fix errors: Java.vecmath.matrix4f does not exist. and Symbol not recognized EntityRenderer$1. and Symbol not recognized EntityRenderer$2
This is not me asking for any help whatsoever, but it is to help other people. There are some people coming up with these errors while compiling their minecraft client.
here is how to fix them.
[1] Java.vecmath.Matrix4f or Java.util.vecmath.Matrix4f Find where the errors are coming up. and replace them with ""org.lwjgl.util.vector.Matrix4f".
[2]EntityRenderer$1: Rename file and all references to EntityRenderer1.
[3]EntityRenderer$2: Rename file and all references to EntityRenderer2.
Have a great day of minecraft coding!
tell me down below if you got questions about this. I will do my best to answer them :)
here is how to fix them.
[1] Java.vecmath.Matrix4f or Java.util.vecmath.Matrix4f Find where the errors are coming up. and replace them with ""org.lwjgl.util.vector.Matrix4f".
[2]EntityRenderer$1: Rename file and all references to EntityRenderer1.
[3]EntityRenderer$2: Rename file and all references to EntityRenderer2.
Have a great day of minecraft coding!
tell me down below if you got questions about this. I will do my best to answer them :)
