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