-
-
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
105f2dc
commit 5a85175
Showing
2 changed files
with
23 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,22 @@ | ||
As always, don't forget to backup your world before updating! | ||
|
||
Additions: | ||
* Add DimPos hashCode | ||
* Add helper methods to read/write classes from/to NBT | ||
* Add more capability helpers | ||
* Add IInventoryState capability to inventories | ||
|
||
Changes: | ||
* Rename IGuiContainerProvider#getMod to getModGui | ||
* Improve efficiency of NBT class type map retrieval | ||
* Bake tile capabilities after loading for improved efficiency | ||
* Improve inventory side slot retrieval efficiency | ||
* Make getCapability in TileHelpers world type less strict | ||
|
||
Fixes: | ||
* Fix WorldStorage not resetting when changing games/worlds | ||
* Let processing continue when right clicking with a fluid container item | ||
* Fix commands breaking help command | ||
* Fix non-positive number fields disabling arrows when 0 | ||
* Fix incorrect blockstate to itemstack conversion | ||
* Correctly set ItemBlock hasSubtypes field based on the number of blockstates |