Mountains fixes & caves feature

This commit is contained in:
paulevsGitch 2020-10-21 12:16:23 +03:00
parent 48a83f5047
commit 5228d778c8
7 changed files with 97 additions and 54 deletions

View file

@ -30,8 +30,8 @@ public class FeaturesHelper {
features.add(Lists.newArrayList(list));
});
FeatureRegistry.registerBiomeFeatures(biome, features);
StructureRegistry.registerBiomeStructures(biome, structures);
FeatureRegistry.registerBiomeFeatures(biomeRegistry.getId(biome), biome, features);
StructureRegistry.registerBiomeStructures(biomeRegistry.getId(biome), biome, structures);
accessor.setFeatures(features);
accessor.setStructures(structures);