blob: 3aa594dccc211ba4fd0f0892a8ec3e4a06e4f38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"description": "To allow players to view items and recipes.",
"version": "${version}",
"side": "client",
"authors": [
"Danielshe"
],
"initializers": [
"me.shedaniel.rei.RoughlyEnoughItemsCore",
"me.shedaniel.rei.client.ClientHelper"
],
"requires": {
"fabric": "0.1.5.83"
},
"recommended": {
"pluginloader": "1.0.6"
},
"mixins": {
"client": "roughlyenoughitems.client.json"
}
}
|