Skip to content

Commit

Permalink
Update to 1.20-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roundaround committed Jun 2, 2023
1 parent 3a26b4f commit 4b9c366
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Roundaround's Enchantment Compatibility

<img src="https://img.shields.io/badge/Loader-Fabric-%23313e51?style=for-the-badge"/>
<img src="https://img.shields.io/badge/MC-1.19--1.19.4-%23313e51?style=for-the-badge"/>
<img src="https://img.shields.io/badge/MC-1.20%20|%201.19--1.19.4-%23313e51?style=for-the-badge"/>
<img src="https://img.shields.io/badge/Side-Server-%23313e51?style=for-the-badge"/>

Make many mutually-exclusive enchantments compatible.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("roundalib") version "0.2.75"
id("roundalib") version "0.3.6"
}
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "1.19.x",
"minecraft": ">=1.20-beta.1 <1.21",
"java": ">=17"
}
}

0 comments on commit 4b9c366

Please sign in to comment.