summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-20 17:48:34 -0400
committerRosa <rosaontheweb@proton.me>2026-06-20 17:48:34 -0400
commit0234e418d928c5114b3fb8fd35374d6fe99d897f (patch)
treeccff5b3729482a9c4cb1f19f7cc64bb25c817b29 /src/main/resources
parent5a0176eb65855e713269101279dabcd1e6ebf889 (diff)
parent44c20fcf884727940864f1cd6f6b90efcd9ea9e8 (diff)
Merge branch '26.2'
Diffstat (limited to '')
-rw-r--r--src/main/resources/fabric.mod.json13
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"]
}
}
}