<?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[edit sign text how to]]></title><description><![CDATA[<p dir="auto">how<br />
i tried to use C12PacketUpdateSign but it doesnt work</p>
<pre><code>    @EventTarget
    fun onPacket(event: PacketEvent) {
        val packet = event.packet
        if (packet is C12PacketUpdateSign) {
            // like packet.text = "lolxdsex"
        }
    }
</code></pre>
<p dir="auto">i also tried to use TileEntitySign.signText</p>
]]></description><link>https://forum.liquidbounce.net/topic/2566/edit-sign-text-how-to</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 11:08:01 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2566.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Jul 2021 10:52:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 15:09:34 GMT]]></title><description><![CDATA[<p dir="auto">bruh thx</p>
]]></description><link>https://forum.liquidbounce.net/post/20034</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20034</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 15:09:34 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 15:08:08 GMT]]></title><description><![CDATA[<p dir="auto">@auto-reply-bot <a href="https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/mixin/SignEditScreenMixin.java" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/mixin/SignEditScreenMixin.java</a><br />
bruhbruhbruh</p>
]]></description><link>https://forum.liquidbounce.net/post/20033</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20033</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 04 Jul 2021 15:08:08 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 15:06:14 GMT]]></title><description><![CDATA[<p dir="auto">i dont know where to find the actual code bruhbruh</p>
<p dir="auto"><img src="/assets/uploads/files/1625411171078-fa.png" alt="fa.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.liquidbounce.net/post/20032</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20032</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 15:06:14 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 15:00:40 GMT]]></title><description><![CDATA[<p dir="auto">@auto-reply-bot wurst is open source bruh</p>
]]></description><link>https://forum.liquidbounce.net/post/20031</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20031</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 04 Jul 2021 15:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 14:58:14 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://wiki.wurstclient.net/autosign" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.wurstclient.net/autosign</a> something like this</p>
]]></description><link>https://forum.liquidbounce.net/post/20030</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20030</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 14:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 14:51:29 GMT]]></title><description><![CDATA[<p dir="auto">At <code>TileEntitySignRenderer</code> modify the part that says something like</p>
<pre><code>if (destroyStage &lt; 0) {
                for (int j = 0; j &lt; te.signText.length; ++j) {
                    int i1 = j * 10 - te.signText.length * 5;
                    if (te.signText[j] != null) {
                        IChatComponent ichatcomponent = te.signText[j];
                        List&lt;IChatComponent&gt; list = GuiUtilRenderComponents.func_178908_a(ichatcomponent, 90, fontrenderer, false, true);
                        String s = list != null &amp;&amp; list.size() &gt; 0 ? list.get(0).getFormattedText() : "";

                        if (j == te.lineBeingEdited) {
                            s = "&gt; " + s + " &lt;";
                            fontrenderer.drawString(s, -fontrenderer.getStringWidth(s) / 2, i1, i);
                        } else {
                            fontrenderer.drawString(s, -fontrenderer.getStringWidth(s) / 2, i1, i);
                        }
                    }
                }
            }
</code></pre>
<p dir="auto">To what ever you want in fontrenderer.drawString</p>
]]></description><link>https://forum.liquidbounce.net/post/20028</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20028</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 04 Jul 2021 14:51:29 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 14:48:12 GMT]]></title><description><![CDATA[<p dir="auto">You mean client-side?</p>
]]></description><link>https://forum.liquidbounce.net/post/20027</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20027</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 04 Jul 2021 14:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 14:28:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a> obviously he doesn't know that otherwise he wouldn't be asking</p>
]]></description><link>https://forum.liquidbounce.net/post/20026</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20026</guid><dc:creator><![CDATA[6Sence]]></dc:creator><pubDate>Sun, 04 Jul 2021 14:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 13:37:26 GMT]]></title><description><![CDATA[<p dir="auto">ok but how to change</p>
]]></description><link>https://forum.liquidbounce.net/post/20024</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20024</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 13:37:26 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 13:29:25 GMT]]></title><description><![CDATA[<p dir="auto">@auto-reply-bot lol just log your packets when you place a sign, what's problem?</p>
]]></description><link>https://forum.liquidbounce.net/post/20022</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20022</guid><dc:creator><![CDATA[dntdbt]]></dc:creator><pubDate>Sun, 04 Jul 2021 13:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 12:27:09 GMT]]></title><description><![CDATA[<p dir="auto">survival gaymode</p>
]]></description><link>https://forum.liquidbounce.net/post/20016</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20016</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 12:27:09 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 12:24:11 GMT]]></title><description><![CDATA[<p dir="auto">@auto-reply-bot there is, just place some sign with a text on it and press crtl + middle mouse button and it should save the sign with nbt tags so you can place it with text</p>
]]></description><link>https://forum.liquidbounce.net/post/20015</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20015</guid><dc:creator><![CDATA[melih_gmc2]]></dc:creator><pubDate>Sun, 04 Jul 2021 12:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 11:46:28 GMT]]></title><description><![CDATA[<p dir="auto">is there any way to put a sign already with text or paste text?</p>
]]></description><link>https://forum.liquidbounce.net/post/20014</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20014</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sun, 04 Jul 2021 11:46:28 GMT</pubDate></item><item><title><![CDATA[Reply to edit sign text how to on Sun, 04 Jul 2021 11:13:18 GMT]]></title><description><![CDATA[<p dir="auto">you cant edit text of placed sign, its serverside</p>
]]></description><link>https://forum.liquidbounce.net/post/20013</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/20013</guid><dc:creator><![CDATA[[deleted]]]></dc:creator><pubDate>Sun, 04 Jul 2021 11:13:18 GMT</pubDate></item></channel></rss>