{ "schemaVersion": 1, "id": "vplus", "version": "${version}", "name": "Vanilla Plus", "description": "Adding things that should be in the vanilla game!", "authors": [ "nevetS-718" ], "contact": { "homepage": "https://nevets.tech/", "sources": "https://github.com/nevetS-718/VanillaPlus" }, "license": "CC0-1.0", "icon": "assets/vplus/icon.png", "environment": "*", "entrypoints": { "main": [ "tech.nevets.vplus.Main" ] }, "mixins": [ "vplus.mixins.json" ], "depends": { "fabricloader": ">=0.11.3", "fabric": "*", "minecraft": "1.17.x", "java": ">=16" }, "suggests": { "another-mod": "*" } }