More refactor
This commit is contained in:
parent
01391537fe
commit
071fae7ba5
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ public class MinecraftServerMixin {
|
|||
@Inject(method = "loadLevel", at = @At(value = "RETURN"), cancellable = true)
|
||||
private void be_loadLevel(CallbackInfo info) {
|
||||
be_injectRecipes();
|
||||
EndBiomes.initRegistry((MinecraftServer) (Object) this);
|
||||
EndBiomes.initRegistry(MinecraftServer.class.cast(this));
|
||||
}
|
||||
|
||||
@Inject(method = "overworld", at = @At(value = "HEAD"), cancellable = true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue