Releases: gigaherz/Ender-Rift
Reenable Tesla Compatibility (1.11)
I forgot.
Backport changes from 1.11 (1.10.2)
v1.10.3-2.1.3 Backport from 1.11
Fix item duplication and other bugs
Stuff that should have never got into a release, but I obviously missed during testing (I'm wondering if I ever tested at all ¬¬)
Fix Rift Interface block
It was broken. Badly. In many places. Like 2016.
The One Probe
Do not wipe the energy when disabled with redstone.
Add 'The One Probe' tooltip compatibility.
Fix stuff not synchronizing with the client correctly.
Quick insert and forge RB
Fixed the mod for the newer versions of forge for 1.11.
Made slot 0 on the rift be always empty, so that insertions always quickly find a place to deposit items.
Preliminary 1.11 update
Forge for 1.11 is still beta, so things may fail epicly. Backup often.
Energy Redesign
This release introduces a massive redesign of how the rift and inventory network are powered.
Big refactoring (1.10.2)
Removed CapabilityCore|Energy in favor of the integrated energy api in forge.
Removed the internal automation api in favor of using IItemHandler directly. This allows using the rift with hoppers and other item pipes.
Renamed all the blocks and items in preparation for 1.11's enforcement of snake_case resource names. Automatic renaming exists, but this is not reversible, so make a backup first.
Experimental: New & improved interface network (1.9.4 to 1.10.2+)
- EXPERIMENTAL: Rework the proxy/interface/browser system to use the GraphLib functions, rather than recursive scanning. This should make the system much less laggy on large networks. As a side-effect, the proxy system is now unlimited in length, rather than the 32 block limit it had before.
- Work around client-side glitch when placing/removing items without enough energy in storage.
- Improve the config screen of the WAILA integration module.