aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json62
1 files changed, 29 insertions, 33 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fe49b5f..d218be5 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,35 +1,31 @@
{
- "schemaVersion": 1,
- "id": "manhunt",
- "version": "${version}",
- "name": "Manhunt",
- "description": "Best Manhunt Minecraft mod.",
- "authors": [
- "Anhgelus Morhtuuzh"
- ],
- "contact": {
- "sources": "https://github.com/anhgelus/manhunt-mod",
- "issues": "https://github.com/anhgelus/manhunt-mod/issues",
- "homepage": "https://modrinth.com/mod/manhunt-remastered"
- },
- "license": "AGPL-3.0",
- "icon": "assets/manhunt/icon.png",
- "environment": "server",
- "entrypoints": {
- "main": [
- "world.anhgelus.manhunt.Manhunt"
- ]
- },
- "mixins": [
- "manhunt.mixins.json"
- ],
- "depends": {
- "fabricloader": ">=0.16.7",
- "minecraft": "~1.21",
- "java": ">=21",
- "fabric": "*"
- },
- "suggests": {
- "difficultydeathscaler": "*"
- }
+ "schemaVersion": 1,
+ "id": "manhunt",
+ "version": "${version}",
+ "name": "Manhunt",
+ "description": "Best Manhunt Minecraft mod.",
+ "authors": [
+ "Anhgelus Morhtuuzh"
+ ],
+ "contact": {
+ "sources": "https://github.com/anhgelus/manhunt-mod",
+ "issues": "https://github.com/anhgelus/manhunt-mod/issues",
+ "homepage": "https://modrinth.com/mod/manhunt-remastered"
+ },
+ "license": "AGPL-3.0",
+ "icon": "assets/manhunt/icon.png",
+ "environment": "server",
+ "entrypoints": {
+ "main": [
+ "world.anhgelus.manhunt.Manhunt"
+ ]
+ },
+ "mixins": [
+ "manhunt.mixins.json"
+ ],
+ "depends": {
+ "fabricloader": ">=${loader_version}",
+ "fabric-api": "*",
+ "minecraft": "${minecraft_version}"
+ }
} \ No newline at end of file