mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 03:36:03 +00:00
remove unneeded resolution application
This commit is contained in:
@@ -26,14 +26,6 @@ public class BiomeExtrusionProvider implements BiomeProvider {
|
||||
|
||||
@Override
|
||||
public Biome getBiome(int x, int y, int z, long seed) {
|
||||
x /= resolution;
|
||||
y /= resolution;
|
||||
z /= resolution;
|
||||
|
||||
x *= resolution;
|
||||
y *= resolution;
|
||||
z *= resolution;
|
||||
|
||||
Biome delegated = delegate.getBiome(x, y, z, seed);
|
||||
|
||||
for(Extrusion extrusion : extrusions) {
|
||||
|
||||
Reference in New Issue
Block a user