mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-30 23:11:32 +01:00
fix enchantments
This commit is contained in:
parent
2d53b812ea
commit
934bd4d1db
@ -653,7 +653,7 @@ public class BlockItemPackets1_13 extends BlockItemRewriter<Protocol1_12_2To1_13
|
||||
)
|
||||
);
|
||||
enchEntry.put(new ShortTag("lvl", (Short) ((CompoundTag) enchantmentEntry).get("lvl").getValue()));
|
||||
enchantments.add(enchEntry);
|
||||
ench.add(enchEntry);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user