mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
remove most terraworld dependency
This commit is contained in:
-1
@@ -21,7 +21,6 @@ public class FeatureGenerationStage implements TerraGenerationStage {
|
||||
@Override
|
||||
@SuppressWarnings("try")
|
||||
public void populate(World world, Chunk chunk) {
|
||||
TerraWorld terraWorld = main.getWorld(world);
|
||||
try(ProfileFrame ignore = main.getProfiler().profile("feature")) {
|
||||
int cx = chunk.getX() << 4;
|
||||
int cz = chunk.getZ() << 4;
|
||||
|
||||
Reference in New Issue
Block a user