diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-06-24 19:14:59 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-06-24 19:14:59 -0400 |
| commit | 8aefe91d289c153c4a71ac495053be291f3b1964 (patch) | |
| tree | e6bc031a9a6bd749eb7e97986e3c918a5f57ba9d /src/main/resources/fabric.mod.json | |
| parent | 39b9fb9104a74894653d8e7e9070aaf93330f6a6 (diff) | |
| parent | b965069edef8a1a9adfcfd08536870e5e22b52be (diff) | |
Merge branch 'refactor'
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6b2edac..1163876 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" |
