Anvil crafting fix

This commit is contained in:
paulevsGitch 2021-07-09 15:50:06 +03:00
parent b5f3a4f511
commit ba7ea67f0c
3 changed files with 3 additions and 5 deletions

View file

@ -87,8 +87,7 @@ public abstract class AnvilMenuMixin extends ItemCombinerMenu implements AnvilSc
world.levelEvent(1030, blockPos, 0);
}
});
//TODO: no more return, does this still work?
//info.setReturnValue(stack);
info.cancel();
}
}