Skip to content

Commit

Permalink
1.4.0 Fabric 1.19 #49
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net authored Aug 13, 2022
2 parents 254815d + 2a0a7e8 commit 9683514
Show file tree
Hide file tree
Showing 34 changed files with 458 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Enchant Menu](./assets/icons/long-rect.png)
# ![Enchant Menu](./assets/icons/long-fitted.png)

Enchant Menu adds a simple menu for modifying item enchantments.

Expand Down
396 changes: 396 additions & 0 deletions assets/enchant-menu.textstudio

Large diffs are not rendered by default.

Binary file added assets/icons/long-fitted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/long-fitted.webm
Binary file not shown.
Binary file removed assets/icons/long-rect.png
Binary file not shown.
Binary file modified assets/icons/long-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/long-square.webm
Binary file not shown.
Binary file added assets/icons/short-fitted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/short-fitted.webm
Binary file not shown.
Binary file removed assets/icons/short-rect.png
Binary file not shown.
Binary file modified assets/icons/short-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/short-square.webm
Binary file not shown.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ val changelogText = if (changelogFile.exists()) changelogFile.readText() else "N

plugins {
id("fabric-loom")
val kotlinVersion: String by System.getProperties()
kotlin("jvm").version(kotlinVersion)
kotlin("jvm").version(System.getProperty("kotlinVersion"))
id("com.modrinth.minotaur").version("2.+")
}

Expand Down
1 change: 1 addition & 0 deletions changelogs/1.0.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
First release!

**Added**:

- Open Enchant Menu screen on keypress
- Show a list of enchantments for the selected item
- Toggle the selected enchantment on click
Expand Down
1 change: 1 addition & 0 deletions changelogs/1.0.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
First beta release!

**Added**:

- Open Enchant Menu screen on keypress
- Show a list of enchantments for the selected item
- Toggle the selected enchantment on click
Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.1.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
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
Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.1.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
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
Expand Down
1 change: 1 addition & 0 deletions changelogs/1.1.1+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with sound!

**Added**:

- Context added to ScreenHandlerFactory to allow sounds to be played

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.1.0+fabric-1.19...v1.1.1+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.1.1-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with sound!

**Added**:

- Context added to ScreenHandlerFactory to allow sounds to be played

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.1.0+fabric-1.19...v1.1.1-beta+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.2.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with config!

**Added**:

- Implement CompleteConfig to allow players to configure levels and limit breaks.
- Configuration UI in game client for single player (using cloth config and mod menu)
- Configuration files in client config directory
Expand Down
1 change: 1 addition & 0 deletions changelogs/1.2.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with config!

**Added**:

- Implement CompleteConfig to allow players to configure levels and limit breaks.
- Configuration UI in game client for single player (using cloth config and mod menu)
- Configuration files in client config directory
Expand Down
1 change: 1 addition & 0 deletions changelogs/1.2.1+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with config!

**Changed**:

- Keybinds are now configurable in the Minecraft controls menu
- Complete config dependency check is fixed

Expand Down
1 change: 1 addition & 0 deletions changelogs/1.2.1-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with config!

**Changed**:

- Keybinds are now configurable in the Minecraft controls menu
- Complete config dependency check is fixed

Expand Down
1 change: 1 addition & 0 deletions changelogs/1.3.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with search!

**Added**:

- Search box to filter enchantments by name

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.2.1+fabric-1.19...v1.3.0+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.3.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with search!

**Added**:

- Search box to filter enchantments by name

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.2.1+fabric-1.19...v1.3.0-beta+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.3.1+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with fixed scroll!

**Changed**:

- Scroll offset is now capped to max scroll offset

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.3.0+fabric-1.19...v1.3.1+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.3.1-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with fixed scroll!

**Changed**:

- Scroll offset is now capped to max scroll offset

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.3.0+fabric-1.19...v1.3.1-beta+fabric-1.19
13 changes: 13 additions & 0 deletions changelogs/1.4.0+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Now with permissions and optional config!

**Added**:

- Quilt support

**Changed**:

- CompleteConfig mod is now optional
- Enchant command permissions are now checked
- Sync searchbox between client and server

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.3.1+fabric-1.19...v1.4.0+fabric-1.19
1 change: 1 addition & 0 deletions changelogs/1.4.0-beta+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Now with permissions and optional config!

**Changed**:

- Enchant command permissions are now checked
- CompleteConfig mod is now optional

Expand Down
1 change: 1 addition & 0 deletions changelogs/1.4.0-beta.1+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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: 3 additions & 1 deletion changelogs/1.4.0-beta.2+fabric-1.19.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Now with permissions and optional config!

**Changed**:

- Added Quilt to list of loaders
- Sync searchbox between client and server

**Full Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.4.0-beta.1+fabric-1.19...v1.4.0-beta.2+fabric-1.19
**Full
Changelog**: https://github.com/eth0net/enchant-menu/compare/v1.4.0-beta.1+fabric-1.19...v1.4.0-beta.2+fabric-1.19
45 changes: 25 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G
org.gradle.warning.mode=all
kotlin.code.style = official
org.gradle.jvmargs = -Xmx1G
org.gradle.warning.mode = all

# Fabric Properties - https://fabricmc.net/develop/
minecraftVersion=1.19
yarnMappings=1.19+build.4
loaderVersion=0.14.8
minecraftVersion = 1.19
yarnMappings = 1.19+build.4
loaderVersion = 0.14.8

# Fabric API
fabricVersion=0.58.0+1.19
fabricVersionId=3KmOcp6b
loomVersion=0.12-SNAPSHOT
qslVersionId=ddaofVmY
fabricVersion = 0.58.0+1.19
fabricVersionId = 3KmOcp6b
loomVersion = 0.12-SNAPSHOT
qslVersionId = ddaofVmY

# Kotlin
systemProp.kotlinVersion=1.7.0
fabricKotlinVersion=1.8.2+kotlin.1.7.10
fabricKotlinVersionId=5Aq3SFbi
systemProp.kotlinVersion = 1.7.10
fabricKotlinVersion = 1.8.2+kotlin.1.7.10
fabricKotlinVersionId = 5Aq3SFbi

# Complete Config
completeConfigVersion=2.0.0
completeConfigVersionId=zaC01d1T
completeConfigVersion = 2.0.0
completeConfigVersionId = zaC01d1T

# Mod Properties
mavenGroup=com.github.eth0net
modId=enchant-menu
modVersion=1.4.0-beta.2+fabric-1.19
modVersionName=1.4.0 Beta 2 Fabric 1.19
modVersionType=beta
mavenGroup = com.github.eth0net
modId = enchant-menu
modVersion = 1.4.0-beta.2+fabric-1.19
modVersionName = 1.4.0 Beta 2 Fabric 1.19
modVersionType = beta
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pluginManagement {
plugins {
val loomVersion: String by settings
id("fabric-loom").version(loomVersion)
val kotlinVersion: String by System.getProperties()
kotlin("jvm").version(kotlinVersion)
kotlin("jvm").version(System.getProperty("kotlinVersion"))
}
}
Binary file modified src/main/resources/assets/enchant-menu/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9683514

Please sign in to comment.