{ "schemaVersion": 1, "id": "cavedust", "version": "${version}", "name": "Cave Dust", "description": "Makes dust underground that scales with depth!", "authors": [ "LizIsTired" ], "contact": { "issues": "https://github.com/LizIsTired/dust/issues", "sources": "https://github.com/LizIsTired/dust" }, "license": "MPL-2.0", "icon": "assets/modid/icon.png", "environment": "*", "entrypoints": { "client": [ "net.lizistired.cavedust.CaveDust" ], "modmenu": [ "net.lizistired.cavedust.CaveDustModMenuFactory" ] }, "mixins": [ "dust.mixins.json" ], "depends": { "fabricloader": ">=0.14.5", "fabric": "*", "minecraft": "1.19.4", "java": ">=17" }, "suggests": { "modmenu": ">=3.0.1" }, "custom": { "modmenu": { "links": { "modmenu.discord": "https://discord.gg/4m6kQSX6bx" } } } }