mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 16:05:29 +00:00
add version stuff to plugin/mod manifests
This commit is contained in:
parent
47e0dc862c
commit
43095d0df1
@ -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
|
@ -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:
|
||||
|
@ -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"
|
||||
],
|
||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user