Skip to content

Commit

Permalink
更新至 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidBlock-cn committed Jun 13, 2023
1 parent 938e55f commit 046dee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
version = project.mod_version + '-' + '1.20'// + project.minecraft_version
version = project.mod_version + '-' + project.minecraft_version
group = project.maven_group

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

# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.20-rc1
minecraft_version=1.20.1
loader_version=0.14.21
yarn_mappings=1.20-rc1+build.2
yarn_mappings=1.20.1+build.1

# Fabric API
fabric_version=0.83.0+1.20
fabric_version=0.83.0+1.20.1

# BRRP
brrp_version=1.0.0
Expand All @@ -20,7 +20,7 @@ maven_group=pers.solid
archives_base_name=mishanguc

# For mod uploading
supported_versions=1.20-rc1
supported_versions=1.20,1.20.1

# Loom Properties
loom_libraries_base=https://bmclapi2.bangbang93.com/maven/
Expand Down

0 comments on commit 046dee6

Please sign in to comment.