Black spore particle

This commit is contained in:
paulevsGitch 2020-12-14 13:03:21 +03:00
parent 99f5a20d0b
commit ae172a1517
11 changed files with 107 additions and 4 deletions

View file

@ -61,8 +61,6 @@ public class CrashedShipFeature extends NBTStructureFeature {
return false;
}
System.out.println(center);
Structure structure = getStructure(world, center, random);
BlockRotation rotation = getRotation(world, center, random);
BlockMirror mirror = getMirror(world, center, random);