mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-02 22:06:05 +00:00
add version stuff to plugin/mod manifests
This commit is contained in:
@@ -8,5 +8,4 @@ org.gradle.caching=true
|
|||||||
org.gradle.warning.mode=all
|
org.gradle.warning.mode=all
|
||||||
#org.gradle.logging.level=info
|
#org.gradle.logging.level=info
|
||||||
# Project information
|
# Project information
|
||||||
terra.description=A fast, modern, extensible, platform-agnostic data-driven world generator
|
terra.description=A fast, modern, extensible, platform-agnostic data-driven world generator
|
||||||
terra.modid=terra
|
|
||||||
@@ -4,7 +4,7 @@ version: "@VERSION@"
|
|||||||
load: "STARTUP"
|
load: "STARTUP"
|
||||||
author: dfsek
|
author: dfsek
|
||||||
api-version: "1.13"
|
api-version: "1.13"
|
||||||
description: "An insanely powerful free & open-source data-driven world generator."
|
description: "@DESCRIPTION@"
|
||||||
softdepend: [ "WorldEdit" ]
|
softdepend: [ "WorldEdit" ]
|
||||||
commands:
|
commands:
|
||||||
terra:
|
terra:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"id": "terra",
|
"id": "terra",
|
||||||
"version": "@VERSION@",
|
"version": "@VERSION@",
|
||||||
"name": "Terra",
|
"name": "Terra",
|
||||||
"description": "An insanely powerful free & open-source data-driven world generator.",
|
"description": "@DESCRIPTION@",
|
||||||
"authors": [
|
"authors": [
|
||||||
"dfsek"
|
"dfsek"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,15 +3,16 @@ 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@"
|
||||||
displayName="Terra"
|
displayName = "Terra"
|
||||||
displayURL="https://github.com/PolyhedralDev/Terra/"
|
displayURL = "https://github.com/PolyhedralDev/Terra/"
|
||||||
authors="dfsek & Terra contributors"
|
authors = "dfsek & Terra contributors"
|
||||||
description="Data-driven world generator"
|
description = "@DESCRIPTION@"
|
||||||
|
version = "${file.jarVersion}"
|
||||||
[[dependencies.terra]]
|
[[dependencies.terra]]
|
||||||
modId="forge"
|
modId = "forge"
|
||||||
mandatory=true
|
mandatory = true
|
||||||
versionRange="[36,)"
|
versionRange = "[36,)"
|
||||||
ordering="NONE"
|
ordering = "NONE"
|
||||||
side="BOTH"
|
side = "BOTH"
|
||||||
Reference in New Issue
Block a user