blob: 87b21f0b59918835328b60c7df8d2557af5cf664 (
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
|
{
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"version": "1.5.1",
"authors": [
"ZenDarva",
"Danielshe"
],
"listeners": [
"me.shedaniel.Core",
"me.shedaniel.listeners.InitListener",
"me.shedaniel.listeners.DrawContainerListener",
{
"class": "me.shedaniel.plugin.VanillaPlugin",
"side": "client"
},
{
"class": "me.shedaniel.ClientListener",
"side": "client"
}
],
"url": "https://shedaniel.me",
"description": "An AEI fork to look like JEI"
}
|