mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
fix duplicate mixin method
This commit is contained in:
+1
-3
@@ -59,9 +59,7 @@ public abstract class ChunkRegionMixin {
|
|||||||
return centerPos.getPos().z;
|
return centerPos.getPos().z;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ServerWorld terraChunk$getWorld() {
|
// getWorld already added in world/ChunkRegionMixin
|
||||||
return (ServerWorld) this;
|
|
||||||
}
|
|
||||||
|
|
||||||
// getHandle already added in world/ChunkRegionMixin.
|
// getHandle already added in world/ChunkRegionMixin.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user