This commit is contained in:
paulevsGitch 2020-12-20 15:19:05 +03:00
parent 7b4965dde1
commit adf1cafaac
3 changed files with 47 additions and 2 deletions

View file

@ -56,4 +56,8 @@ public abstract class ModIntegration {
public ConfiguredFeature<?, ?> getConfiguredFeature(String name) {
return BuiltinRegistries.CONFIGURED_FEATURE.get(getID(name));
}
public Biome getBiome(String name) {
return BuiltinRegistries.BIOME.get(getID(name));
}
}