HotbarReplace/src/client/resources/fabric.mod.json
2024-07-21 13:45:57 +01:00

36 lines
859 B
JSON

{
"schemaVersion": 1,
"id": "hotbarreplace",
"version": "0.1.2",
"name": "HotbarReplace",
"description": "Replace blocks in your hotbar when you run out with blocks from your inventory",
"authors": [
"Adam Macdonald"
],
"contact": {
"homepage": "https://github.com/twokilohertz/HotbarReplace",
"sources": "https://github.com/twokilohertz/HotbarReplace",
"issues": "https://github.com/twokilohertz/HotbarReplace/issues"
},
"license": "MIT",
"icon": "assets/hotbarreplace/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"xyz.twokilohertz.HotbarReplace"
]
},
"mixins": [
{
"config": "hotbarreplace.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"java": ">=21",
"fabric-api": "*"
}
}