From fde85683e1e6b0fb319679c988d0a4bcd7185ce4 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:22:08 +0300 Subject: [PATCH] Update exec.mcfunction --- .../data/datalib/function/core/dispatch/exec.mcfunction | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction index ed436563..2ace12ad 100644 --- a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction +++ b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction @@ -16,4 +16,8 @@ # separate shared FIFO list that could desync between concurrent # fibers — see resume_dispatch.mcfunction for the full explanation. # ───────────────────────────────────────────────────────────────── + +execute unless function datalib:debug/tools/utils/check_all run return 0 +execute unless entity @s[type=minecraft:player] run return 0 + $function $(func) with storage datalib:engine _dispatch