mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 21:13:54 +00:00
[Forge] Update to latest 1.11.2 mappings
This commit is contained in:
@ -36,7 +36,7 @@ final class ForgeAdapter {
|
||||
}
|
||||
|
||||
public static Vector adapt(Vec3d vector) {
|
||||
return new Vector(vector.xCoord, vector.yCoord, vector.zCoord);
|
||||
return new Vector(vector.x, vector.y, vector.z);
|
||||
}
|
||||
|
||||
public static Vector adapt(BlockPos pos) {
|
||||
|
Reference in New Issue
Block a user