-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
458 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.