From 09fac1082ad92698b6871451d85c052f6624629a Mon Sep 17 00:00:00 2001 From: Harvey_Husky Date: Mon, 26 Jun 2023 12:35:59 +0800 Subject: [PATCH] fix --- .../system/install/module/force.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/fzsd/tags/functions/system/install/module/force.json b/data/fzsd/tags/functions/system/install/module/force.json index 4849e2b..a6baa68 100644 --- a/data/fzsd/tags/functions/system/install/module/force.json +++ b/data/fzsd/tags/functions/system/install/module/force.json @@ -1,15 +1,15 @@ { "replace": false, "values": [ - "fzsd:module/health/install", - "fzsd:module/here/install", - "fzsd:module/interactor/install", - "fzsd:module/join_message/install", - "fzsd:module/last_death/install", - "fzsd:module/last_nether_portal/install", - "fzsd:module/last_spawn_point/install", - "fzsd:module/phantom_warning/install", - "fzsd:module/scoreboard/install", - "fzsd:module/sweeper/install" + "#fzsd:module/health/install", + "#fzsd:module/here/install", + "#fzsd:module/interactor/install", + "#fzsd:module/join_message/install", + "#fzsd:module/last_death/install", + "#fzsd:module/last_nether_portal/install", + "#fzsd:module/last_spawn_point/install", + "#fzsd:module/phantom_warning/install", + "#fzsd:module/scoreboard/install", + "#fzsd:module/sweeper/install" ] -} \ No newline at end of file +}