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"}]