This commit is contained in:
mcrcortex
2024-01-31 22:42:56 +10:00
parent e90a623a01
commit f0bf39b848
103 changed files with 265 additions and 329 deletions

View File

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