From 9781aaace9f2f3a43898eae7a95fe4015fb4b7a3 Mon Sep 17 00:00:00 2001 From: Bavadin <115598588+Bavadin@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:21:13 -0800 Subject: [PATCH] Summon new interactionentity to block snow layer trapdoor (0.13.15) --- .../do2/functions/dungeon_setup/summon/others.mcfunction | 1 + .../dungeon_setup/summon/summon_others.mcfunction | 7 +++++-- Brilliance Datapack/data/do2/functions/version.mcfunction | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/others.mcfunction b/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/others.mcfunction index 75fff666..ee012f04 100644 --- a/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/others.mcfunction +++ b/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/others.mcfunction @@ -6,6 +6,7 @@ kill @e[type=minecraft:interaction,tag=water_blocker] kill @e[type=minecraft:interaction,tag=lava_blocker] kill @e[type=minecraft:interaction,tag=parrot_blocker] kill @e[type=minecraft:interaction,tag=dropper_blocker] +kill @e[type=minecraft:interaction,tag=ceiling_blocker] kill @e[type=minecraft:interaction,tag=trapdoor_blocker] schedule function do2:dungeon_setup/summon/summon_others 3t append diff --git a/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/summon_others.mcfunction b/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/summon_others.mcfunction index 6517e969..7189b46e 100644 --- a/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/summon_others.mcfunction +++ b/Brilliance Datapack/data/do2/functions/dungeon_setup/summon/summon_others.mcfunction @@ -90,8 +90,11 @@ summon minecraft:interaction -576.50 17.81 2010.50 {width: 1.002f, height: 0.188 summon minecraft:interaction -573.50 16.00 2014.50 {width: 1.0f, height: 1.0f, Tags:["dropper_blocker"]} # Prevent players from interacting with the trapdoors in the ceiling of the bottom floor L3 storage room -summon minecraft:interaction -642.00 -12.20 1889.00 {width: 2.0f, height: 0.2f, Tags:["trapdoor_blocker"]} -summon minecraft:interaction -639.50 -12.20 1889.50 {width: 3.0f, height: 0.2f, Tags:["trapdoor_blocker"]} +summon minecraft:interaction -642.00 -12.20 1889.00 {width: 2.0f, height: 0.2f, Tags:["ceiling_blocker"]} +summon minecraft:interaction -639.50 -12.20 1889.50 {width: 3.0f, height: 0.2f, Tags:["ceiling_blocker"]} + +# Prevent players from interacting with the trapdoor in the foreman's office under snow layers +summon minecraft:interaction -582.5 -3.19 1922.5 {width: 1.002f, height: 0.188f, Tags:["trapdoor_blocker"]} # TangoCam (just in case) execute unless entity @e[type=minecraft:player,name=tangocam] unless entity @e[type=minecraft:player,name=TangoCam] run function do2:dungeon_setup/summon/summon_tangocam diff --git a/Brilliance Datapack/data/do2/functions/version.mcfunction b/Brilliance Datapack/data/do2/functions/version.mcfunction index 71c35c91..1ed7141a 100644 --- a/Brilliance Datapack/data/do2/functions/version.mcfunction +++ b/Brilliance Datapack/data/do2/functions/version.mcfunction @@ -1,3 +1,3 @@ -# DATAPACK VERSION NUMBER: 0.13.14 +# DATAPACK VERSION NUMBER: 0.13.15 -tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.14§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] +tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.15§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]