Skip to content

Commit 7b69a9b

Browse files
committed
Hotfix Blossoming Pots: Typo Prevented Decorated Pots from Working
1 parent 4de739e commit 7b69a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/prepare_data.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# run from decorated/set_count
66

77
# early return if displays are already on desired stage, does not check plant type
8-
$execute if score @e[type=minecraft:block_display,distance=..0.1,tag=gm4_blossoming_pots.display.decorated_pot,limit=1] gm4_blossoming_pots.display_stage $(count) run return run kill @s
8+
$execute if score @e[type=minecraft:block_display,distance=..0.1,tag=gm4_blossoming_pots.display.decorated_pot,limit=1] gm4_blossoming_pots.display_stage matches $(count) run return run kill @s
99

1010
$execute store result score $array_len gm4_blossoming_pots.loop run data get storage gm4_blossoming_pots:decorated_pots $(id).$(count)
1111

0 commit comments

Comments
 (0)