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

View File

@@ -2,8 +2,8 @@ name: "Terra"
main: "com.dfsek.terra.bukkit.TerraBukkitPlugin"
version: "@VERSION@"
load: "STARTUP"
author: dfsek
authors: ["dfsek", "duplexsystem", "Astrash", "solonovamax", "Sancires", "Aureus", "RogueShade"]
website: "@WIKI@"
api-version: "1.20"
api-version: "1.21.1"
description: "@DESCRIPTION@"
folia-supported: true

View File

@@ -5,7 +5,13 @@
"name": "Terra",
"description": "@DESCRIPTION@",
"authors": [
"dfsek"
"dfsek",
"duplexsystem",
"Astrash",
"solonovamax",
"Sancires",
"Aureus",
"RogueShade"
],
"contact": {
"homepage": "@WIKI@",
@@ -28,7 +34,7 @@
"depends": {
"fabricloader": ">=0.16.5",
"java": ">=21",
"minecraft": ">=1.20.6",
"minecraft": ">=1.21.1",
"fabric": "*"
}
}