From f33bb74cfd53c3d49f8b3cf2d468ed5f160ce9ef Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 10 Mar 2021 22:47:10 -0500 Subject: [PATCH] Nest REI plugin under PhyCon in ModMenu --- plugin/rei/src/main/resources/fabric.mod.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin/rei/src/main/resources/fabric.mod.json b/plugin/rei/src/main/resources/fabric.mod.json index 5157665..476b6c7 100644 --- a/plugin/rei/src/main/resources/fabric.mod.json +++ b/plugin/rei/src/main/resources/fabric.mod.json @@ -27,6 +27,11 @@ "fabricloader": ">=0.4.0", "fabric": "*", "fabric-language-kotlin": ">=1.3.50", - "phycon": "*" + "phycon": "*", + "roughlyenoughitems": "*" + }, + + "custom": { + "modmenu:parent": "phycon" } }