Skip to content

Commit

Permalink
更新1.20.4,修复破坏活塞不切换到镐子
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Dec 11, 2023
1 parent cd4e28f commit 2288dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version=1.2.2
mod_version=1.2.21
maven_group=yan.lx.bedrockMiner
archives_base_name=bedrock-miner

# Fabric Properties
# check these on https://fabricmc.net/versions.html
# check these on https://fabricmc.net/develop/

# Dependencies
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.11
loader_version=0.15.1

#Fabric api
fabric_version=0.91.2+1.20.4
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
// maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
gradlePluginPortal()
}
Expand Down

0 comments on commit 2288dbc

Please sign in to comment.