mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix mapping change in BeardGenerator
This commit is contained in:
@@ -58,7 +58,7 @@ public class BeardGenerator {
|
||||
for(StructureStart structureStart : structureAccessor.method_41035(chunkPos,
|
||||
structureType -> structureType.getTerrainAdaptation() !=
|
||||
StructureTerrainAdaptation.NONE)) {
|
||||
StructureTerrainAdaptation structureTerrainAdaptation = structureStart.getFeature().getTerrainAdaptation();
|
||||
StructureTerrainAdaptation structureTerrainAdaptation = structureStart.getStructure().getTerrainAdaptation();
|
||||
|
||||
for(StructurePiece structurePiece : structureStart.getChildren()) {
|
||||
if(structurePiece.intersectsChunk(chunkPos, 12)) {
|
||||
|
||||
Reference in New Issue
Block a user