From 32b5cdf7b7628164a795258559a7ce9c63911295 Mon Sep 17 00:00:00 2001 From: hackthetime Date: Fri, 15 Sep 2023 13:34:45 +0200 Subject: started working on Mod Menu Config Screen. Missing Configuration still atm. if its not running unset the entry point mod menue in the fabric.mod.json --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8e3db40..cd5d125 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,8 @@ "entrypoints": { "client": [ "de.hype.bbsentials.client.BBsentials" - ] + ], + "modmenu": [ "de.hype.bbsentials.client.ModMenueScreen" ] }, "depends": { "fabricloader": ">=${loader_version}", -- cgit