Disabled loging
This commit is contained in:
parent
598d8f790b
commit
b045627030
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class TemplatePiece extends TemplateStructurePiece {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cover) {
|
if (cover) {
|
||||||
System.out.println("CoverState:" + coverState + ", " + blockPos + " " + boundingBox.getCenter());
|
//System.out.println("CoverState:" + coverState + ", " + blockPos + " " + boundingBox.getCenter());
|
||||||
StructureErode.cover(world, bounds, random, coverState);
|
StructureErode.cover(world, bounds, random, coverState);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue