SPIGOT-7445: Fix opening smithing inventory

This commit is contained in:
md_5 2023-07-31 07:04:27 +10:00
parent db70bd6edb
commit 4be756ecb4
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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