Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packs/dataLib-dp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down Expand Up @@ -415,4 +415,4 @@ tasks.register("runMainTestClient", JavaExec) {
description = "Runs Main.java Test Client standalone"
classpath = sourceSets.gametest.runtimeClasspath
mainClass = "io.runtoolkit.datalib.Main"
}
}
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down
Loading