From a012d6ead79afa2eda1c8ad9dd1c22bf8d40aa40 Mon Sep 17 00:00:00 2001 From: Falkreon Date: Sun, 21 Jul 2019 23:41:58 -0500 Subject: Get clientside guis running, stub out config gui --- src/main/resources/fabric.mod.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 05faf69..1fccb86 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,9 +17,8 @@ "environment": "*", "entrypoints": { - "client": [ - "io.github.cottonmc.cotton.gui.client.LibGuiClient" - ] + "client": [ "io.github.cottonmc.cotton.gui.client.LibGuiClient" ], + "modmenu": [ "io.github.cottonmc.cotton.gui.client.modmenu.ModMenuSupport" ] }, "depends": { "fabricloader": ">=0.4.0", -- cgit