From 884bc5ca2e89a66d85d002e4f64abadb620b2d66 Mon Sep 17 00:00:00 2001 From: runcows Date: Wed, 27 Nov 2024 21:28:06 +0900 Subject: [PATCH] Added main types --- .../data/gm4_blossoming_pots/function/main.mcfunction | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/main.mcfunction b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/main.mcfunction index 9cebd5709..513548006 100644 --- a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/main.mcfunction +++ b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/main.mcfunction @@ -1,5 +1,5 @@ -execute as @e[tag=gm4_blossoming_pots.display.decorated_pot] at @s unless block ~ ~ ~ minecraft:decorated_pot run kill @s -execute as @e[tag=gm4_blossoming_pots.display.flower_pot] at @s unless block ~ ~ ~ minecraft:flower_pot run kill @s -execute as @e[tag=gm4_blossoming_pots.data.flower_pot] at @s unless block ~ ~ ~ minecraft:flower_pot run function gm4_blossoming_pots:flower/item/break with entity @s data +execute as @e[type=minecraft:block_display,tag=gm4_blossoming_pots.display.decorated_pot] at @s unless block ~ ~ ~ minecraft:decorated_pot run kill @s +execute as @e[type=minecraft:block_display,tag=gm4_blossoming_pots.display.flower_pot] at @s unless block ~ ~ ~ minecraft:flower_pot run kill @s +execute as @e[type=minecraft:marker,tag=gm4_blossoming_pots.data.flower_pot] at @s unless block ~ ~ ~ minecraft:flower_pot run function gm4_blossoming_pots:flower/item/break with entity @s data schedule function gm4_blossoming_pots:main 16t