Skip to content

Commit

Permalink
feat: backport for mc1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NKID00 committed Sep 9, 2022
1 parent 6bc01af commit a16c90e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
version = "${project.mod_version}-mc1.19.1-1.19.2+${buildMetadata()}"
version = "${project.mod_version}-mc1.19+${buildMetadata()}"
group = project.maven_group

def buildMetadata() {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.8
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.9

# Mod Properties
Expand All @@ -13,4 +13,4 @@
archives_base_name = redstone-computer-utilities

# Dependencies
fabric_version=0.60.0+1.19.2
fabric_version=0.58.0+1.19
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"depends": {
"fabricloader": ">=0.12",
"fabric": "*",
"minecraft": ">=1.19.1 <=1.19.2"
"minecraft": "~1.19"
}
}

0 comments on commit a16c90e

Please sign in to comment.