Skip to content

Releases: gigaherz/Ender-Rift

Removed remaining IInventory, fixed scanning directions (1.9)

23 Apr 12:41
Compare
Choose a tag to compare

Get rid of the remaining IInventory implementations.
Fix scanning of inventories in the wrong neighbours of the Interface and Browser blocks.

Removed remaining IInventory, fixed scanning directions (1.8.9)

23 Apr 12:40
Compare
Choose a tag to compare

Backport automation changes and IInventory removal from 1.9.
Fix scanning of inventories in the wrong neighbours of the Interface and Browser blocks.

Fix for rift browser with Storage Drawers (1.9)

23 Apr 00:16
Compare
Choose a tag to compare

Fixed interacting with the rift browser in complex situations such as with the Storage Drawers.

Backports from 1.9 (1.8.9)

23 Apr 00:11
Compare
Choose a tag to compare

Backported stuff from 1.9 branch.
Fixed structure breaking
Fixed interacting with the rift browser in complex situations such as with the Storage Drawers.

Protect TileEntities during block unload/break (1.9)

22 Apr 19:18
Compare
Choose a tag to compare

Protect TileEntities from calls to worldObj.getBlockState returning "air", during the tick when the block has been broken, but the TE is still being used by something else.

Protect TileEntities during block unload/break (1.8.9)

22 Apr 19:15
Compare
Choose a tag to compare

Protect TileEntities from calls to worldObj.getBlockState returning "air", during the tick when the block has been broken, but the TE is still being used by something else.

Blocks on rift holes, dismantling, bounding boxes

07 Apr 23:40
Compare
Choose a tag to compare

Rework the structure assembly process to allow having blocks in the "holes".
Fix dismantling structures when a structure block breaks.
Fix structure block bounding boxes.

Fix loading and added update checker

07 Apr 20:23
Compare
Choose a tag to compare

Fixed dependency string (loading crash).
Removed structure block item form (it should now show the rift block as the icon for the WAILA tooltip).
Added update checker URL, so you will get notified of future updates.

New item/block registration semantics.

02 Apr 23:26
Compare
Choose a tag to compare
v0.11.2

Bump version number.

A nice surprise for 1.9 users ;P

27 Mar 03:10
Compare
Choose a tag to compare

The Rift Browser block now has a Searchbox.

Note that since the panel is now a fully fledged inventory aggregator, I am strongly considering making this block require power to interact with non-rift inventories, maybe (just maybe) through some sort of "Automation Driver" block (in that case the Rift itself would probably act as one).