Biome registry init changes
This commit is contained in:
parent
db07cd1887
commit
14451494ff
7 changed files with 26 additions and 4 deletions
|
@ -56,7 +56,7 @@ public class MinecraftServerMixin {
|
|||
@Inject(method = "loadLevel", at = @At(value = "RETURN"), cancellable = true)
|
||||
private void bclib_loadLevel(CallbackInfo info) {
|
||||
bclib_injectRecipes();
|
||||
BiomeAPI.initRegistry(MinecraftServer.class.cast(this));
|
||||
//BiomeAPI.initRegistry(MinecraftServer.class.cast(this));
|
||||
}
|
||||
|
||||
private void bclib_injectRecipes() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue