This commit is contained in:
Madis 2021-12-15 18:56:44 +02:00
parent 915b7d8877
commit e579b5ebc6
7 changed files with 21 additions and 16 deletions

View file

@ -76,6 +76,11 @@ Current mod changes:
## 1.17.1
### 2.6.1 (2021-12-15)
* Another patch for the multiplayer bug (updated Fabric Loader to 0.12.12)
* Updated Architectury API, Cloth Config API
### 2.6.0 (2021-12-11)
General

View file

@ -3,7 +3,7 @@
"overrides": {
"fabric": {
"+depends": {
"fabricloader": ">=0.12.10"
"fabricloader": ">=0.12.12"
}
},
"advancementinfo": {

View file

@ -5,7 +5,7 @@ mainMenu {
x { it - 2 }
y { it - 20 }
}
text = literal("Fabulously Optimized 2.6.0")
text = literal("Fabulously Optimized 2.6.1")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF

View file

@ -6,7 +6,7 @@ hash = "c0ea016e992b3093ebf05ecbb099361b0c11e8cc4dc53c81aa959b0a5fc42381"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "4b8102683181660807ce5de11ed64aec48746bd901594bf6923955849be9773c"
hash = "861e09447ba6c92f25522d7217a67ebb65deb9e99de8b871c9b8d705a778e47d"
[[files]]
file = "config/midnightlib.json"
@ -18,7 +18,7 @@ hash = "823e13cceab67ae7856cbfc91fcec40cadb1a7b958993b92f2501928659a0641"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "9f685f90cce55ac7202440904796cd6468077deeeab66c54c61041999d938e3b"
hash = "c1473b21d011658720f989acc7f01c5a6976d15fc77f8bf90d036e35d372ab32"
[[files]]
file = "config/yosbr/config/borderlessmining.json"
@ -101,7 +101,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "e3c30e2d80a459b83f98f76d09f9a4ed5c7d0f6c9a6da68f010acc3563064b2b"
hash = "86e3e4b3527ecc9688171714cfae6a4628544ad102e43b9b088c1f4baac4dea9"
metafile = true
[[files]]
@ -131,7 +131,7 @@ metafile = true
[[files]]
file = "mods/cloth-config.toml"
hash = "8085a1c52ea30800552f6351d14a1a435e5aa55f4853733aa1f710a41af2ac80"
hash = "c8b792cdc006780b256e1a1a05fca91cc32542547d9805ece9b48eff78e5b2d6"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-2.8.46.jar"
filename = "architectury-2.8.50.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3554/967/architectury-2.8.46.jar"
url = "https://edge.forgecdn.net/files/3562/472/architectury-2.8.50.jar"
hash-format = "murmur2"
hash = "390881727"
hash = "4051988951"
[update]
[update.curseforge]
file-id = 3554967
file-id = 3562472
project-id = 419697

View file

@ -1,13 +1,13 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-5.1.40-fabric.jar"
filename = "cloth-config-5.2.47-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3521/267/cloth-config-5.1.40-fabric.jar"
url = "https://edge.forgecdn.net/files/3559/636/cloth-config-5.2.47-fabric.jar"
hash-format = "murmur2"
hash = "617662973"
hash = "4189760986"
[update]
[update.curseforge]
file-id = 3521267
file-id = 3559636
project-id = 319057

View file

@ -4,8 +4,8 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "62c2e8162804225ac750c419316cc4afe96c1b56e6f867b44cdf0207981d8748"
hash = "9393c0ca8d28587594b2c0899e91aad8ab7bde0dd2dfb976279438b48ddd7747"
[versions]
fabric = "0.12.11"
fabric = "0.12.12"
minecraft = "1.17.1"