Skip to content

Commit

Permalink
Fix #333
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Mar 9, 2024
1 parent a321955 commit 4c97d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ internal object EnchantmentTableLogic {
if (!player.abilities.instabuild) {
lapis.shrink(expLevels)
if (lapis.isEmpty)
enchantSlots.setItem(0, ItemStack.EMPTY)
enchantSlots.setItem(1, ItemStack.EMPTY)
}

menu.slotsChanged(enchantSlots)
Expand Down

0 comments on commit 4c97d5c

Please sign in to comment.