{ "schemaVersion": 1, "id": "customlevelcolour", "name": "Custom Level Colour", "version": "${version}", "description": "Allows customizing the colour of the level text above the XP bar.", "authors": [ "InYourWalls" ], "contact": { "sources": "https://gitlab.com/programmersocks/CustomLevelColour" }, "license": "Unlicense", "icon": "assets/customlevelcolour/icon.png", "environment": "client", "entrypoints": { "client": [ "net.inyourwalls.customlevelcolour.CustomLevelColour" ], "modmenu": [ "net.inyourwalls.customlevelcolour.ModMenuIntegration" ] }, "mixins": [ "customlevelcolour.mixins.json" ], "depends": { "fabricloader": ">=0.14.22", "java": ">=17", "minecraft": "~1.21" } }