1 Commits

Author SHA1 Message Date
b4eb3884a5 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)
2025-05-18 16:33:34 +02:00
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

@@ -9,4 +9,5 @@ pluginManagement {
include("common") include("common")
include("fabric") include("fabric")
include("neoforge") include("neoforge")
include("quilt")