From 57cfcd87096ae6f3b9b1aaa6f962f4e457219254 Mon Sep 17 00:00:00 2001 From: Toad-Dev <748280+toad-dev@users.noreply.github.com> Date: Sat, 18 Dec 2021 08:50:15 -0800 Subject: [PATCH] Don't hard depend on 1.18.1 It looks like other big mods are not fussed about forcing users over to 1.18.1. Since fabric loader 0.12.9 addresses the log4j issue we will depend on that instead to help push users to safe configurations. Everyone should be able to update their loader version, right? --- src/main/resources/fabric.mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1108f0a72..de8a23f3a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "computercraft", - "name": "CC:Restitched", + "name": "CC: Restitched", "version": "${version}", "description": "CC: Tweaked for Fabric.", "license": "ComputerCraft Public License", @@ -20,9 +20,9 @@ "Toad-Dev" ], "depends": { - "fabricloader": ">=0.11.3", - "fabric": "*", - "minecraft": "1.18.1" + "minecraft": "1.18.x", + "fabricloader": ">=0.12.9", + "fabric": "*" }, "suggests": { "modmenu": "*"