mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-21 12:07:38 +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());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String nbtTagName() {
|
||||
return "VB|" + protocol.getClass().getSimpleName();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user