Center fix

This commit is contained in:
paulevsGitch 2020-10-21 17:38:53 +03:00
parent 45b5d2e4b4
commit 66edca83c9

View file

@ -129,6 +129,7 @@ public class RoundCave extends DefaultFeature {
return state.getMaterial().isReplaceable() || state.isIn(BlockTagRegistry.GEN_TERRAIN);
});
prism.fillRecursive(world, pos);
BlocksHelper.setWithoutUpdate(world, pos, BlockRegistry.AURORA_CRYSTAL);
}
}