aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 00a9350a3eed7fc09db6131a589233625a319cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "schemaVersion": 1,
  "id": "roughlyenoughitems",
  "name": "Roughly Enough Items",
  "description": "To allow players to view items and recipes.",
  "version": "${version}",
  "authors": [
    "shedaniel"
  ],
  "contact": {
    "homepage": "https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items",
    "sources": "https://github.com/shedaniel/RoughlyEnoughItems",
    "issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues"
  },
  "depends": {
    "fabricloader": "*",
    "cloth-client-events-v0": ">=1.5.47",
    "minecraft": "~1.16.2-rc.1"
  },
  "license": "MIT",
  "icon": "icon.png"
}