From 4fdc32dcc39d744e7c539895740955b253530331 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Mon, 10 Jan 2022 17:39:17 +0200 Subject: Ported to 1.18 --- 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 7adb761..3ab2b9b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,6 +26,6 @@ "depends": { "fabric": "*", "fabricloader": "*", - "minecraft": "1.17.x" + "minecraft": "1.18.x" } } -- cgit