36 lines
859 B
JSON
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": "*"
|
|
}
|
|
}
|