From a86cf00f643e2cd2108552a157384c95cb07e8d7 Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 24 Mar 2026 13:12:13 -0400 Subject: WHERE IS GUIGRAPHICS --- src/main/resources/fabric.mod.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ee23ba2..99cfd05 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -16,8 +16,7 @@ "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" - ], - "modmenu": ["net.inyourwalls.frank.ModMenuIntegration"] + ] }, "mixins": [ "frank.mixins.json" @@ -31,7 +30,7 @@ "suggests": {}, "custom": { "loom:injected_interfaces": { - "net/minecraft/class_1720": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] + "net/minecraft/world/inventory/AbstractFurnaceMenu": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] } } } -- cgit v1.3.1