Smaller UI updates

This commit is contained in:
Frank Bauer 2021-06-24 18:54:22 +02:00
parent 78bf62bdca
commit 3fbacddf3c
5 changed files with 23 additions and 14 deletions

View file

@ -107,6 +107,11 @@ public class EndStoneSmelterScreenHandler extends RecipeBookMenu<Container> {
return RecipeBookType.BLAST_FURNACE;
}
@Override
public boolean shouldMoveToInventory(int i) {
return i != this.getResultSlotIndex();
}
@Override
public boolean stillValid(Player player) {
return inventory.stillValid(player);