feat(minecraft): Make every subproject its own mod

This commit is contained in:
2025-11-08 00:44:52 +01:00
parent 47ad406560
commit d2dada2b77
34 changed files with 186 additions and 65 deletions

View File

@@ -52,8 +52,10 @@ dependencyResolutionManagement {
includeBuild("../tweed5")
includeNormalModule("bundle")
includeNormalModule("bundle-pojo-weaving")
includeNormalModule("coat-bridge")
includeNormalModule("fabric-helper")
includeNormalModule("logging")
fun includeNormalModule(name: String) {
includeAs("tweed5-$name", name)