Fixed too long void roots

This commit is contained in:
paulevsGitch 2020-11-02 00:58:35 +03:00
parent c285bb5136
commit 9ed5b7df19
2 changed files with 18 additions and 1 deletions

View file

@ -105,7 +105,7 @@ public class DragonTreeFeature extends DefaultFeature {
List<Vector3f> branch = SplineHelper.copySpline(ROOT);
SplineHelper.rotateSpline(branch, angle);
SplineHelper.scale(branch, scale);
SplineHelper.fillSpline(branch, world, EndBlocks.DRAGON_TREE.bark.getDefaultState(), pos, REPLACE);
SplineHelper.fillSplineRoot(branch, world, EndBlocks.DRAGON_TREE.bark.getDefaultState(), pos, REPLACE);
}
}