Small fix
This commit is contained in:
parent
73aa475247
commit
ed16c1befe
3 changed files with 17 additions and 4 deletions
|
@ -147,7 +147,7 @@ public class EndBiome {
|
|||
list.add(new StructureInfo(structure, offsetY, adjustTerrain));
|
||||
});
|
||||
if (!list.isEmpty()) {
|
||||
structuresFeature = EndFeature.makeChansedFeature(nm + "_structures", new ListFeature(list), 50);
|
||||
structuresFeature = EndFeature.makeChansedFeature(nm + "_structures", new ListFeature(list), 30);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue