diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:30:39 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:30:39 -0500 |
| commit | 4f6a91932b61c4e5a9ef3216c4989ca9b6294439 (patch) | |
| tree | 2996d5e4265ad08f6dfbdd29ffb9969782f8e118 /src/main/resources/fabric.mod.json | |
init
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..13347a3 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "customlevelcolour", + "name": "Custom Level Colour", + "version": "${version}", + "description": "One-shot mod that changes the level colour on the XP bar.", + "authors": [ + "InYourWalls" + ], + "contact": { + "sources": "https://gitlab.com/programmersocks/CustomLevelColour" + }, + "license": "Unlicense", + "icon": "assets/customlevelcolour/icon.png", + "environment": "client", + "mixins": [ + "customlevelcolour.mixins.json" + ], + "depends": { + "minecraft": "1.20.4", + "java": ">=17", + "fabricloader": ">=0.15.0" + } +} |
