Skip to content

Commit

Permalink
1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 25, 2020
1 parent 5191101 commit 20dd3d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ version = getVersionName()
logger.lifecycle("Version = " + version)

dependencies {
minecraft "com.mojang:minecraft:1.16-rc1"
mappings "net.fabricmc:yarn:1.16-rc1+build.4:v2"
minecraft "com.mojang:minecraft:1.16.1"
mappings "net.fabricmc:yarn:1.16.1+build.5:v2"
modImplementation "net.fabricmc:fabric-loader:0.8.8+build.202"

//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.12.5+build.367-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.13.1+build.370-1.16"
}

group = 'SimpleVoidWorld'
Expand All @@ -48,7 +48,7 @@ curseforge {
id = '254466'
changelog = 'A changelog can be found at https://github.com/modmuss50/SimpleVoidWorld'
releaseType = 'release'
addGameVersion '1.16-Snapshot'
addGameVersion '1.16.1'
addGameVersion 'Fabric'
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
afterEvaluate {
Expand Down

0 comments on commit 20dd3d5

Please sign in to comment.