{ "schemaVersion": 1, "id": "manhunt", "version": "${version}", "name": "Manhunt", "description": "This is an example description! Tell everyone what your mod is about!", "authors": [ "Me!" ], "contact": { "homepage": "https://fabricmc.net/", "sources": "https://github.com/FabricMC/fabric-example-mod" }, "license": "CC0-1.0", "icon": "assets/manhunt/icon.png", "environment": "*", "entrypoints": { "main": [ "world.anhgelus.manhunt.Manhunt" ] }, "mixins": [ "manhunt.mixins.json" ], "depends": { "fabricloader": ">=0.15.11", "minecraft": "~1.16.1", "java": ">=8", "fabric": "*" }, "suggests": { "another-mod": "*" } }