Fixes
This commit is contained in:
parent
7b4965dde1
commit
adf1cafaac
3 changed files with 47 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue