diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -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"] } } } |
