From 095b44c4e06e2edfdf94d7fd4c3fa8c2b2e58669 Mon Sep 17 00:00:00 2001 From: iGalaxy Date: Mon, 19 Jun 2023 03:08:16 -0700 Subject: [PATCH] chore: bump fabric.mod.json versions --- src/main/resources/fabric.mod.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2290bba..420cf36 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,11 +19,10 @@ ] }, "depends": { - "fabricloader": ">=0.14.11", + "fabricloader": ">=0.14.21", "fabric": "*", - "minecraft": ">=1.19.3", - "more_codecs": ">=0.3.0", - "placeholder-api": ">=2.0.0-beta", + "minecraft": ">=1.20.1", + "placeholder-api": ">=2.1.1", "fabric-permissions-api-v0": "*" } }