Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Benonardo committed Jun 8, 2023
1 parent becc2ac commit 4b3aff9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {

include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixinextras_version}")))

modImplementation "maven.modrinth:betterf3:${project.betterf3_version}" // not required
modImplementation "maven.modrinth:betterf3:${project.betterf3_version}" // not required; broken JiJ, should work anyways
}

processResources {
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.18
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version = 1.1.0
mod_version = 2.0.0
maven_group = com.benonardo
archives_base_name = overworld_coordinates

# Dependencies
mixinextras_version=0.2.0-beta.5
betterf3_version=6.0.0
mixinextras_version=0.2.0-beta.8
betterf3_version=7.0.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],

"depends": {
"fabricloader": ">=0.14.9",
"minecraft": "~1.19.4",
"fabricloader": ">=0.14.21",
"minecraft": "~1.20",
"java": ">=17"
},
"recommends": {
Expand Down

0 comments on commit 4b3aff9

Please sign in to comment.