From 0d554141c675837f0815243cacb0fe6b0c10a978 Mon Sep 17 00:00:00 2001 From: RappyTV Date: Fri, 28 Apr 2023 19:52:11 +0200 Subject: [PATCH] adjusted supported versions --- build.gradle.kts | 2 +- readme.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 355aac8..86235b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ labyMod { displayName = "Death Finder" author = "RappyTV#6969" description = "This addon saves your last death point, so you can find your items again." - minecraftVersion = "1.17<1.19.4" + minecraftVersion = "1.19" version = System.getenv().getOrDefault("VERSION", "1.0.0") } diff --git a/readme.md b/readme.md index e45b777..33f6835 100644 --- a/readme.md +++ b/readme.md @@ -19,11 +19,11 @@ | 1.19.4 | ✅ | | 1.19.3 | ✅ | | 1.19.2 | ✅ | -| 1.18.2 | ✅ | -| 1.17.1 | ✅ | -| 1.16.5 | ❌ | -| 1.12.2 | ❌ | -| 1.8.9 | ❌ | +| 1.18.2 | soon | +| 1.17.1 | soon | +| 1.16.5 | planned | +| 1.12.2 | planned | +| 1.8.9 | planned | If you have any problems with the addon/have update ideas, feel free to - Open an Issue [here](https://github.com/RappyLabyAddons/Death-Finder/issues/new/choose)