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. diff --git a/gradle.properties b/gradle.properties index 1dae902..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+1.20.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