Skip to content

Commit

Permalink
Update to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowyears committed May 3, 2023
1 parent 37f9d6e commit 0a0acd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
fabric_version=0.80.0+1.19.4
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0a0acd0

Please sign in to comment.