for (ModComponent modComponent : this.modules) {
String penis = null;
float xdesc = 380.0f;
float ydesc = 40.0f;
if (Zaharov.getInst().getClickGui().searchCheck(modComponent.getModule().getName()) || !modComponent.isMouseOver(mouseX, mouseY)) continue;
string = modComponent.getModule().getDescription();
if (penis == null || string.isEmpty()) break;
Scissor.pop();
SoftFonts.zh.drawCenter(stack, penis, xdesc +89.5f, ydesc -66, ColorUt.rgb(255, 255, 255), 13.0f);
Scissor.push();
break;
}