AutoSwap/src/main/resources/fabric.mod.json

35 lines
619 B
JSON

{
"schemaVersion": 1,
"id": "autoswap",
"version": "${version}",
"name": "AutoSwap",
"description": "Automatically swap stacks in the hotbar when they run out.",
"authors": [
"Shadowfacts"
],
"contact": {
"homepage": "https://git.shadowfacts.net/minecraft/AutoSwap",
"sources": "https://git.shadowfacts.net/minecraft/AutoSwap"
},
"license": "LGPL-3",
"environment": "*",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "net.shadowfacts.autoswap.AutoSwap"
}
]
},
"mixins": [
"autoswap.mixins.json"
],
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"
}
}