From 116cae269e5b8894eb777e219e860e3e36e1beed Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Wed, 11 Oct 2023 16:11:39 +0800 Subject: [PATCH] remove loom-quiltflower, cuz loom 1.4 already has loom-vineflower bye --- build.gradle | 3 --- common.gradle | 1 - 2 files changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index c95da7d..eb0d6f5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,6 @@ plugins { id 'com.github.hierynomus.license' version '0.16.1' apply false id 'fabric-loom' version '1.4-SNAPSHOT' apply false - // https://github.com/Juuxel/LoomQuiltflower - id 'io.github.juuxel.loom-quiltflower' version '1.10.0' apply false - // https://github.com/ReplayMod/preprocessor // https://github.com/Fallen-Breath/preprocessor id 'com.replaymod.preprocess' version '20c7ec554a' diff --git a/common.gradle b/common.gradle index 70dc346..fb84194 100644 --- a/common.gradle +++ b/common.gradle @@ -1,7 +1,6 @@ apply plugin: 'maven-publish' apply plugin: 'com.github.hierynomus.license' apply plugin: 'fabric-loom' -apply plugin: 'io.github.juuxel.loom-quiltflower' apply plugin: 'com.replaymod.preprocess' apply plugin: 'me.fallenbreath.yamlang'