From fa28d42f06fefb2d6a6535085b9205bf457903d2 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 19 Jun 2024 16:33:54 +0300 Subject: [PATCH] update for 1.21 --- 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 4a6454d..9859306 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,9 +25,9 @@ "leashplayers.mixins.json" ], "depends": { - "fabricloader": ">=0.14.14", - "fabric-api": "*", - "minecraft": ">=1.18.2", - "java": ">=17" + "fabricloader": ">=0.15.11", + "minecraft": "~1.21", + "java": ">=21", + "fabric-api": "*" } }