ну сука а ты что добился своей ебучей паста недо клиент нахуй
ну сделай чота типа в AbstractClientPlayerEntity
public boolean hasCustomCape() {
return this instanceof ClientPlayerEntity
|| Managment.FRIEND_MANAGER.isFriend(this.nameClear);
}
а потом
public ResourceLocation getLocationCape() {
return new ResourceLocation("zov/images/cape.png");
}
// return CAPE_LOCATION;
}
}
if (!Config.isShowCapes()) {
return null;
} else {
if (this.reloadCapeTimeMs != 0L && System.currentTimeMillis() > this.reloadCapeTimeMs) {
CapeUtils.reloadCape(this);
this.reloadCapeTimeMs = 0L;
}
if (this.locationOfCape != null) {
return this.locationOfCape;
} else {
NetworkPlayerInfo networkplayerinfo = this.getPlayerInfo();
return networkplayerinfo == null ? null : networkplayerinfo.getLocationCape();
}
}
}
как то так, если у тя не ворк то я хз