Skip to content

Commit

Permalink
bro i all i did was change the fabric version???
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Sep 21, 2023
1 parent 3f7c61f commit 2e44930
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 @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

archivesBaseName = project.archives_base_name
version = project.mod_version + "+" + project.minecraft_version.substring(0, 4)
version = project.mod_version + "+" + project.minecraft_version
group = project.maven_group

repositories {
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 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.21


Expand All @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = namefabric

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.89.0+1.20.2
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"fabric-command-api-v2": "*",
"fabric-api-base": "*",
"fabric-resource-loader-v0": "*",
"minecraft": "1.20.x",
"minecraft": ">=1.20.2",
"java": ">=11"
}
}

0 comments on commit 2e44930

Please sign in to comment.