From 03347b84874afc427cd99e0cae0990402b8be6fb Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 12 Oct 2023 22:48:36 -0400 Subject: [PATCH 1/2] Distinguish between versions --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4995c62..1b2d394 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.parallel=true minecraft_version=1.20.1 yarn_mappings=1.20.1+build.9 loader_version=0.14.22 -mod_version=1.3.1 +mod_version=1.3.1+1.20 maven_group=xyz.pupbrained archives_base_name=drop_confirm fabric_version=0.90.0+1.20.1 From c24154531477e39ade47d87dff8a985b9b1998d8 Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 12 Oct 2023 23:08:20 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75aa919..5ccbf16 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ --- -## What even *is* DropConfirm? +## What *is* DropConfirm, exactly? DropConfirm is a **configurable quality-of-life mod** that adds a confirmation dialog when dropping items. I made it because I was tired of accidentally dropping my items to other players or into lava/voids. @@ -16,7 +16,7 @@ this exact problem (and I assume others have too). ## Compatibility -As of now, DropConfirm is only tested on 1.20.1 – but it *should* work on 1.20 too. +As of now, DropConfirm supports versions from 1.20 to 1.20.2. Newer versions will likely be supported, and older versions may or may not work with slight modifications to the source.