{
  "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.15.6",
    "fabric-api": "*",
    "minecraft": "~1.20",
    "java": ">=17"
  }
}