diff --git a/README.md b/README.md index 0579a5a..593c819 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ Enchant Menu adds a simple menu for modifying item enchantments. [Requires Fabric API](https://modrinth.com/mod/fabric-api) [Requires Fabric Kotlin](https://modrinth.com/mod/fabric-language-kotlin) - ## Getting Started + - Press X while ingame to open the interface - Place an enchantable item in and select your enchantments - Keys can be changed in Minecraft controls settings ## Features + - Select enchantments from the list of possible enchantments - Select the level of enchantment from 1 to 10 - Supports custom enchantments diff --git a/changelogs/1.4.0-beta.1+fabric-1.19.md b/changelogs/1.4.0-beta.1+fabric-1.19.md new file mode 100644 index 0000000..a3c4ce8 --- /dev/null +++ b/changelogs/1.4.0-beta.1+fabric-1.19.md @@ -0,0 +1,6 @@ +Now with permissions and optional config! + +**Changed**: +- Fix completeconfig loaded checks + +**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.4.0-beta+fabric-1.19...v1.4.0-beta.1+fabric-1.19 diff --git a/gradle.properties b/gradle.properties index 9fcafcf..687f0b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,6 +19,6 @@ completeConfigVersionId=zaC01d1T # Mod Properties mavenGroup=com.github.eth0net modId=enchant-menu -modVersion=1.4.0-beta+fabric-1.19 -modVersionName=1.4.0 Beta Fabric 1.19 +modVersion=1.4.0-beta.1+fabric-1.19 +modVersionName=1.4.0 Beta 1 Fabric 1.19 modVersionType=beta