aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2022-02-05 07:46:52 +0200
committerSHsuperCM <shsupercm@gmail.com>2022-02-05 07:48:17 +0200
commit1a9e72178881ca41321c730eb69ce28f0b6ad171 (patch)
tree31b37e4ca6e134fd27ccebb56601510dc55c40de /build.gradle
parent315e1eee9be4981ac13b49b885e153c488b18851 (diff)
downloadCITResewn-1a9e72178881ca41321c730eb69ce28f0b6ad171.tar.gz
CITResewn-1a9e72178881ca41321c730eb69ce28f0b6ad171.tar.bz2
CITResewn-1a9e72178881ca41321c730eb69ce28f0b6ad171.zip
Migrated to using Fletching Table
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 10 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 64a0be9..5774182 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,6 @@
plugins {
- id 'fabric-loom' version '0.10-SNAPSHOT' apply false
+ id 'fabric-loom' version '0.11-SNAPSHOT' apply false
+ id 'io.shcm.shsupercm.fabric.fletchingtable' version '1.4' apply false
id 'maven-publish'
}
@@ -8,6 +9,7 @@ group = project.maven_group
allprojects {
apply plugin: "fabric-loom"
+ apply plugin: "io.shcm.shsupercm.fabric.fletchingtable"
repositories {
maven { url "https://maven.shedaniel.me/" }
@@ -33,6 +35,13 @@ allprojects {
}
modCompileOnly("curse.maven:cosmeticarmor-436659:${project.cosmetic_armor}")
+
+
+ fletchingTable.shutUpDrasil18()
+ }
+
+ fletchingTable {
+ defaultMixinEnvironment = "auto"
}
processResources {