2021-03-09 01:53:25 +00:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "phycon_rei",
|
|
|
|
"version": "${version}",
|
|
|
|
|
|
|
|
"name": "PhyCon REI Integration",
|
|
|
|
"description": "",
|
|
|
|
"authors": [
|
|
|
|
"Shadowfacts"
|
|
|
|
],
|
|
|
|
"contact": {
|
|
|
|
"homepage": "https://git.shadowfacts.net/minecraft/PhysicalConnectivity"
|
|
|
|
},
|
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"environment": "client",
|
|
|
|
"entrypoints": {
|
|
|
|
"rei_plugins": [
|
|
|
|
{
|
|
|
|
"adapter": "kotlin",
|
|
|
|
"value": "net.shadowfacts.phycon.plugin.rei.PhyConPlugin"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mixins": [
|
|
|
|
],
|
|
|
|
"depends": {
|
|
|
|
"fabricloader": ">=0.4.0",
|
|
|
|
"fabric": "*",
|
|
|
|
"fabric-language-kotlin": ">=1.3.50",
|
2021-03-11 03:47:10 +00:00
|
|
|
"phycon": "*",
|
|
|
|
"roughlyenoughitems": "*"
|
|
|
|
},
|
|
|
|
|
|
|
|
"custom": {
|
|
|
|
"modmenu:parent": "phycon"
|
2021-03-09 01:53:25 +00:00
|
|
|
}
|
|
|
|
}
|