From 951ba53c46aeb3294750ab6390cb8e6d73f16569 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Wed, 26 Oct 2022 23:41:41 +0300 Subject: [PATCH] bump to 1.18.2 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cf4dbd9..89b4a12 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,6 +20,6 @@ ], "depends": { "fabricloader": ">=0.12.8", - "minecraft": "1.18" + "minecraft": "1.18.2" } }