-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
7bcab90
commit 571524e
Showing
3 changed files
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
mod_version=1.3.10 | ||
mod_version=1.4.0 | ||
minecraft_version=1.9.4 | ||
forge_version=12.17.0.1954 | ||
mcp_mappings_version=snapshot_20160519 | ||
cyclopscore_version=0.7.7-415 | ||
cyclopscore_version=0.8.0-418 | ||
release_type=release | ||
|
||
ironchest_version=7.0.9.796 |
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 @@ | ||
As always, don't forget to backup your world before updating! | ||
Requires CyclopsCore version 0.8.0 or higher. | ||
|
||
Additions: | ||
* Implement IInventoryState capability for interfaces, allows for more efficient item piping | ||
|
||
Changes: | ||
* Use new CyclopsCore gui provider interface | ||
* Increase default maximum chest size. | ||
|
||
Fixes: | ||
* Fix interfaces not correctly exposing the inventory capability | ||
* Fix large chests rendering with the wrong offset, Closes #43 |
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