From 6c643a7a2f58c4a9820adf70dbfeb0afa19bccde Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:38:12 +0300 Subject: [PATCH 1/2] Remove unnecessary execute command from exec.mcfunction --- .../dataLib/data/datalib/function/core/dispatch/exec.mcfunction | 2 -- 1 file changed, 2 deletions(-) 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 From 4b63ac7e9317ecfd810b0c2b2691af7b00cac9d1 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:51:47 +0300 Subject: [PATCH 2/2] Update README with GUI notes and installation steps Added notes on GUIs and installation instructions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/`