{ "schemaVersion": 1, "id": "modid", "version": "${version}", "name": "${name}", "description": "The Gulliver mod remade for modern Minecraft!", "authors": [ "TheBrokenRail" ], "contact": { "homepage": "https://thebrokenrail.com/", "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/GulliverReloaded.git", "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/GulliverReloaded/issues" }, "license": "MIT", "icon": "assets/gulliverreloaded/textures/mob_effect/shrink.png", "environment": "*", "entrypoints": { "main": [ "com.thebrokenrail.gulliverreloaded.GulliverReloaded" ] }, "mixins": [ "gulliverreloaded.mixins.json" ], "depends": { "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.16.x" } }