Mountains fixes & caves feature
This commit is contained in:
parent
48a83f5047
commit
5228d778c8
7 changed files with 97 additions and 54 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue