From 803fafe4ffdeb46a3fdd75e375b160f666c4d861 Mon Sep 17 00:00:00 2001 From: QuImUfu Date: Mon, 29 May 2023 16:58:58 +0200 Subject: [PATCH] fix README --- README.md | 4 +--- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 768ac9f..7596229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# colourful_portals +# Colourful Portals Reimagined -Colourful Portals Reimagined - A Fabric Minecraft mod adding colourful portals, based on Immersive Portals \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 29e0450..bc52c7e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,8 +42,8 @@ ], "depends": { "fabricloader": ">=0.14.19", - "imm_ptl_core": "v2.6.9-mc1.19.4", - "q_misc_util": "v2.6.9-mc1.19.4", + "imm_ptl_core": ">=2.6.9", + "q_misc_util": ">=2.6.9", "minecraft": "~1.19.4", "java": ">=17", "fabric-api": "*"