From 1d0ae3605acc73fc2471fdbfb75306836bbf48fa Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:08:35 +0300 Subject: [PATCH 1/2] Update fabric-loom plugin version to 1.15.5 --- packs/dataLib-dp/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} From 28b85a41b3775b7230bbdfad72550c0568e33c91 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:09:17 +0300 Subject: [PATCH 2/2] Remove excluded project 'packs/dataLib-dp' Removed 'packs/dataLib-dp' from excluded project directories. --- settings.gradle | 1 - 1 file changed, 1 deletion(-) 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', ]