This commit is contained in:
mcrcortex
2024-01-16 11:16:45 +10:00
parent 02daa85097
commit 08add0d51d
3 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,14 @@ repositories {
}
}
processResources {
inputs.property "version", project.version
archivesBaseName = "zenith"
filesMatching("fabric.mod.json") {
expand "version": project.version
}
}
loom {
accessWidenerPath = file("src/main/resources/voxelmon.accesswidener")
}