From d77011194effb79525a786ebad8e2e559a46aa66 Mon Sep 17 00:00:00 2001 From: Legends11 <234182831+asn44nb@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:42:49 +0300 Subject: [PATCH] Update open.mcfunction --- .../data/macro/function/dialog/open.mcfunction | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/compat_1_21_4/data/macro/function/dialog/open.mcfunction b/compat_1_21_4/data/macro/function/dialog/open.mcfunction index ee11d30..1e9c3ca 100644 --- a/compat_1_21_4/data/macro/function/dialog/open.mcfunction +++ b/compat_1_21_4/data/macro/function/dialog/open.mcfunction @@ -1,10 +1 @@ -execute unless data storage macro:engine dialog.DIALOG run return 0 - -scoreboard players set @s macro.dialog_load -1 -tag @s remove macro.dialog_closed -tag @s remove macro.dialog_opened -tag @s add macro.dialog_opened - -tellraw @s ["",{"text":"[AME] ","color":"aqua","bold":true},{"text":"Dialog: ","color":"gray"},{"nbt":"dialog.DIALOG","storage":"macro:engine","color":"yellow"},{"text":" — ","color":"#555555"},{"text":"[Load]","color":"green","bold":true,"underlined":true,"clickEvent":{"action":"run_command","value":"/function macro:load"},"hoverEvent":{"action":"show_text","value":{"text":"Upgrade to 1.21.6+ for native dialog support","color":"gray"}}}] - -return 1 +return run tellraw @s {"text":"This feature requires 1.21.5 or higher!","color":"red","italic":false}