-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By diesieben07 · Posted
No, the debug.log from the logs folder. -
you mean crash report
-
@SubscribeEvent public void onRender(final RenderGameOverlayEvent.Pre event) { if (event.getType() != RenderGameOverlayEvent.ElementType.ALl/*HEALTH*/) return; DrawTest.draw(); } public void draw() { Pattern pattern = Pattern.compile("[\\s]{1,5}") IngameGui = Minecraft.getInstance().ingameGUI; int = Minecraft.getInstance().getMainWindow().getWidth(); int = Minecraft.getInstance().getMainWindow().getHeight(); int = Regions.getStringWidth(StringUtils.repeat("a", 5)); String = StringUtils.repeat("a", 5); String = StringUtils.repeat("b", 5); String = + ; Matcher = pattern.matcher(); AtomicInteger = new AtomicInteger(); FontRenderer = Minecraft.getInstance().fontRenderer; while (.find()) { //drawText(matcher.group(), 20, 20); .drawCenteredString(, "Test123", , 0xffFFFFFF); .set(.get() + 11); } } public static void drawText(String option, int left, int top, int color) { FontRenderer fr = Minecraft.getInstance().fontRenderer; fr.drawStringWithShadow(option, (float) left, (float) top, color); }
-
By diesieben07 · Posted
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
-
Topics
-
Who's Online (See full list)