diff --git a/packs/dataLib-dp/build.gradle b/packs/dataLib-dp/build.gradle index ee2b02d..3da61db 100644 --- a/packs/dataLib-dp/build.gradle +++ b/packs/dataLib-dp/build.gradle @@ -2,7 +2,7 @@ import groovy.json.JsonSlurper import groovy.json.JsonOutput plugins { - id 'net.fabricmc.fabric-loom' version '1.18.0-alpha.9' + id 'net.fabricmc.fabric-loom' version '1.15.5' id 'java' } @@ -415,4 +415,4 @@ tasks.register("runMainTestClient", JavaExec) { description = "Runs Main.java Test Client standalone" classpath = sourceSets.gametest.runtimeClasspath mainClass = "io.runtoolkit.datalib.Main" -} \ No newline at end of file +} diff --git a/settings.gradle b/settings.gradle index a30c657..c8796b5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,7 +11,6 @@ rootProject.name = 'runtoolkit-suite' // Subprojects to skip entirely (kept as files, not wired into the Gradle build). // Reason for each is noted so future edits know why it's here. def EXCLUDED_PROJECT_DIRS = [ - 'packs/dataLib-dp', 'mods/datapack-fixer', 'packs/RTWrapper/rtwrapper-fabric', ]