Possible filter "fix"
This commit is contained in:
parent
8809151a8b
commit
7549803896
1 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue