From cf9b99bc758e66a331ef448714efb1dcafc3b9e8 Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Wed, 19 Jun 2024 21:19:12 -0400 Subject: split handler into separate file, use screen handler properties --- src/main/resources/fabric.mod.json | 6 ++++++ 1 file changed, 6 insertions(+) (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 e608d30..7abafec 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,6 +21,9 @@ "net.inyourwalls.frank.ModMenuIntegration" ] }, + "mixins": [ + "frank.mixins.json" + ], "depends": { "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.100.1+1.21", @@ -29,6 +32,9 @@ }, "suggests": {}, "custom": { + "loom:injected_interfaces": { + "net/minecraft/class_1720": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] + }, "modmenu": { "links": { "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" -- cgit v1.3.1