Possible filter "fix"

This commit is contained in:
paulevsGitch 2021-12-20 05:42:59 +03:00
parent 8809151a8b
commit 7549803896

View file

@ -88,8 +88,9 @@ public class BCLFeature {
return makeFeature(id, Decoration.VEGETAL_DECORATION, feature,
count,
InSquarePlacement.spread(),
PlacementUtils.HEIGHTMAP,
BiomeFilter.biome()
PlacementUtils.HEIGHTMAP//,
// Will result with: Tried to biome check an unregistered feature
// BiomeFilter.biome()
);
}