diff --git a/README.md b/README.md index a0f5826..f63cd83 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Roundaround's Enchantment Compatibility - + Make many mutually-exclusive enchantments compatible. diff --git a/build.gradle.kts b/build.gradle.kts index 975ec72..a484da2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("roundalib") version "0.2.75" + id("roundalib") version "0.3.6" } diff --git a/gradle.properties b/gradle.properties index ba3efdc..7b23e98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,9 +5,9 @@ org.gradle.parallel=true # RoundaLib Properties group_id=me.roundaround mod_id=enchantmentcompat -mod_version=1.1.0 -minecraft_version=1.19.4 -yarn_mappings=build.1 -loader_version=0.14.19 -roundalib_version=1.0.1 -mod_menu_version=6.1.0-rc.4 +mod_version=1.2.0 +minecraft_version=1.20-rc1 +yarn_mappings=build.2 +loader_version=0.14.21 +roundalib_version=1.2.0 +mod_menu_version=7.0.0-beta.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7a24004..9de8861 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,7 @@ ], "depends": { "fabricloader": "*", - "minecraft": "1.19.x", + "minecraft": ">=1.20-beta.1 <1.21", "java": ">=17" } }