{ "schemaVersion": 1, "id": "bbsentials", "version": "${version}", "name": "BBsentials", "icon": "logo.png", "description": "Mod to connect to the BBsentials Network for Splashes and more", "authors": [ "Hype_the_Time/hackthetime" ], "contact": { "homepage": "https://github.com/HacktheTime/BBsentials1.20", "issues": "https://github.com/HacktheTime/BBsentials1.20/issues", "discord": "discord.gg" }, "license": "All-Rights-Reserved", "environment": "client", "entrypoints": { "client": [ "de.hype.bbsentials.client.BBsentials" ], "modmenu": [ "de.hype.bbsentials.client.ModMenueScreen" ] }, "depends": { "fabricloader": ">=${loader_version}", "fabric": "*", "minecraft": "${minecraft_version}" }, "mixins": [ "bbsentials.mixins.json" ] }