SPIGOT-7416: SmithItemEvent not firing in Smithing Table

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2023-07-01 09:25:36 +10:00
parent 60c46c4b52
commit acf9c704ac

View File

@ -1554,7 +1554,7 @@
+ }
+ }
+
+ if (packetplayinwindowclick.getSlotNum() == 2 && top instanceof SmithingInventory) {
+ if (packetplayinwindowclick.getSlotNum() == 3 && top instanceof SmithingInventory) {
+ org.bukkit.inventory.ItemStack result = ((SmithingInventory) top).getResult();
+ if (result != null) {
+ if (click == ClickType.NUMBER_KEY) {