Bassebombecraft

Bassebombecraft

18.5k Downloads

1.15: Vector4f cannot be resolved to a type

Closed this issue ยท 1 comments

commented

Error:
Vector4f cannot be resolved to a type

Solution:
use
import net.minecraft.client.renderer.Vector4f;
instead of
import javax.vecmath.Vector4f;

commented

Resolved with commit a3b217d.