Fix hidden item metadata bug
This commit is contained in:
@@ -142,9 +142,11 @@ class Entry(Type):
|
||||
1: VarInt,
|
||||
2: Float,
|
||||
3: String,
|
||||
5: Boolean,
|
||||
6: Slot,
|
||||
7: Boolean,
|
||||
9: Position,
|
||||
18: VarInt,
|
||||
}
|
||||
|
||||
def __init__(self, index, type, value):
|
||||
|
||||
Reference in New Issue
Block a user