diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-06-19 21:19:12 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-06-19 21:19:12 -0400 |
| commit | cf9b99bc758e66a331ef448714efb1dcafc3b9e8 (patch) | |
| tree | d2114b8984cc22c5f365fcd0cbe0b742334aae01 /src/main/resources/frank.mixins.json | |
| parent | 56531253380bcbcb7d98ea074ba31a314a39ac8f (diff) | |
split handler into separate file, use screen handler properties
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/frank.mixins.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/frank.mixins.json b/src/main/resources/frank.mixins.json new file mode 100644 index 0000000..4d27370 --- /dev/null +++ b/src/main/resources/frank.mixins.json @@ -0,0 +1,12 @@ +{ + "required": true, + "minVersion": "0.8", + "compatibilityLevel": "JAVA_21", + "package": "net.inyourwalls.frank.mixin", + "client": [ + "AbstractFurnaceScreenHandlerMixin" + ], + "injectors": { + "defaultRequire": 1 + } +} |
