Fixed quilt config
This commit is contained in:
parent
5719a08701
commit
b3e9ec627e
|
@ -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 {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"quilt_loader": {
|
||||
"group": "${group}",
|
||||
"group": "arzumify.polyenergy",
|
||||
"id": "polyenergy",
|
||||
"version": "${version}",
|
||||
"metadata": {
|
||||
|
@ -37,4 +37,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue