From ba160eda56e82654e9de58d434ce207518571289 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Thu, 24 Oct 2024 01:28:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20arena=20box=20being=20invi?= =?UTF-8?q?sible=20when=20looking=20straight=20down=20-=20adding=20this=20?= =?UTF-8?q?`height`=20field=20makes=20it=20not=20cull=20when=20looking=20s?= =?UTF-8?q?traight=20down=20during=20the=20red=20intro=20cutscene?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../boss_fight/shared/arena_box/initialize.mcfunction | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datapacks/omegaflowey/data/omegaflowey.entity/function/directorial/boss_fight/shared/arena_box/initialize.mcfunction b/datapacks/omegaflowey/data/omegaflowey.entity/function/directorial/boss_fight/shared/arena_box/initialize.mcfunction index 5341c4d22..6710174cc 100644 --- a/datapacks/omegaflowey/data/omegaflowey.entity/function/directorial/boss_fight/shared/arena_box/initialize.mcfunction +++ b/datapacks/omegaflowey/data/omegaflowey.entity/function/directorial/boss_fight/shared/arena_box/initialize.mcfunction @@ -8,3 +8,6 @@ tag @s add arena_box # Store boss fight UUID to storage for later use function gu:generate data modify storage omegaflowey:bossfight arena_box_uuid set from storage gu:main out + +execute on passengers if entity @s[tag=aj.omegaflowey_arena_box.bone] run \ + data merge entity @s { height: -10.0f }