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, return makeFeature(id, Decoration.VEGETAL_DECORATION, feature,
count, count,
InSquarePlacement.spread(), InSquarePlacement.spread(),
PlacementUtils.HEIGHTMAP, PlacementUtils.HEIGHTMAP//,
BiomeFilter.biome() // Will result with: Tried to biome check an unregistered feature
// BiomeFilter.biome()
); );
} }