<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[help]]></title><description><![CDATA[<p dir="auto">how to draw ItemStack in render2d</p>
<p dir="auto">i know its possible with this code but I get an error 'OpenGL Stack Overflow'</p>
<pre><code>var stack = mc.thePlayer.getHeldItem();

mc.renderItem.renderItemAndEffectIntoGUI(stack, 10, 10);
mc.renderItem.renderItemOverlays(mc.fontRendererObj, stack, 10, 10);
</code></pre>
]]></description><link>https://forum.liquidbounce.net/topic/1595/help</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 05:01:25 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1595.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Mar 2021 09:26:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to help on Tue, 22 Aug 2023 21:12:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dreamwasfucked" aria-label="Profile: DreamWasFucked">@<bdi>DreamWasFucked</bdi></a> despite the fact that you are banned, this might still be interesting:</p>
<pre><code>mc.getRenderItem().renderItemAndEffectIntoGUI(ItemStack, x, y);
</code></pre>
<p dir="auto">This worked for me. Haven't found this one on this forum yet. Maybe it helps somebody.</p>
<p dir="auto">and if you want to get rid of some shade when rendering blocks</p>
<pre><code>RenderHelper = Java.type("net.minecraft.client.renderer.RenderHelper");

RenderHelper.enableGUIStandardItemLighting()
mc.getRenderItem().renderItemIntoGUI(stack, x, y);
mc.getRenderItem().renderItemOverlays(mc.fontRendererObj, stack, x, y)
RenderHelper.disableStandardItemLighting();
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/38180</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/38180</guid><dc:creator><![CDATA[FaaatPotato]]></dc:creator><pubDate>Tue, 22 Aug 2023 21:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to help on Thu, 11 Mar 2021 19:26:29 GMT]]></title><description><![CDATA[<p dir="auto">@skidma yep</p>
]]></description><link>https://forum.liquidbounce.net/post/12306</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12306</guid><dc:creator><![CDATA[Legrand Dev]]></dc:creator><pubDate>Thu, 11 Mar 2021 19:26:29 GMT</pubDate></item><item><title><![CDATA[Reply to help on Thu, 11 Mar 2021 19:25:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/legrand-dev" aria-label="Profile: legrand-dev">@<bdi>legrand-dev</bdi></a> allah = sex free download</p>
]]></description><link>https://forum.liquidbounce.net/post/12305</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12305</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Thu, 11 Mar 2021 19:25:14 GMT</pubDate></item><item><title><![CDATA[Reply to help on Thu, 11 Mar 2021 19:24:23 GMT]]></title><description><![CDATA[<p dir="auto">@skidma skid from allah client!</p>
]]></description><link>https://forum.liquidbounce.net/post/12304</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12304</guid><dc:creator><![CDATA[Legrand Dev]]></dc:creator><pubDate>Thu, 11 Mar 2021 19:24:23 GMT</pubDate></item></channel></rss>