-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
50f4ae1
commit 660f48c
Showing
2 changed files
with
18 additions
and
1 deletion.
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
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,17 @@ | ||
As always, don't forget to backup your world before updating! | ||
|
||
Additions: | ||
* Add IndexedInventory to expose slotless item handler | ||
* Added category tooltips | ||
* Added localization for configuration gui | ||
|
||
Changes: | ||
* Added extra options to the configurable property annotation | ||
|
||
Fixes: | ||
* Fix InventoryContainer incorrectly mutating inventory stacks | ||
* Improve efficiency of CapabilityConstructorRegistry, #35 | ||
* Fix rare NPE in CubeDetector | ||
* Fix rare cube detection crash | ||
* Fix nbt field inaccessibility, Closes #33 | ||
* Fix rare version checker crash when player connection is null, Closes #31 |