SPIGOT-7445: Fix opening smithing inventory

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2023-07-31 07:04:27 +10:00
parent 3666c4aa7e
commit 1c310f1cde

View File

@ -154,6 +154,7 @@ public class CraftContainer extends Container {
return Containers.GRINDSTONE;
case STONECUTTER:
return Containers.STONECUTTER;
case SMITHING:
case SMITHING_NEW:
return Containers.SMITHING;
case CREATIVE: