Add the version name override to fabric

This commit is contained in:
James Seibel
2022-01-23 16:48:33 -06:00
parent bf2c520966
commit 43897e1298
+2
View File
@@ -4,6 +4,8 @@ plugins {
id "com.modrinth.minotaur" version "1.2.1"
}
version = project.mod_version+"-"+project.minecraft_version+"-"+new Date().format("MM_dd_yyyy_HH_mm")
loom {
accessWidenerPath.set(project(":common").file("src/main/resources/lod.accesswidener"))
}