aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 1fe855ca1a2351f48a32ea018053d1d3aa08c232 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "schemaVersion": 1,
  "id": "roughlyenoughitems",
  "name": "Roughly Enough Items",
  "description": "To allow players to view items and recipes.",
  "version": "${version}",
  "authors": [
    "shedaniel"
  ],
  "contact": {
    "homepage": "https://minecraft.curseforge.com/projects/roughly-enough-items",
    "sources": "https://github.com/shedaniel/RoughlyEnoughItems",
    "issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues"
  },
  "license": "MIT",
  "icon": "icon.png",
  "entrypoints": {
    "client": [
      "me.shedaniel.rei.RoughlyEnoughItemsCore",
      "me.shedaniel.rei.impl.ClientHelperImpl",
      "me.shedaniel.rei.impl.ScreenHelper"
    ],
    "main": [
      "me.shedaniel.rei.RoughlyEnoughItemsNetwork"
    ],
    "modmenu": [
      "me.shedaniel.rei.REIModMenuEntryPoint"
    ],
    "rei_plugins": [
      "me.shedaniel.rei.plugin.DefaultPlugin",
      "me.shedaniel.rei.plugin.DefaultAutoCraftingPlugin"
    ],
    "rei_containers": [
      "me.shedaniel.rei.plugin.DefaultServerContainerPlugin"
    ]
  },
  "depends": {
    "fabricloader": "*",
    "cloth-client-events-v0": ">=1.0.2",
    "cloth-basic-math": "*",
    "cloth-config2": ">=4-",
    "minecraft": "~1.16-Snapshot.20.16.a"
  },
  "mixins": [
    "mixin.roughlyenoughitems.json"
  ],
  "accessWidener": "rei.aw",
  "custom": {
    "rei:translators": {
      "English": "shedaniel",
      "Japanese": ["swordglowsblue", "hinataaki"],
      "Chinese Simplified": ["XuyuEre", "shedaniel", "SciUniv_Moring", "Takakura-Anri", "liushuyu", "lkxian17084", "MynameisTT"],
      "Chinese Traditional": ["hugoalh", "gxy17886", "shedaniel", "961111ray"],
      "French": ["Yanis48", "Koockies", "dagdar", "samnamstyle123"],
      "German": ["MelanX", "guntram7", "tabmeier12", "Siphalor", "M-S-72"],
      "Estonian": ["Madis0"],
      "Portuguese": ["thiagokenis", "KewaiiGamer"],
      "Portuguese Brazilian": ["thiagokenis", "joaoh1", "yuriob262", "Pinkstyles", "felipemk67"],
      "LOLCAT": ["shedaniel", "RaxedMC", "lkxian17084"],
      "Upside Down English": ["shedaniel", "magnusk28", "scarzdz"],
      "Bulgarian": ["geniiii", "Dremski"],
      "Russian": ["MrYonter", "kwmika1girl", "LimyChitou", "Great_Manalal", "s3rbug", "TheByKotik", "ebogish", "xqr.", "scarzdz", "JCat", "map788", "kyrtion"],
      "Polish": ["mikolajkazmierczak", "Piteriuz"]
    }
  }
}