aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: e0232507b4acc97a30ae0cb33adb65b1cee3caf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "schemaVersion": 1,
  "id": "gloppers",
  "version": "${version}",
  "name": "Gloppers!",
  "description": "Filter your hoppers by renaming them with glob patterns.",
  "authors": [
    "NotNite"
  ],
  "contact": {
    "sources": "https://github.com/NotNite/gloppers"
  },
  "license": "MIT",
  "icon": "assets/gloppers/icon.png",
  "environment": "*",
  "mixins": [
    "gloppers.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.14.19",
    "minecraft": "~1.21",
    "java": ">=21"
  }
}