diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-24 13:12:13 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-24 13:12:13 -0400 |
| commit | a86cf00f643e2cd2108552a157384c95cb07e8d7 (patch) | |
| tree | e4b2438f93fa47d01b9483d1f72a0a49354744bf /src/main/resources | |
| parent | 8fa1a2a708aecf6a83ce15943ff27fec35aae72c (diff) | |
WHERE IS GUIGRAPHICS
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 2 insertions, 3 deletions
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"] } } } |
