From 6a8c93dbe2d4c9d0c2c79d0916673c5f52863f72 Mon Sep 17 00:00:00 2001 From: Powercyphe <136335336+Powercyphe@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:49:06 +0100 Subject: [PATCH] Changes by redvortex --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 382a80d..84a4ea4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -6,6 +6,7 @@ "description": "Adds coffins to the game, that store your items upon death, which can also be used as storage unit.", "authors": [ "Powercyphe", + "RedVortex_", "oPixeel" ], "custom": { @@ -37,7 +38,7 @@ ], "depends": { "fabricloader": ">=0.14.24", - "minecraft": "1.19.2", + "minecraft": "~1.19.2", "java": ">=17", "fabric-api": "*" }