diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 11:38:14 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 11:38:14 -0500 |
| commit | deaa3a3ebc428d92523e6a9d8251fd7d09b489e8 (patch) | |
| tree | 261cf4721fca8e7a05c514b0aa66aedc175a17be /src/main/resources/fabric.mod.json | |
| parent | 30d311bae4214d12e83651e622d6d1f6aee99a63 (diff) | |
make it work like 1.20.2 on 1.20.1
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 8 |
1 files changed, 8 insertions, 0 deletions
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": {} } |
