Skip to content

Commit

Permalink
v1.1.0 Fabric 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net authored Jul 26, 2022
2 parents aee184b + 3ce15fe commit ecca2e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions changelogs/1.1.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Limit breaks enabled!

**Changed**:
- Bumped fabric-api `0.57.0+1.19` -> `0.58.0+1.19`
- Bumped fabric-language-kotlin `1.8.1+kotlin.1.7.0` -> `1.8.2+kotlin.1.7.10`
- Renamed increment/decrement identifiers to increment/decrement level
- Expanded enchantment list entries to Triple to include compatibility
- Reworked list texture for longer enchantment names

**Added**:
- Buttons and keybinds to toggle limit breaks
- Networking and state for limit breaks
- Incompatible, level, and treasure limit breaks
- New disabled and empty enchantment row textures

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.0.0+fabric-1.19...v1.1.0+fabric-1.19
2 changes: 1 addition & 1 deletion changelogs/1.1.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Limit breaks enabled!
- Incompatible, level, and treasure limit breaks
- New disabled and empty enchantment row textures

**Full Changelog**: https://github.com/eth0net/enchant-menu/commits/v1.1.0-beta+fabric-1.19
**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.0.0+fabric-1.19...v1.1.0-beta+fabric-1.19
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ fabricKotlinVersionId=5Aq3SFbi
# Mod Properties
mavenGroup=com.github.eth0net
modId=enchant-menu
modVersion=1.1.0-beta+fabric-1.19
modVersionName=1.1.0 Beta Fabric 1.19
modVersionType=beta
modVersion=1.1.0+fabric-1.19
modVersionName=1.1.0 Fabric 1.19
modVersionType=release

0 comments on commit ecca2e0

Please sign in to comment.