diff --git a/config/betteradvancements.json b/config/betteradvancements.json new file mode 100644 index 0000000..7109001 --- /dev/null +++ b/config/betteradvancements.json @@ -0,0 +1,18 @@ +{ + "defaultUncompletedIconColor": "#FFFFFF", + "defaultUncompletedTitleColor": "#0489C1", + "defaultCompletedIconColor": "#DBA213", + "defaultCompletedTitleColor": "#DBA213", + "doAdvancementsBackgroundFade": true, + "showDebugCoordinates": false, + "orderTabsAlphabetically": false, + "uiScaling": 100, + "criteriaDetail": "All", + "criteriaDetailRequiresShift": true, + "addInventoryButton": false, + "defaultDrawDirectLines": false, + "defaultHideLines": false, + "defaultCompletedLineColor": "#FFFFFF", + "defaultUncompletedLineColor": "#FFFFFF", + "onlyUseAboveAdvancementTabs": false +} \ No newline at end of file diff --git a/index.toml b/index.toml index 258b22f..5a3eff9 100644 --- a/index.toml +++ b/index.toml @@ -12,6 +12,10 @@ hash = "24a1f098beb95f2f99c52cc29c48ac5554429729180de0f7208ab65332b43760" file = "config/NoChatReports/NCR-Common.json" hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0" +[[files]] +file = "config/betteradvancements.json" +hash = "f82d0b5d9fbcb48dc1994f22446386cc5289029f92a0e4f9d8fcd444bf75f081" + [[files]] file = "config/craftpresence.json" hash = "be7f446c626398dce63fa1021a148658b5e85443e9b51c6264ac165a33b7ae4b" @@ -111,6 +115,11 @@ file = "mods/architectury-api.pw.toml" hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad" metafile = true +[[files]] +file = "mods/better-advancements.pw.toml" +hash = "f2a3a436d5498e539230aa1936ac1009e4b140eda402b654b4a160431e7f517a" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" diff --git a/mods/better-advancements.pw.toml b/mods/better-advancements.pw.toml new file mode 100644 index 0000000..518d123 --- /dev/null +++ b/mods/better-advancements.pw.toml @@ -0,0 +1,13 @@ +name = "Better Advancements" +filename = "BetterAdvancements-Fabric-1.20.1-0.3.2.161.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/uHjK0raA/BetterAdvancements-Fabric-1.20.1-0.3.2.161.jar" +hash-format = "sha1" +hash = "9eccd6a7b30acd0ec4ec54ba90c82b8f176596a0" + +[update] +[update.modrinth] +mod-id = "Q2OqKxDG" +version = "uHjK0raA" diff --git a/pack.toml b/pack.toml index edb10a9..eac4390 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "be0814b4262d1dd079875a093c74f1e86d987f8fe6bca9393958f41e2d86ba37" +hash = "bb692ac5752d90eae9ebf120d78b260a9d1bec078fdbcb36282a1cefc648f2bf" [versions] minecraft = "1.20.1"