Fixed quilt config

This commit is contained in:
Tracker-Friendly 2025-03-02 15:58:56 +00:00
parent 5719a08701
commit b3e9ec627e
2 changed files with 6 additions and 4 deletions

View File

@ -48,8 +48,6 @@ dependencies {
tasks.named("test", Test) {
useJUnitPlatform()
}
processResources {
@ -58,6 +56,10 @@ processResources {
filesMatching("fabric.mod.json") {
expand "version": inputs.properties.version
}
filesMatching("quilt.mod.json") {
expand "version": inputs.properties.version
}
}
tasks.withType(JavaCompile).configureEach {

View File

@ -1,7 +1,7 @@
{
"schema_version": 1,
"quilt_loader": {
"group": "${group}",
"group": "arzumify.polyenergy",
"id": "polyenergy",
"version": "${version}",
"metadata": {
@ -37,4 +37,4 @@
}
]
}
}
}