|
@@ -1,5 +1,5 @@
|
|
plugins {
|
|
plugins {
|
|
- id 'fabric-loom' version '0.5-SNAPSHOT'
|
|
|
|
|
|
+ id 'fabric-loom' version '0.4-SNAPSHOT'
|
|
id 'maven-publish'
|
|
id 'maven-publish'
|
|
}
|
|
}
|
|
|
|
|
|
@@ -24,7 +24,7 @@ dependencies {
|
|
|
|
|
|
//Fabric API is only required for Cloth Config (required for CompleteConfig) which includes old version (1.16) and crashes
|
|
//Fabric API is only required for Cloth Config (required for CompleteConfig) which includes old version (1.16) and crashes
|
|
//TODO: Update CompleteConfig and remove Fabric API dependency
|
|
//TODO: Update CompleteConfig and remove Fabric API dependency
|
|
- modImplementation "net.fabricmc.fabric-api:fabric-api:0.18.0+build.397-1.16"
|
|
|
|
|
|
+ modImplementation "net.fabricmc.fabric-api:fabric-api:0.21.0+build.407-1.16"
|
|
modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"
|
|
modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"
|
|
modApi "com.gitlab.Lortseam:completeconfig:${project.completeconfig_version}"
|
|
modApi "com.gitlab.Lortseam:completeconfig:${project.completeconfig_version}"
|
|
include "com.gitlab.Lortseam:completeconfig:${project.completeconfig_version}"
|
|
include "com.gitlab.Lortseam:completeconfig:${project.completeconfig_version}"
|