Skip to content

Commit

Permalink
Merge pull request #5 from DrakoTrogdor/1.19
Browse files Browse the repository at this point in the history
Update to 1.19
  • Loading branch information
vlad2305m authored Jun 13, 2022
2 parents 358f299 + 56fef66 commit 76e3af5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx4G
# Fabric Properties
# check this on https://fabricmc.net/versions.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.5
minecraft_version=1.19
yarn_mappings=1.19+build.2
loader_version=0.14.7
# Mod Properties
mod_version=3.1
mod_version=3.2.0
maven_group=com.vlad2305m
archives_base_name=proper-mobcap-modifier
# Dependencies
# check this on https://fabricmc.net/versions.html
fabric_version=0.43.1+1.18
cloth_config_version=6.0.42
mod_menu_version=3.0.0
fabric_version=0.55.3+1.19
cloth_config_version=7.0.72
mod_menu_version=4.0.0
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"proper-mobcap-modifier.mixins.json"
],
"depends": {
"cloth-config2": ">=5.0.0",
"fabricloader": ">=0.11.2",
"minecraft": "1.18.x"
"cloth-config2": ">=7.0.0",
"fabricloader": ">=0.14.6",
"minecraft": "1.19"
}
}

0 comments on commit 76e3af5

Please sign in to comment.