HotbarReplace/src/main/resources/fabric.mod.json
Adam Macdonald f6257060f0 Update to 1.19.4 and bump Fabric API version
Update for 1.19.4 and bump the API and mappings ahead of the 1.20
release! :)
2023-05-31 16:51:46 +01:00

37 lines
828 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": "MIT",
"icon": "assets/hotbarreplace/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.github.twokilohertz.hotbarreplace.HotbarReplace"
]
},
"mixins": [
"hotbarreplace.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": "*",
"minecraft": "~1.19.4",
"java": ">=17"
}
}