Skip to content

Commit

Permalink
vineflower
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jul 19, 2023
1 parent 08e130d commit ac856c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "fabric-loom" version "1.2-SNAPSHOT"
id "io.github.juuxel.loom-quiltflower" version "1.10.0"
id "fabric-loom" version "1.3-SNAPSHOT"
id "io.github.juuxel.loom-vineflower" version "1.11.0"
}

version = project.mod_version
Expand Down Expand Up @@ -41,6 +41,6 @@ java {

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
rename { "${it}_${project.base.archivesName.get()}"}
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maven_group = com.template
archives_base_name = example-mod

# Dependencies | Check these on https://fabricmc.net/develop
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.9
fabric_loader = 0.14.21
fabric_api = 0.83.0+1.20
fabric_api = 0.86.0+1.20.1
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ac856c9

Please sign in to comment.