Add mod icons, finish GUI support through Cloth Config Lite

This commit is contained in:
Draylar
2021-12-20 16:40:03 -06:00
parent 36ce7bc924
commit 3f7c461689
26 changed files with 232 additions and 399 deletions
+9
View File
@@ -1,3 +1,12 @@
repositories {
maven { url "https://maven.shedaniel.me/" }
}
dependencies {
implementation project(":omega-config-base")
include "me.shedaniel.cloth:cloth-config-lite-fabric:2.0.6"
modApi ("me.shedaniel.cloth:cloth-config-lite-fabric:2.0.6") {
exclude group: "net.fabricmc.fabric-api"
}
}