[Fix] Moved Biome Check
This commit is contained in:
parent
62c36dc3ea
commit
37502c4853
1 changed files with 4 additions and 4 deletions
|
@ -398,16 +398,16 @@ abstract class CommonPlacedFeatureBuilder<F extends Feature<FC>, FC extends Feat
|
||||||
return (T) this.count(countPerLayer)
|
return (T) this.count(countPerLayer)
|
||||||
.squarePlacement()
|
.squarePlacement()
|
||||||
.randomHeight4FromFloorCeil()
|
.randomHeight4FromFloorCeil()
|
||||||
.onWalls(16, 0)
|
.onlyInBiome()
|
||||||
.onlyInBiome();
|
.onWalls(16, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public T betterNetherInWall(int countPerLayer) {
|
public T betterNetherInWall(int countPerLayer) {
|
||||||
return (T) this.count(countPerLayer)
|
return (T) this.count(countPerLayer)
|
||||||
.squarePlacement()
|
.squarePlacement()
|
||||||
.randomHeight4FromFloorCeil()
|
.randomHeight4FromFloorCeil()
|
||||||
.onWalls(16, 1)
|
.onlyInBiome()
|
||||||
.onlyInBiome();
|
.onWalls(16, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue