mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
Update platform mod file versions and authors
This commit is contained in:
@@ -2,8 +2,8 @@ name: "Terra"
|
|||||||
main: "com.dfsek.terra.bukkit.TerraBukkitPlugin"
|
main: "com.dfsek.terra.bukkit.TerraBukkitPlugin"
|
||||||
version: "@VERSION@"
|
version: "@VERSION@"
|
||||||
load: "STARTUP"
|
load: "STARTUP"
|
||||||
author: dfsek
|
authors: ["dfsek", "duplexsystem", "Astrash", "solonovamax", "Sancires", "Aureus", "RogueShade"]
|
||||||
website: "@WIKI@"
|
website: "@WIKI@"
|
||||||
api-version: "1.20"
|
api-version: "1.21.1"
|
||||||
description: "@DESCRIPTION@"
|
description: "@DESCRIPTION@"
|
||||||
folia-supported: true
|
folia-supported: true
|
||||||
|
|||||||
@@ -5,7 +5,13 @@
|
|||||||
"name": "Terra",
|
"name": "Terra",
|
||||||
"description": "@DESCRIPTION@",
|
"description": "@DESCRIPTION@",
|
||||||
"authors": [
|
"authors": [
|
||||||
"dfsek"
|
"dfsek",
|
||||||
|
"duplexsystem",
|
||||||
|
"Astrash",
|
||||||
|
"solonovamax",
|
||||||
|
"Sancires",
|
||||||
|
"Aureus",
|
||||||
|
"RogueShade"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "@WIKI@",
|
"homepage": "@WIKI@",
|
||||||
@@ -28,7 +34,7 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.5",
|
"fabricloader": ">=0.16.5",
|
||||||
"java": ">=21",
|
"java": ">=21",
|
||||||
"minecraft": ">=1.20.6",
|
"minecraft": ">=1.21.1",
|
||||||
"fabric": "*"
|
"fabric": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user