From deaa3a3ebc428d92523e6a9d8251fd7d09b489e8 Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Thu, 25 Jan 2024 11:38:14 -0500 Subject: make it work like 1.20.2 on 1.20.1 --- src/main/resources/fabric.mod.json | 8 ++++++++ 1 file changed, 8 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 6969155..255a414 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,11 +18,19 @@ "net.inyourwalls.frank.Frank" ] }, + "mixins": [ + "frank.mixins.json" + ], "depends": { "fabricloader": ">=0.14.22", "fabric-api": ">=0.90.4+1.20.1", "minecraft": "1.20.1", "java": ">=17" }, + "custom": { + "loom:injected_interfaces": { + "net/minecraft/class_1720": ["net/inyourwalls/frank/FurnaceProgressPercentGetter"] + } + }, "suggests": {} } -- cgit v1.3.1