mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-23 08:57:39 +01:00
Fixed ItemFrame crash
This commit is contained in:
parent
68bfaf6d23
commit
ba4e6e5d2f
@ -113,7 +113,7 @@ public enum MetaIndex {
|
|||||||
FIREWORK_INFO(Firework.class, 8, Type.Slot, 5, NewType.Slot),
|
FIREWORK_INFO(Firework.class, 8, Type.Slot, 5, NewType.Slot),
|
||||||
// item frame
|
// item frame
|
||||||
ITEMFRAME_ITEM(ItemFrame.class, 8, Type.Slot, 5, NewType.Slot),
|
ITEMFRAME_ITEM(ItemFrame.class, 8, Type.Slot, 5, NewType.Slot),
|
||||||
ITEMFRAME_ROTATION(ItemFrame.class, 9, Type.Byte, 5, NewType.VarInt),
|
ITEMFRAME_ROTATION(ItemFrame.class, 9, Type.Byte, 6, NewType.VarInt),
|
||||||
// ender crystal
|
// ender crystal
|
||||||
ENDERCRYSTAL_HEALTH(EnderCrystal.class, 8, Type.Int, NewType.Discontinued),;
|
ENDERCRYSTAL_HEALTH(EnderCrystal.class, 8, Type.Int, NewType.Discontinued),;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user