This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Thanks, and yeah know I really do have to learn java.
and it worked finally?
sorry for my bad english I'm Italian
sadly no there is still the startVec.conv() error and endVec.conv() error, i tried to fix this but i had no success. this is the only problem left it seems though
conv() function is referenced in Vec3M.java
but the conv() function have an error, it construct Vec3 using constructor that in 1.7.10 is not visible. simply replace conv() with this:
public Vec3 conv(){ return Vec3.createVectorHelper(getX(), getY(), getZ()); }
Quote from Gunnthorian» Thanks, and yeah know I really do have to learn java.
Yeah if you have problems with java than check out thenewboston or this
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
no error however it doesn't have any indication that its working at all
Thanks, and yeah know I really do have to learn java.
and it worked finally?
sorry for my bad english
I'm Italian

sadly no there is still the startVec.conv() error and endVec.conv() error, i tried to fix this but i had no success. this is the only problem left it seems though
conv() function is referenced in Vec3M.java
but the conv() function have an error, it construct Vec3 using constructor that in 1.7.10 is not visible. simply replace conv() with this:
sorry for my bad english
I'm Italian

Yeah if you have problems with java than check out thenewboston or this
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
no error however it doesn't have any indication that its working at all