This repository was archived by the owner on May 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
1_20_3/data/macro/functions/core/tick/dispatch
1_20_5/data/macro/functions/core/tick/dispatch
data/macro/function/core/tick/dispatch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121
2222# Passed → execute channel function
2323execute 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
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121
2222# Passed → execute channel function
2323execute 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
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ execute unless score #check macro.tick matches 0 run return 0
2121
2222# Passed → execute channel function
2323execute 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
You can’t perform that action at this time.
0 commit comments