diff --git a/README.md b/README.md index d788edd..3dfed21 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ checking out this repository! Hopefully you can find it useful. **[Latest Releas | 1.19.1 | [1.3.1-1.19.1](https://github.com/yellowyears/playtimer-fabric/releases/tag/1.3.1-1.19.1) | | 1.19.2 | [1.3.1-1.19.2](https://github.com/yellowyears/playtimer-fabric/releases/tag/1.3.1-1.19.2) | | 1.19.3 | [1.3.1-1.19.3](https://github.com/yellowyears/playtimer-fabric/releases/tag/1.3.1-1.19.3) | +| 1.19.4 | [1.3.1-1.19.4](https://github.com/yellowyears/playtimer-fabric/releases/tag/1.3.1-1.19.4) | # Features: diff --git a/build.gradle b/build.gradle index 1fd11b9..047dc57 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" - modApi("me.shedaniel.cloth:cloth-config-fabric:9.0.94") {exclude(group: "net.fabricmc.fabric-api")} + modApi("me.shedaniel.cloth:cloth-config-fabric:10.0.96") {exclude(group: "net.fabricmc.fabric-api")} } processResources { diff --git a/gradle.properties b/gradle.properties index 6b102fd..f639b00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.5 -loader_version=0.14.12 +minecraft_version=1.19.4 +yarn_mappings=1.19.4+build.2 +loader_version=0.14.19 # Mod Properties -mod_version = 1.3.1-1.19.3 +mod_version = 1.3.1-1.19.4 maven_group = net.yellowyears archives_base_name = playtimer-fabric -modmenu_version=5.0.2 -cloth_api_version=9.0.94 +modmenu_version=6.2.2 +cloth_api_version=10.0.96 # Dependencies -fabric_version=0.72.0+1.19.3 \ No newline at end of file +fabric_version=0.80.0+1.19.4 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8691117..60a0764 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,9 +30,9 @@ "playtimer.mixins.json" ], "depends": { - "fabricloader": ">=0.14.11", + "fabricloader": ">=0.14.19", "fabric-api": "*", - "minecraft": "~1.19.3", + "minecraft": "~1.19.4", "java": ">=17" }, "suggests": {