<?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[how do I use bounding box]]></title><description><![CDATA[<p dir="auto">for example I wanted to place a bounding box under me. How'd I do that?</p>
]]></description><link>https://forum.liquidbounce.net/topic/3347/how-do-i-use-bounding-box</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 09:35:04 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3347.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Nov 2021 11:48:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how do I use bounding box on Fri, 26 Nov 2021 02:38:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/end3r1355" aria-label="Profile: end3r1355">@<bdi>end3r1355</bdi></a> thing is i just want to set a colliding bounding box under the player</p>
]]></description><link>https://forum.liquidbounce.net/post/26855</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26855</guid><dc:creator><![CDATA[IvanoVladimirs]]></dc:creator><pubDate>Fri, 26 Nov 2021 02:38:34 GMT</pubDate></item><item><title><![CDATA[Reply to how do I use bounding box on Tue, 23 Nov 2021 19:25:15 GMT]]></title><description><![CDATA[<p dir="auto">Code from <a class="plugin-mentions-user plugin-mentions-a" href="/user/du-couscous" aria-label="Profile: Du-Couscous">@<bdi>Du-Couscous</bdi></a> matrix fly</p>
<pre><code>if (mc.theWorld.isAirBlock(new BlockPos(mc.thePlayer.posX,mc.thePlayer.posY-1,mc.thePlayer.posZ)) || mc.thePlayer.inWater) {
            if (mc.thePlayer.fallDistance &gt;= 1) {
                mc.theWorld.setBlockState(new BlockPos(mc.thePlayer.posX, mc.thePlayer.posY-1, mc.thePlayer.posZ), Blocks.barrier.getDefaultState());
                blocks.push(new BlockPos(mc.thePlayer.posX,mc.thePlayer.posY-1,mc.thePlayer.posZ));
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/26826</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/26826</guid><dc:creator><![CDATA[END3R1355]]></dc:creator><pubDate>Tue, 23 Nov 2021 19:25:15 GMT</pubDate></item></channel></rss>