<?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[Rise background]]></title><description><![CDATA[<p dir="auto">THIS IS NOT A BACKGROUND SHADER<br />
code</p>
<pre><code class="language-kotlin">/**
 * @author liulihaocai
 */
class GuiRiseBackground : GuiScreen() {
    override fun initGui() {
        val bufferedImage = ImageIO.read(GuiRiseBackground::class.java.classLoader.getResourceAsStream("assets/minecraft/fdpclient/misc/bg.png"))
        mc.textureManager.loadTexture(ResourceLocation("NMSL"), DynamicTexture(bufferedImage))
    }

    override fun drawBackground(tint: Int) {
        GL11.glDisable(GL11.GL_DEPTH_TEST)
        GL11.glEnable(GL11.GL_BLEND)
        GL11.glDepthMask(false)
        OpenGlHelper.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA, GL11.GL_ONE, GL11.GL_ZERO)
        RenderUtils.glColor(hslRainbow(1))
        mc.textureManager.bindTexture(ResourceLocation("NMSL"))
        drawModalRectWithCustomSizedTexture(0, 0, 0f, 0f, width, height, width.toFloat(), height.toFloat())
        GL11.glDepthMask(true)
        GL11.glDisable(GL11.GL_BLEND)
        GL11.glEnable(GL11.GL_DEPTH_TEST)
    }

    override fun drawScreen(mouseX: Int, mouseY: Int, partialTicks: Float) {
        drawBackground(-1)
    }

    private val startTime=System.currentTimeMillis()

    fun hslRainbow(index: Int,lowest: Float=0.41f,bigest: Float=0.58f,indexOffset: Int=300,timeSplit: Int=5000): Color {
        return Color.getHSBColor((abs(((((System.currentTimeMillis()-startTime).toInt()+index*indexOffset)/timeSplit.toFloat())%2)-1) *(bigest-lowest))+lowest,0.7f,1f)
    }
}
</code></pre>
<p dir="auto">and dont forgot to put the image<br />
<img src="/assets/uploads/files/1629997213545-1.png" alt="1.png" class=" img-fluid img-markdown" /><br />
idk how 2 add a blur effect, plz add blur if u can :3</p>
]]></description><link>https://forum.liquidbounce.net/topic/2972/rise-background</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 04:11:55 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2972.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Aug 2021 17:00:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rise background on Fri, 19 Nov 2021 08:42:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sigmeme" aria-label="Profile: sigmeme">@<bdi>sigmeme</bdi></a> bro just use shader. Its looks better than this.<img src="/assets/uploads/files/1637311303826-2021-11-11_21.24.18.png" alt="2021-11-11_21.24.18.png" class=" img-fluid img-markdown" /><br />
i did it myself and its shader</p>
]]></description><link>https://forum.liquidbounce.net/post/26726</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26726</guid><dc:creator><![CDATA[Ender__Flash]]></dc:creator><pubDate>Fri, 19 Nov 2021 08:42:09 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Thu, 18 Nov 2021 16:09:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> ok I will try then,<br />
but I'm not so good with Kotlin and I also ask for where should the block of code go exactly??</p>
]]></description><link>https://forum.liquidbounce.net/post/26714</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26714</guid><dc:creator><![CDATA[Sigmeme]]></dc:creator><pubDate>Thu, 18 Nov 2021 16:09:01 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Wed, 17 Nov 2021 10:37:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sigmeme" aria-label="Profile: sigmeme">@<bdi>sigmeme</bdi></a> Why are you asking for java, not hard to just port it over from kotlin <img src="https://forum.liquidbounce.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f610.png?v=866ab33d74c" class="not-responsive emoji emoji-android emoji--neutral_face" style="height:23px;width:auto;vertical-align:middle" title=":|" alt="😐" /></p>
]]></description><link>https://forum.liquidbounce.net/post/26703</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26703</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Wed, 17 Nov 2021 10:37:55 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Tue, 16 Nov 2021 15:40:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: Plumer-Man">@<bdi>Plumer-Man</bdi></a>  The source was posted for a reason and that reason is for others to use sherlock</p>
]]></description><link>https://forum.liquidbounce.net/post/26695</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26695</guid><dc:creator><![CDATA[Sigmeme]]></dc:creator><pubDate>Tue, 16 Nov 2021 15:40:33 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Mon, 08 Nov 2021 12:35:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sigmeme" aria-label="Profile: sigmeme">@<bdi>sigmeme</bdi></a> Skidder.....</p>
]]></description><link>https://forum.liquidbounce.net/post/26572</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26572</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 08 Nov 2021 12:35:51 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sun, 07 Nov 2021 23:56:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/qwq-liulihaocai" aria-label="Profile: qwq-liulihaocai">@<bdi>qwq-liulihaocai</bdi></a> can u give for java not kotlin</p>
]]></description><link>https://forum.liquidbounce.net/post/26562</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26562</guid><dc:creator><![CDATA[Sigmeme]]></dc:creator><pubDate>Sun, 07 Nov 2021 23:56:09 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Mon, 30 Aug 2021 00:50:27 GMT]]></title><description><![CDATA[<p dir="auto">@________ randomwords[Random.nextInt(0 ,randomwords.length)]</p>
]]></description><link>https://forum.liquidbounce.net/post/23829</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23829</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 30 Aug 2021 00:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sat, 28 Aug 2021 17:44:27 GMT]]></title><description><![CDATA[<p dir="auto">reddit trolls are better than you @ENDER1337</p>
]]></description><link>https://forum.liquidbounce.net/post/23779</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23779</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 28 Aug 2021 17:44:27 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sat, 28 Aug 2021 12:28:50 GMT]]></title><description><![CDATA[<p dir="auto">@ender1337 said in <a href="/post/23769">Rise background</a>:</p>
<blockquote>
<p dir="auto">@poop-dealer <a href="https://forums.ccbluex.net/user/poop_dealer" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.ccbluex.net/user/poop_dealer</a></p>
<p dir="auto">when you cant explain this</p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1630153721764-qsjly4l3tr.png" alt="qsjLy4l3Tr.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">definitely not your alt</p>
]]></description><link>https://forum.liquidbounce.net/post/23770</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23770</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 28 Aug 2021 12:28:50 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sat, 28 Aug 2021 12:08:51 GMT]]></title><description><![CDATA[<p dir="auto">@ender1337 said in <a href="/post/23764">Rise background</a>:</p>
<blockquote>
<p dir="auto">wasn't poop dealer dort's redesky name and u copied it literally</p>
</blockquote>
<p dir="auto">no? are you ok bro</p>
]]></description><link>https://forum.liquidbounce.net/post/23765</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23765</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 28 Aug 2021 12:08:51 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sat, 28 Aug 2021 12:07:12 GMT]]></title><description><![CDATA[<p dir="auto">@ender1337 said in <a href="/post/23761">Rise background</a>:</p>
<blockquote>
<p dir="auto">@poop-dealer</p>
<p dir="auto">wasn't @poop-dealer the dumbass who pretended to be dort and tried to be funny but failed?<br />
option invalid</p>
</blockquote>
<p dir="auto">no it wasnt me<br />
option valid</p>
]]></description><link>https://forum.liquidbounce.net/post/23763</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23763</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 28 Aug 2021 12:07:12 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Sat, 28 Aug 2021 11:59:06 GMT]]></title><description><![CDATA[<p dir="auto">@ender1337<br />
retarded<br />
option invalid</p>
]]></description><link>https://forum.liquidbounce.net/post/23760</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23760</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 28 Aug 2021 11:59:06 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Fri, 27 Aug 2021 03:27:56 GMT]]></title><description><![CDATA[<p dir="auto">@poop-dealer what?</p>
]]></description><link>https://forum.liquidbounce.net/post/23738</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23738</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 27 Aug 2021 03:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Fri, 27 Aug 2021 01:39:00 GMT]]></title><description><![CDATA[<p dir="auto">@britishbiscuit said in <a href="/post/23734">Rise background</a>:</p>
<blockquote>
<p dir="auto">ew i prefer shader</p>
</blockquote>
<p dir="auto">blue zenith owner<br />
option invalid</p>
]]></description><link>https://forum.liquidbounce.net/post/23737</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23737</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 27 Aug 2021 01:39:00 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Thu, 26 Aug 2021 17:16:55 GMT]]></title><description><![CDATA[<p dir="auto">ew i prefer shader</p>
]]></description><link>https://forum.liquidbounce.net/post/23734</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23734</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 26 Aug 2021 17:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to Rise background on Thu, 26 Aug 2021 17:00:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/qwq-liulihaocai" aria-label="Profile: qwq-liulihaocai">@<bdi>qwq-liulihaocai</bdi></a> oMG OMGGG</p>
]]></description><link>https://forum.liquidbounce.net/post/23732</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/23732</guid><dc:creator><![CDATA[BobikHatar]]></dc:creator><pubDate>Thu, 26 Aug 2021 17:00:42 GMT</pubDate></item></channel></rss>