diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:12:13 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:12:13 +0000 |
| commit | f7e661b3baebce1b353eecd650cebc39e62a253b (patch) | |
| tree | ba10b9a49c029d9ae81d686952e4f3594a57ad67 /src/main/resources/fabric.mod.json | |
| parent | aef1027f24ad8d871fe11b88a9e4b4f51af620cf (diff) | |
feat(metadata): update everything
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 15 |
1 files changed, 7 insertions, 8 deletions
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 |
