From 804cd047789750f6be465a394f0181949f503878 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Wed, 12 Jul 2023 20:37:53 -0400 Subject: [PATCH] Explicitly depend on fabric-model-loading-api-v1 so it gets JiJed --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index c1c41291..0e54a3da 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -36,7 +36,7 @@ "fabric-lifecycle-events-v1": "*", "fabric-screen-api-v1": "*", "fabric-command-api-v2": "*", - "fabric-models-v0": "*", + "fabric-model-loading-api-v1": "*", "minecraft": ">=1.16.2" }, "breaks": {