-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
gm4_blossoming_pots/data/gm4_blossoming_pots/function/main.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |