Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Commit eeac54a

Browse files
committed
Fix #1
1 parent 2f28d71 commit eeac54a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

1_20_3/data/macro/functions/core/tick/dispatch/rate_check.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121

2222
# Passed → execute channel function
2323
execute unless data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec with storage macro:tick_work channel
24-
execute if data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel
24+
execute if data storage macro:tick_work channel.condition run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel

1_20_5/data/macro/functions/core/tick/dispatch/rate_check.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121

2222
# Passed → execute channel function
2323
execute unless data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec with storage macro:tick_work channel
24-
execute if data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel
24+
execute if data storage macro:tick_work channel.condition run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel

data/macro/function/core/tick/dispatch/rate_check.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121

2222
# Passed → execute channel function
2323
execute unless data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec with storage macro:tick_work channel
24-
execute if data storage macro:tick_work channel{condition:""} run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel
24+
execute if data storage macro:tick_work channel.condition run function macro:core/tick/dispatch/exec2 with storage macro:tick_work channel

0 commit comments

Comments
 (0)