@override Tag encodeTag() { CompoundTag tag = CompoundTag(); tag.put("version", StringTag.valueOf(clientVersion)); return tag; }