Add better advancements
This commit is contained in:
parent
447ea420a1
commit
0a15901a23
4 changed files with 41 additions and 1 deletions
18
config/betteradvancements.json
Normal file
18
config/betteradvancements.json
Normal file
|
@ -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
|
||||||
|
}
|
9
index.toml
generated
9
index.toml
generated
|
@ -12,6 +12,10 @@ hash = "24a1f098beb95f2f99c52cc29c48ac5554429729180de0f7208ab65332b43760"
|
||||||
file = "config/NoChatReports/NCR-Common.json"
|
file = "config/NoChatReports/NCR-Common.json"
|
||||||
hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
|
hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/betteradvancements.json"
|
||||||
|
hash = "f82d0b5d9fbcb48dc1994f22446386cc5289029f92a0e4f9d8fcd444bf75f081"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/craftpresence.json"
|
file = "config/craftpresence.json"
|
||||||
hash = "be7f446c626398dce63fa1021a148658b5e85443e9b51c6264ac165a33b7ae4b"
|
hash = "be7f446c626398dce63fa1021a148658b5e85443e9b51c6264ac165a33b7ae4b"
|
||||||
|
@ -111,6 +115,11 @@ file = "mods/architectury-api.pw.toml"
|
||||||
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/better-advancements.pw.toml"
|
||||||
|
hash = "f2a3a436d5498e539230aa1936ac1009e4b140eda402b654b4a160431e7f517a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cloth-config.pw.toml"
|
file = "mods/cloth-config.pw.toml"
|
||||||
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
||||||
|
|
13
mods/better-advancements.pw.toml
Normal file
13
mods/better-advancements.pw.toml
Normal file
|
@ -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"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "be0814b4262d1dd079875a093c74f1e86d987f8fe6bca9393958f41e2d86ba37"
|
hash = "bb692ac5752d90eae9ebf120d78b260a9d1bec078fdbcb36282a1cefc648f2bf"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue