Skip to content

Commit

Permalink
Update to Minecraft 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed May 29, 2023
1 parent 8798673 commit 1ad1665
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 '1.1-SNAPSHOT'
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17
minecraft_version=1.20-pre6
yarn_mappings=1.20-pre6+build.2
loader_version=0.14.21

# Mod Properties
mod_version=4.0.0
mod_version=4.0.0+1.20
maven_group=dev.nincodedo
archives_base_name=mc-server-description
# Dependencies
fabric_version=0.75.3+1.19.4
fabric_version=0.82.1+1.20
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.3-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 @@ -25,9 +25,9 @@
},

"depends": {
"fabricloader": ">=0.14.6",
"fabricloader": ">=0.14.21",
"fabric": "*",
"minecraft": ">=1.19.4",
"minecraft": ">=1.20-beta.6",
"java": ">=17"
}
}

0 comments on commit 1ad1665

Please sign in to comment.