mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
add DESCRIPTION to processResources
This commit is contained in:
@@ -29,7 +29,8 @@ fun Project.configureCompilation() {
|
||||
include("**/*.*")
|
||||
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
||||
"tokens" to mapOf(
|
||||
"VERSION" to project.version.toString()
|
||||
"VERSION" to project.version.toString(),
|
||||
"DESCRIPTION" to project.properties["terra.description"]
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[36,)"
|
||||
license="GNU General Public License, version 3.0"
|
||||
issueTrackerURL="https://github.com/PolyhedralDev/Terra/issues/"
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[36,)"
|
||||
license = "GNU General Public License, version 3.0"
|
||||
issueTrackerURL = "https://github.com/PolyhedralDev/Terra/issues/"
|
||||
[[mods]]
|
||||
modId = "terra"
|
||||
version = "@VERSION@"
|
||||
@@ -9,7 +9,6 @@ displayName = "Terra"
|
||||
displayURL = "https://github.com/PolyhedralDev/Terra/"
|
||||
authors = "dfsek & Terra contributors"
|
||||
description = "@DESCRIPTION@"
|
||||
version = "${file.jarVersion}"
|
||||
[[dependencies.terra]]
|
||||
modId = "forge"
|
||||
mandatory = true
|
||||
|
||||
Reference in New Issue
Block a user