]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blob - src/main/resources/fabric.mod.json
87d7582e9a19b8bd18e75ea373a6880d18188ecf
[BoundingBoxOutlineReloaded.git] / src / main / resources / fabric.mod.json
1 {
2   "schemaVersion": 1,
3   "id": "bbor",
4   "name": "BoundingBoxOutlineReloaded",
5   "description": "Shows the bounding boxes of structures and features.",
6   "accessWidener": "bbor.accesswidener",
7   "authors": [
8     "Irtimaled"
9   ],
10   "version": "$version",
11   "mixins": [
12     "mixins.bbor.json"
13   ],
14   "depends": {
15     "minecraft": ">=1.18.1"
16   }
17 }