diff options
author | nea <romangraef@gmail.com> | 2022-09-11 03:27:05 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-09-11 03:29:37 +0200 |
commit | 9f7070385e8aefbbf8e507a8b5493afcd7e00bcb (patch) | |
tree | 9e26a4f2b4d40ba737aded61d648702cdb14814b /build.gradle.kts | |
parent | d203640d5296bde151596388aa6df332393d0a1c (diff) | |
download | NotEnoughUpdates-9f7070385e8aefbbf8e507a8b5493afcd7e00bcb.tar.gz NotEnoughUpdates-9f7070385e8aefbbf8e507a8b5493afcd7e00bcb.tar.bz2 NotEnoughUpdates-9f7070385e8aefbbf8e507a8b5493afcd7e00bcb.zip |
Add fully Hypixel-Rule compliant glowing mush highlighter
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 409a8d51..1b3223b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,6 +31,7 @@ plugins { id("gg.essential.loom") version "0.10.0.+" id("dev.architectury.architectury-pack200") version "0.1.3" id("com.github.johnrengelman.shadow") version "7.1.2" + id("io.github.juuxel.loom-quiltflower") version "1.7.3" } |