Fixed the remapJar is the correct file

This commit is contained in:
coolGi
2023-03-04 18:53:43 +10:30
parent 1a0b86d056
commit a43335466c
+5
View File
@@ -23,6 +23,11 @@ loom {
}
}
remapJar {
// Set the input jar for the task, also valid for remapSourcesJar
inputFile = project(":fabric").file("build/libs/DistantHorizons-fabric-${rootProject.versionStr}-all.jar")
}
configurations {
// The addModJar basically embeds the mod to the built jar
addModJar