diff --git a/TODO.txt b/TODO.txt index 1365782..67b7cf7 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,7 @@ - recipes - more recipe categories +- dfu cache - replace REI with custom renderer (if needed) -- easy config gui builder - Storage Overlay - PV - NEU buttons diff --git a/build.gradle.kts b/build.gradle.kts index 65f8dbd..eea6160 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,6 +9,7 @@ plugins { id("com.github.johnrengelman.shadow") version "7.1.2" id("moe.nea.licenseextractificator") version "fffc76c" id("io.github.juuxel.loom-quiltflower") version "1.7.3" + id("io.gitlab.arturbosch.detekt") version "1.22.0" } loom {