37 lines
816 B
JSON
37 lines
816 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "hotbarreplace",
|
|
"version": "${version}",
|
|
|
|
"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": "GPLv3",
|
|
"icon": "assets/hotbarreplace/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"io.github.twokilohertz.HotbarReplace"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"hotbarreplace.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14.17",
|
|
"fabric-api": "*",
|
|
"minecraft": "~1.19.3",
|
|
"java": ">=17"
|
|
}
|
|
}
|