Small fix

This commit is contained in:
paulevsGitch 2020-11-06 15:03:26 +03:00
parent 73aa475247
commit ed16c1befe
3 changed files with 17 additions and 4 deletions

View file

@ -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);
}
}
}