{ "schemaVersion": 1, "id": "twine", "version": "${version}", "name": "Twine", "description": "A simple survival mod for Minecraft encouraging a nomadic lifestyle.", "authors": [ "TheBrokenRail" ], "contact": { "homepage": "https://thebrokenrail.com/", "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/Twine.git", "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/Twine/issues" }, "license": "MIT", "icon": "assets/twine/icon.png", "environment": "*", "mixins": [ "twine.mixins.json" ], "entrypoints": { "main": [ "com.thebrokenrail.twine.Twine" ], "client": [ "com.thebrokenrail.twine.client.TwineClient" ] }, "depends": { "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.16.x" } }