diff --git a/README.md b/README.md index 91a968b..8ea9fca 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ --- +> [!NOTE] +> `tellraw` menus and chat-based interfaces are **not** GUIs. For proper user interfaces and dialog mechanisms: +> - **In Datapacks (Vanilla):** See [Minecraft Wiki: Dialogs](https://minecraft.wiki/w/Dialog) +> - **In Fabric Mods:** See [Fabric Documentation: Custom Screens](https://docs.fabricmc.net/develop/rendering/gui/custom-screens) + +--- + ## 📦 Installation 1. Place [dataLib.zip](https://cdn.modrinth.com/data/jYMa7nhW/versions/EwBBaMuX/dataLib.zip?mr_download_reason=standalone) into `/datapacks/` diff --git a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction index 8eb3ec2..a3fdbd9 100644 --- a/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction +++ b/datapacks/dataLib/data/datalib/function/core/dispatch/exec.mcfunction @@ -17,6 +17,4 @@ # fibers — see resume_dispatch.mcfunction for the full explanation. # ───────────────────────────────────────────────────────────────── -execute unless entity @a run return 0 - $function $(func) with storage datalib:engine _dispatch