[comment-loader-extension] Introduce comment loader extension

This commit is contained in:
2025-08-05 18:15:53 +02:00
parent 32831c7c22
commit 6f2e715b2a
13 changed files with 467 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
plugins {
id("de.siphalor.tweed5.base-module")
id("de.siphalor.tweed5.minecraft.mod.dummy")
id("de.siphalor.tweed5.shadow.explicit")
}
dependencies {
implementation(project(":tweed5-core"))
implementation(project(":tweed5-default-extensions"))
testImplementation(project(":tweed5-serde-gson"))
}