From 03c80e43a436962fd29b51cb0813a62f38f59c5f Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Sat, 4 Jul 2026 10:55:39 +0300 Subject: [PATCH] Update reload function with feedback messages --- dataLib-DP/data/dl_load/function/reload/main.mcfunction | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dataLib-DP/data/dl_load/function/reload/main.mcfunction b/dataLib-DP/data/dl_load/function/reload/main.mcfunction index 6e86b2a..9753b01 100644 --- a/dataLib-DP/data/dl_load/function/reload/main.mcfunction +++ b/dataLib-DP/data/dl_load/function/reload/main.mcfunction @@ -1,6 +1,9 @@ tellraw @s [{"text":"[DL]","color":"#ffe600","extra":[" "]},{"text":"Reloading..."}] +#> Reload reload function dl_load:load/all -tellraw @s [{"text":"[DL]","color":"#ffe600","extra":[" "]},{"text":"Engine reloaded successfully.","color":"green"}] \ No newline at end of file +#>Feedback +tag @s remove datalib.loadFail +tellraw @s [{"text":"[DL]","color":"#ffe600","extra":[" "]},{"text":"Engine reloaded successfully.","color":"green"}]