3.0.0-alpha.4

This commit is contained in:
Madis 2021-12-15 19:08:06 +02:00
parent e579b5ebc6
commit bd793aa81c
8 changed files with 26 additions and 21 deletions

View file

@ -23,6 +23,11 @@ Notes:
* MultiMC: Minecraft 1.18 requires [Java 17 or higher](https://www.oracle.com/java/technologies/downloads/).
* GDLauncher: make sure you are using the latest version, click the green arrow in titlebar when available
### 3.0.0-alpha.4 (2021-12-15)
* Another patch for the multiplayer bug (updated Fabric Loader to 0.12.12)
* Updated Architectury API, Cloth Config API, Custom Entity Models
### 3.0.0-alpha.3 (2021-12-11)
Some fixes for 1.18 before moving to 1.18.1.

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 3.0.0-alpha.3")
text = literal("Fabulously Optimized 3.0.0-alpha.4")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF

View file

@ -6,7 +6,7 @@ hash = "c0ea016e992b3093ebf05ecbb099361b0c11e8cc4dc53c81aa959b0a5fc42381"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "b6ef10033898be05070fb89f74428df3260d9abb8b70880e0636baa03c732440"
hash = "21635893ecc8ce5d7edc1f545096f48ddb6d15542f83465c1db97cf9b3e71edb"
[[files]]
file = "config/midnightlib.json"
@ -18,7 +18,7 @@ hash = "823e13cceab67ae7856cbfc91fcec40cadb1a7b958993b92f2501928659a0641"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "3f63d95e6ce53a92233175e012406b48e6051d7b4c13e696356559caf62179d0"
hash = "1c625433e246595eab0e288855858d4c564acd6028c4f9efcead308a0931da0f"
[[files]]
file = "config/sodium-mixins.properties"
@ -105,7 +105,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "588462201d75ce217b2d73c08932fc2b04d31632399f49d31a9b46a1a7e53b71"
hash = "6acb793cd97dff83925decbfab9c9e418563c1fe2c84f1972047e7110a39f16f"
metafile = true
[[files]]
@ -135,7 +135,7 @@ metafile = true
[[files]]
file = "mods/cloth-config.toml"
hash = "3673dd85d0ebecbef0501f2506206279fedc113070ee32a98fbe0690ba4e2aab"
hash = "86659374a4bd799a6ddc3123eb909fff79d7b01a48131f2caef8e6bfedb41f11"
metafile = true
[[files]]
@ -155,7 +155,7 @@ metafile = true
[[files]]
file = "mods/custom-entity-models-cem.toml"
hash = "5a609203ae9f32d5ff7998edd49c50b2ca8d7fe28233664b5621befe87176ee2"
hash = "d7b04dc33616ec7168a1b4c1c4a7617cb2526c830dc4457ee7972f5145419b0a"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-3.2.47.jar"
filename = "architectury-3.2.51.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3554/993/architectury-3.2.47.jar"
url = "https://edge.forgecdn.net/files/3562/469/architectury-3.2.51.jar"
hash-format = "murmur2"
hash = "3145725562"
hash = "2356609179"
[update]
[update.curseforge]
file-id = 3554993
file-id = 3562469
project-id = 419697

View file

@ -1,13 +1,13 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-6.0.45-fabric.jar"
filename = "cloth-config-6.1.48-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3546/622/cloth-config-6.0.45-fabric.jar"
url = "https://edge.forgecdn.net/files/3559/638/cloth-config-6.1.48-fabric.jar"
hash-format = "murmur2"
hash = "4158055047"
hash = "2178376205"
[update]
[update.curseforge]
file-id = 3546622
file-id = 3559638
project-id = 319057

View file

@ -1,13 +1,13 @@
name = "Custom Entity Models (CEM)"
filename = "cem-0.6.2.jar"
filename = "cem-0.7.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3440/846/cem-0.6.2.jar"
url = "https://edge.forgecdn.net/files/3561/474/cem-0.7.0.jar"
hash-format = "murmur2"
hash = "3701570831"
hash = "3362249222"
[update]
[update.curseforge]
file-id = 3440846
file-id = 3561474
project-id = 477078

View file

@ -4,8 +4,8 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "83eec15e1d6faef3399f6dc67d88dde1a95f4991776e747f9ee7feb8db069195"
hash = "732714a68865d3577d65c873829c0e3c6094f3dbac0f9fc580dc3aba8586a83d"
[versions]
fabric = "0.12.11"
fabric = "0.12.12"
minecraft = "1.18"