Fix hidden item metadata bug

This commit is contained in:
2020-09-24 16:02:15 -06:00
parent 0e616dc7c1
commit 6b2df0c27e
4 changed files with 10 additions and 4 deletions
+2
View File
@@ -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):