mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 18:19:14 +00:00
Fix regen
This commit is contained in:
@@ -170,7 +170,8 @@ public class BukkitChunkGenerator extends ChunkGenerator implements PlatformChun
|
||||
continue;
|
||||
}
|
||||
|
||||
c.getBlock(xx, yy + (finalI << 4), zz).setBlockData(tc.getBlockData(xx, yy + (finalI << 4), zz), false);
|
||||
c.getBlock(xx, yy + (finalI << 4)+ world.getMinHeight(), zz)
|
||||
.setBlockData(tc.getBlockData(xx, yy + (finalI << 4)+ world.getMinHeight(), zz), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user