Fix incorrect lectern inventory size (#1566)

This commit is contained in:
GoldenStack 2022-12-12 12:09:27 -06:00 committed by GitHub
parent d7feed23c8
commit 8585e0ceb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ public enum InventoryType {
FURNACE(3),
GRINDSTONE(3),
HOPPER(5),
LECTERN(0),
LECTERN(1),
LOOM(4),
MERCHANT(3),
SHULKER_BOX(27),