{ "schemaVersion": 1, "id": "horsestatsvanilla", "version": "${version}", "name": "Horse Stats Vanilla", "description": "Shows horse stats in the horse inventory. The style is fiting the vanilla game.", "authors": [ "lumpyMonkey" ], "license": "CC0-1.0", "icon": "assets/horsestatsvanilla/icon.png", "environment": "*", "entrypoints": { "main": [ "net.horse.stats.vanilla.HorseStatsVanilla" ] }, "mixins": [ "horsestatsvanilla.mixins.json" ], "depends": { "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.16.x" }, "suggests": { "flamingo": "*" }, "custom": { "modmenu:clientsideOnly": true } }