From a55cbe67de9c8eed670de4f9549b7698b77a4150 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Wed, 24 Nov 2021 07:39:07 +0300 Subject: [PATCH] Version changes --- 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 edc5817e..43bee6c0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,11 +8,11 @@ "authors": [ "paulevs (code & art)", "Bulldog83 (code & art)", + "Frank (code)", "Edos (building)", "Yuki (art)", "Seaward (art)", - "Firel (music)", - "Frank (code porting & bugfixes)" + "Firel (music)" ], "contact": { "homepage": "https://www.curseforge.com/minecraft/mc-mods/betterend", @@ -42,8 +42,8 @@ ], "depends": { - "fabricloader": ">=0.11.6", - "fabric": ">=0.41.0", + "fabricloader": ">=0.12.4", + "fabric": ">=0.42.1", "minecraft": ">=1.17", "bclib": ">=0.5.3" },