This commit is contained in:
Madis 2021-12-15 18:38:15 +02:00
parent 70643398e9
commit 915b7d8877
8 changed files with 31 additions and 16 deletions

View file

@ -348,6 +348,11 @@ Other
## 1.16.5
### 1.11.1 (2021-12-15)
* Another patch for the multiplayer bug (updated Fabric Loader to 0.12.12)
* Updated Architectury API, Cloth Config API
### 1.11.0 (2021-12-11)
General

View file

@ -0,0 +1,6 @@
{
"enabled": true,
"mute_errors": false,
"mute_warns": false,
"broken_paths": true
}

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 1.11.0")
text = literal("Fabulously Optimized 1.11.1")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF

View file

@ -1,8 +1,12 @@
hash-format = "sha256"
[[files]]
file = "config/citresewn.json"
hash = "c0ea016e992b3093ebf05ecbb099361b0c11e8cc4dc53c81aa959b0a5fc42381"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "e668a13fb62332215360459e52e4831230b4456f7191b0d693c17f10af85376e"
hash = "e5a74fe56aeced3bbd5b2921216a189f0d8b86a2f13747290a862a45142c3040"
[[files]]
file = "config/midnightlib.json"
@ -14,7 +18,7 @@ hash = "823e13cceab67ae7856cbfc91fcec40cadb1a7b958993b92f2501928659a0641"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "6bd7c15530c2342bbd297d0ff5648c537999fa9871efdca83a3d9dae01f36d58"
hash = "b74783718bc18e1a6402c56130612ab2bad97ad23ba2c6ba4b112527ecf6c233"
[[files]]
file = "config/sodium-mixins.properties"
@ -96,7 +100,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "fc76c36b29e53b4fa96cff277800b6b9973805fa0ecff4eef39d4fb2e154dc23"
hash = "7486ce6b9916d0486e25e34736f5f0b75b78ffe2a1944edff1c5b0b52e79d528"
metafile = true
[[files]]
@ -121,7 +125,7 @@ metafile = true
[[files]]
file = "mods/cloth-config.toml"
hash = "de00a3a951f0fc357733217c554ebb484a4477f825197b04d370848361d97d50"
hash = "405422e979d9904e49f44d2ba163a869da092bf10187399ea92063bf3c61ff34"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-1.26.37.jar"
filename = "architectury-1.26.39.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3555/165/architectury-1.26.37.jar"
url = "https://edge.forgecdn.net/files/3563/801/architectury-1.26.39.jar"
hash-format = "murmur2"
hash = "880116694"
hash = "324346847"
[update]
[update.curseforge]
file-id = 3555165
file-id = 3563801
project-id = 419697

View file

@ -1,13 +1,13 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-4.12.41-fabric.jar"
filename = "cloth-config-4.13.49-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3521/274/cloth-config-4.12.41-fabric.jar"
url = "https://edge.forgecdn.net/files/3559/633/cloth-config-4.13.49-fabric.jar"
hash-format = "murmur2"
hash = "2646399651"
hash = "178602638"
[update]
[update.curseforge]
file-id = 3521274
file-id = 3559633
project-id = 319057

View file

@ -4,8 +4,8 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c91ae50341ff0e94940fc8779b5a2274e55244b96e3ed59d1f380c517bba4dd9"
hash = "063ddefff910807040d184df8c385c4142b32522903a65de8cbf026fa18e52b6"
[versions]
fabric = "0.12.11"
fabric = "0.12.12"
minecraft = "1.16.5"