Update platform mod file versions and authors

This commit is contained in:
Zoe Gidiere
2024-09-23 21:18:47 -06:00
parent 9c8298fe53
commit f1124aae6b
2 changed files with 10 additions and 4 deletions
@@ -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": "*"
} }
} }