mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 01:17:47 +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),
|
FURNACE(3),
|
||||||
GRINDSTONE(3),
|
GRINDSTONE(3),
|
||||||
HOPPER(5),
|
HOPPER(5),
|
||||||
LECTERN(0),
|
LECTERN(1),
|
||||||
LOOM(4),
|
LOOM(4),
|
||||||
MERCHANT(3),
|
MERCHANT(3),
|
||||||
SHULKER_BOX(27),
|
SHULKER_BOX(27),
|
||||||
|
Loading…
Reference in New Issue
Block a user