Skip to content

Commit

Permalink
chore: update to minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Aug 25, 2024
1 parent 1680456 commit 75adc30
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.6-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'io.github.juuxel.loom-quiltflower' version '1.10.0'
id "com.modrinth.minotaur" version "2.+"
}
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx3G

# check these on https://linkie.shedaniel.me/dependencies
minecraft_version=1.21
yarn_version=1.21+build.2
loader_version=0.15.11
fabric_api_version=0.100.1+1.21
cloth_version=15.0.127
mod_menu_version=11.0.0-beta.1
minecraft_version=1.21.1
yarn_version=1.21.1+build.3
loader_version=0.16.2
fabric_api_version=0.102.1+1.21.1
cloth_version=15.0.130
mod_menu_version=11.0.1

mod_version=1.1.1
archives_base_name=nohotbarlooping
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 75adc30

Please sign in to comment.