{ "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}" } }