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