From 705d4da55b9a514e5e7279a2ea5becaf039cf2d0 Mon Sep 17 00:00:00 2001 From: Brad Erickson <195061+13rac1@users.noreply.github.com> Date: Tue, 19 Nov 2019 14:38:13 -0800 Subject: Update yarn, loader and api (#31) Co-authored-by: modmuss50 --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f37c644..b864c78 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,8 @@ "depends": { "fabricloader": ">=0.4.0", - "fabric": "*" + "fabric": "*", + "minecraft": "1.14.x" }, "suggests": { "flamingo": "*" -- cgit 1.4.1