mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-08 08:21:50 +01:00
Fix incorrect lectern inventory size (#1566)
This commit is contained in:
parent
d7feed23c8
commit
8585e0ceb0
@ -21,7 +21,7 @@ public enum InventoryType {
|
||||
FURNACE(3),
|
||||
GRINDSTONE(3),
|
||||
HOPPER(5),
|
||||
LECTERN(0),
|
||||
LECTERN(1),
|
||||
LOOM(4),
|
||||
MERCHANT(3),
|
||||
SHULKER_BOX(27),
|
||||
|
Loading…
Reference in New Issue
Block a user