From 28257b09024fa3355422d3129a6745b173b127ea Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Mon, 21 Oct 2024 01:47:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8D=20increase=20height=20(lowest=20Y)?= =?UTF-8?q?=20of=20arena=20cleanup=20bounds=20to=20ensure=20we=20don't=20r?= =?UTF-8?q?emove=20homing-vines=20bullets=20early?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/shared/run_if_outside_arena_volume.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapacks/omegaflowey/data/omegaflowey.entity/function/shared/run_if_outside_arena_volume.mcfunction b/datapacks/omegaflowey/data/omegaflowey.entity/function/shared/run_if_outside_arena_volume.mcfunction index ac1db0830..c44e87a10 100644 --- a/datapacks/omegaflowey/data/omegaflowey.entity/function/shared/run_if_outside_arena_volume.mcfunction +++ b/datapacks/omegaflowey/data/omegaflowey.entity/function/shared/run_if_outside_arena_volume.mcfunction @@ -1,2 +1,2 @@ # NOTE: TAG_SUMMIT_HARDCODED_ARENA_VOLUME -$execute unless entity @s[x=-186, dx=61, y=12, dy=44, z=47, dz=60] run $(command) +$execute unless entity @s[x=-186, dx=61, y=10, dy=46, z=47, dz=60] run $(command)