Add initial Quilt submodule config

- Added missing `gradle.properties` for the `:quilt` module
- Added `include("quilt")` to `settings.gradle`

Not sure what this setup really does beyond setting Loom's platform to Quilt.
This doesn't currently build — possibly due to:
A) Missing support, or
B) Me doing something wrong.

This branch might be dead, but at least this stuff is tracked now.

Best regards,
my future self (if I ever come back to this)
This commit is contained in:
2025-05-18 16:33:34 +02:00
parent 4f6bf01581
commit b4eb3884a5
2 changed files with 3 additions and 1 deletions

1
quilt/gradle.properties Normal file
View File

@@ -0,0 +1 @@
loom.platform=quilt

View File

@@ -10,3 +10,4 @@ pluginManagement {
include("common")
include("fabric")
include("neoforge")
include("quilt")