From f7e661b3baebce1b353eecd650cebc39e62a253b Mon Sep 17 00:00:00 2001 From: anhgelus Date: Thu, 25 Jul 2024 17:12:13 +0000 Subject: feat(metadata): update everything --- src/main/resources/fabric.mod.json | 15 +++++++-------- src/main/resources/manhunt.mixins.json | 6 ++---- 2 files changed, 9 insertions(+), 12 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ce79883..5ade821 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,17 +3,16 @@ "id": "manhunt", "version": "${version}", "name": "Manhunt", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "Best Manhunt Minecraft mod.", "authors": [ - "Me!" + "Anhgelus Morhtuuzh" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "sources": "https://github.com/anhgelus/manhunt-mod" }, - "license": "CC0-1.0", + "license": "AGPL-3.0", "icon": "assets/manhunt/icon.png", - "environment": "*", + "environment": "server", "entrypoints": { "main": [ "world.anhgelus.manhunt.Manhunt" @@ -25,10 +24,10 @@ "depends": { "fabricloader": ">=0.15.11", "minecraft": "~1.16.1", - "java": ">=8", + "java": ">=17", "fabric": "*" }, "suggests": { - "another-mod": "*" + "difficultydeathscaler": "*" } } \ No newline at end of file diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json index d1c0666..4fcff5b 100644 --- a/src/main/resources/manhunt.mixins.json +++ b/src/main/resources/manhunt.mixins.json @@ -1,10 +1,8 @@ { "required": true, "package": "world.anhgelus.manhunt.mixin", - "compatibilityLevel": "JAVA_8", - "mixins": [ - "ExampleMixin" - ], + "compatibilityLevel": "JAVA_17", + "mixins": [], "injectors": { "defaultRequire": 1 } -- cgit v1.2.3