New structures

This commit is contained in:
paulevsGitch 2020-11-12 19:10:54 +03:00
parent 83fa678ea6
commit 7e217dfe2e
17 changed files with 18 additions and 1 deletions

View file

@ -148,7 +148,7 @@ public class EndBiome {
list.add(new StructureInfo(structure, offsetY, terrainMerge));
});
if (!list.isEmpty()) {
structuresFeature = EndFeature.makeChansedFeature(nm + "_structures", new ListFeature(list), 15);
structuresFeature = EndFeature.makeChansedFeature(nm + "_structures", new ListFeature(list), 10);
}
}
}