Skip to content

Commit

Permalink
Upgrade for 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Taschek committed Apr 25, 2024
1 parent 1c11e6c commit 90f2f82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2-SNAPSHOT'
id 'fabric-loom' version '1.6-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 @@ -5,18 +5,18 @@ org.gradle.jvmargs=-Xmx1G
# # check these on https://fabricmc.net/develop/

# Mod Properties
mod_version = 1.0.4_devjta
mod_version = 1.0.5_devjta
maven_group = yan.lx.bedrockMiner
archives_base_name = bedrock-miner

# Dependencies

minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10

#Fabric api
fabric_version=0.92.0+1.20.4
fabric_version=0.97.6+1.20.5

## 代理
#systemProp.http.proxyHost=127.0.0.1
Expand Down
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-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 90f2f82

Please sign in to comment.