mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-16 01:51:48 +01:00
Override nbtTagName() correctly (#717)
This commit is contained in:
parent
39d3265463
commit
1647b18233
@ -102,4 +102,9 @@ public abstract class ItemRewriterBase<C extends ClientboundPacketType, S extend
|
|||||||
tag.put(tagName, ((ListTag<?>) original).copy());
|
tag.put(tagName, ((ListTag<?>) original).copy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String nbtTagName() {
|
||||||
|
return "VB|" + protocol.getClass().getSimpleName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user