Biome features changes

This commit is contained in:
paulevsGitch 2020-10-19 00:19:41 +03:00
parent a06e3287d4
commit 465db15e4a
5 changed files with 20 additions and 66 deletions

View file

@ -49,7 +49,7 @@ public abstract class BiomeMixin {
features.add(Lists.newArrayList(list));
});
FeatureRegistry.registerGlobals(features);
FeatureRegistry.registerBiomeFeatures(biome, features);
StructureRegistry.registerBiomeStructures(biome, structures);
accessor.setFeatures(features);