mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 08:46:13 +00:00
add version stuff to plugin/mod manifests
This commit is contained in:
@@ -3,15 +3,16 @@ loaderVersion="[36,)"
|
||||
license="GNU General Public License, version 3.0"
|
||||
issueTrackerURL="https://github.com/PolyhedralDev/Terra/issues/"
|
||||
[[mods]]
|
||||
modId="terra"
|
||||
version="@VERSION@"
|
||||
displayName="Terra"
|
||||
displayURL="https://github.com/PolyhedralDev/Terra/"
|
||||
authors="dfsek & Terra contributors"
|
||||
description="Data-driven world generator"
|
||||
modId = "terra"
|
||||
version = "@VERSION@"
|
||||
displayName = "Terra"
|
||||
displayURL = "https://github.com/PolyhedralDev/Terra/"
|
||||
authors = "dfsek & Terra contributors"
|
||||
description = "@DESCRIPTION@"
|
||||
version = "${file.jarVersion}"
|
||||
[[dependencies.terra]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[36,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
modId = "forge"
|
||||
mandatory = true
|
||||
versionRange = "[36,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
Reference in New Issue
Block a user