]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blob - src/main/resources/fabric.mod.json
Fix production launch
[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     "bbor.mixins.json"
13   ],
14   "depends": {
15     "minecraft": ">=1.18.1"
16   }
17 }