add version stuff to plugin/mod manifests

This commit is contained in:
dfsek 2021-05-14 23:05:22 -07:00
parent 47e0dc862c
commit 43095d0df1
4 changed files with 15 additions and 15 deletions

View File

@ -8,5 +8,4 @@ org.gradle.caching=true
org.gradle.warning.mode=all
#org.gradle.logging.level=info
# Project information
terra.description=A fast, modern, extensible, platform-agnostic data-driven world generator
terra.modid=terra
terra.description=A fast, modern, extensible, platform-agnostic data-driven world generator

View File

@ -4,7 +4,7 @@ version: "@VERSION@"
load: "STARTUP"
author: dfsek
api-version: "1.13"
description: "An insanely powerful free & open-source data-driven world generator."
description: "@DESCRIPTION@"
softdepend: [ "WorldEdit" ]
commands:
terra:

View File

@ -3,7 +3,7 @@
"id": "terra",
"version": "@VERSION@",
"name": "Terra",
"description": "An insanely powerful free & open-source data-driven world generator.",
"description": "@DESCRIPTION@",
"authors": [
"dfsek"
],

View File

@ -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"