Skip to content

Commit

Permalink
1.4.0 Beta 1 Fabric 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net authored Aug 7, 2022
2 parents 2599986 + ff79d86 commit e69e31d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Enchant Menu adds a simple menu for modifying item enchantments.
[<img alt="Requires Fabric API" height="72" src="https://i.imgur.com/bTus4wH.png"/>](https://modrinth.com/mod/fabric-api)
[<img alt="Requires Fabric Kotlin" height="72" src="https://i.imgur.com/c1DH9VL.png"/>](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
Expand Down
6 changes: 6 additions & 0 deletions changelogs/1.4.0-beta.1+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e69e31d

Please sign in to comment.