From 9ea777ef98760336f626067273f5f60bfc374330 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Mon, 25 May 2026 16:42:54 +0300 Subject: [PATCH] Update version_warn.mcfunction --- data/dl_load/function/load/internal/version_warn.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dl_load/function/load/internal/version_warn.mcfunction b/data/dl_load/function/load/internal/version_warn.mcfunction index 7816e08..85a8c6b 100644 --- a/data/dl_load/function/load/internal/version_warn.mcfunction +++ b/data/dl_load/function/load/internal/version_warn.mcfunction @@ -4,7 +4,7 @@ playsound datalib:ui.error master @a ~ ~ ~ 0.7 0.8 -tellraw @a ["",{"text":"[DL] ","color":"#00AAAA","bold":true},{"text":"✘ ","color":"red"},{"text":"Version mismatch — expected ","color":"red"},{"text":"v5.1.1","color":"aqua"},{"text":". Load aborted.","color":"red"}] +tellraw @a[tag=datalib.debug] ["",{"text":"[DL] ","color":"#00AAAA","bold":true},{"text":"✘ ","color":"red"},{"text":"Version mismatch — expected ","color":"red"},{"text":"v5.1.1","color":"aqua"},{"text":". Load aborted.","color":"red"}] tellraw @a[tag=datalib.debug] ["",{"text":"[DL] ","color":"#00AAAA","bold":true},{"text":"DEBUG ","color":"aqua"},{"text":"expected: 5.1.1 · got: ","color":"#555555"},{"score":{"name":"#dl.major","objective":"dl.pre_version"},"color":"yellow"},{"text":".","color":"#555555"},{"score":{"name":"#dl.minor","objective":"dl.pre_version"},"color":"yellow"},{"text":".","color":"#555555"},{"score":{"name":"#dl.patch","objective":"dl.pre_version"},"color":"yellow"}] data modify storage datalib:input message set value "[Load] version_warn — version mismatch, load aborted"