New Build system now works as good as the old build system (forge still broken)

This commit is contained in:
coolGi
2023-02-12 20:45:57 +10:30
parent 8de6ca33af
commit 79ba86d8c2
6 changed files with 9 additions and 4 deletions
+1
View File
@@ -235,6 +235,7 @@ subprojects { p ->
// Adds the standalone jar's entrypoint
jar {
from "LICENSE.txt"
manifest {
attributes 'Implementation-Title': rootProject.mod_name,
'Implementation-Version': rootProject.mod_version,