diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5d2cbc0..3a3574e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,21 +18,22 @@ "client": [ "net.inyourwalls.frank.Frank" ], - "modmenu": ["net.inyourwalls.frank.ModMenuIntegration"] + "modmenu": [ + "net.inyourwalls.frank.ModMenuIntegration" + ] }, "mixins": [ "frank.mixins.json" ], "depends": { - "fabricloader": ">=0.14.22", - "fabric-screen-api-v1": ">=0.114.2+1.21.4", - "java": ">=17", - "minecraft": "~1.21.11" + "fabricloader": ">=0.18.4", + "fabric-screen-api-v1": ">=0.152.2+26.2", + "minecraft": ">=26.2" }, "suggests": {}, "custom": { "loom:injected_interfaces": { - "net/minecraft/class_1720": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] + "net/minecraft/world/inventory/AbstractFurnaceMenu": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] } } } |
