Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос HitColor

помогите сделать HitColor под fabric 1.21.4 пожалуйста
ща бы 1.5 строчек кода спрашивать ну или скачай - https://yougame.biz/threads/360331/
ну или вот
LivingEntityRendererMixin
@Overwrite
public int getMixColor(S state) {

if (state.hurt && DrugHack.getInstance().getModuleManager().getModule(HitColor.class).isToggled()) {
return DrugHack.getInstance().getModuleManager().getModule(HitColor.class).all.getColor() ;
}
return -1;
}
 
ща бы 1.5 строчек кода спрашивать ну или скачай - https://yougame.biz/threads/360331/
ну или вот
LivingEntityRendererMixin
@Overwrite
public int getMixColor(S state) {

if (state.hurt && DrugHack.getInstance().getModuleManager().getModule(HitColor.class).isToggled()) {
return DrugHack.getInstance().getModuleManager().getModule(HitColor.class).all.getColor() ;
}
return -1;
}
спасибо огромное
 
Назад
Сверху Снизу