Skip to content

Commit

Permalink
update deps, add quiltflower
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jul 27, 2021
1 parent 9df65bb commit 24a9b94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
plugins { id "fabric-loom" version "0.8-SNAPSHOT" }
plugins {
id "fabric-loom" version "0.9-SNAPSHOT"
id 'io.github.juuxel.loom-quiltflower' version '1.1.3'
}

sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
Expand All @@ -12,7 +15,7 @@ repositories {
maven { url "https://www.cursemaven.com" }
}

minecraft { accessWidener = file("src/main/resources/emcutils.aw") }
loom { accessWidenerPath = file("src/main/resources/emcutils.aw") }

Set<String> apiModules = [
"fabric-api-base",
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties - check these on <https://fabricmc.net/versions.html>
minecraft_version=1.17.1
yarn_mappings=14
yarn_mappings=30
loader_version=0.11.6
fabric_version=0.37.0+1.17
fabric_version=0.37.1+1.17
# Mod Properties
mod_version=2.1.4
# Dependencies
Expand Down
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Cotton'
url = 'https://server.bbkr.space/artifactory/libs-release/'
}
gradlePluginPortal()
}
}

0 comments on commit 24a9b94

Please sign in to comment.