mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-08 23:13:10 -04:00
fix 1.8 villager id
This commit is contained in:
parent
e38e45c20b
commit
9ca097ccae
Binary file not shown.
Binary file not shown.
@ -124,6 +124,7 @@ public class Slot {
|
||||
if (hideFlags != 0) {
|
||||
nbt.writeTag("HideFlags", new IntTag(hideFlags));
|
||||
}
|
||||
|
||||
if (enchantments.size() > 0) {
|
||||
if (mapping.getVersion().isFlattened()) {
|
||||
ListTag enchantmentList = new ListTag(TagTypes.COMPOUND, new ArrayList<>());
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user