From f9ee3b81e95329b8eebde3b17962e59a8dada44d Mon Sep 17 00:00:00 2001 From: frqnny <45723631+frqnny@users.noreply.github.com> Date: Wed, 13 Apr 2022 06:53:37 -0400 Subject: Update to 22w14a (#157) --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 085ceac..7e528bf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^1.10.7", - "minecraft": "~1.18.2", + "minecraft": "1.19.x", "jankson": "^4.0.0", "libninepatch": "^1.1.0" }, -- cgit From b869afcefbc4598e1f9d72409bbc08d76ef4477e Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:15:21 +0300 Subject: Update Minecraft dependency in fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7e528bf..5b44da1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^1.10.7", - "minecraft": "1.19.x", + "minecraft": ">=1.19-alpha.22.16.b", "jankson": "^4.0.0", "libninepatch": "^1.1.0" }, -- cgit From 223c3d585ce3ed1338be5b048d8ee4c60281cd94 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Thu, 19 May 2022 20:44:33 +0300 Subject: Bump Minecraft dependency --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5b44da1..b3597f3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^1.10.7", - "minecraft": ">=1.19-alpha.22.16.b", + "minecraft": ">=1.19-beta.1", "jankson": "^4.0.0", "libninepatch": "^1.1.0" }, -- cgit