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,
|
||||
count,
|
||||
InSquarePlacement.spread(),
|
||||
PlacementUtils.HEIGHTMAP,
|
||||
BiomeFilter.biome()
|
||||
PlacementUtils.HEIGHTMAP//,
|
||||
// Will result with: Tried to biome check an unregistered feature
|
||||
// BiomeFilter.biome()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue