Skip to content

Releases: TechReborn/RebornStorage

RebornStorage-1.12.2-3.3.4.85

25 May 19:34
ae45e16
Compare
Choose a tag to compare

(github) #releaseBuild
(modmuss50) fix crash when breaking connected multiblock (#151)

RebornStorage-1.12.2-3.3.4.1

28 Nov 17:37
ae45e16
Compare
Choose a tag to compare

RebornStorage-1.12.2-3.3.3.83

13 May 22:05
1d38df8
Compare
Choose a tag to compare

(github) #releaseBuild
(modmuss50) Cache cpu speed and multiblock isValid until broken fixes 144 (#149)
(modmuss50) Add alternative disk recipe (#139)
(modmuss50) Create de_de.lang (#141)

RebornStorage-1.12.2-3.3.2.79

18 Dec 21:15
73be497
Compare
Choose a tag to compare

(github) #releaseBuild
(modmuss50) Cache the ICraftingPattern to speed up pattern rebuilds, rebuild once evert 5 seconds (config) when inserting items, stops the multiblock rebuilding on every item insertion or extraction
(modmuss50) Added advanced debug logging of rebuild events

RebornStorage-1.12.2-3.3.1.76

05 Dec 13:25
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(modmuss50) Handle null nodes (when breaking the blocks with world edit) and remove debug code
(modmuss50) Fix issues with the multiblock being across chunk boarder, might be a bit slower
(modmuss50) Large performance improvements

RebornStorage-1.12.2-3.3.0.72

28 Nov 22:41
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(modmuss50) Fixes #130
(modmuss50) Fixes #78
(modmuss50) Small tweaks to the gui
(modmuss50) Large changes, to support the new RS version. New recipes, new balance
(modmuss50) Fixes #122
(modmuss50) Remove naming of pages, I wasnt happy with how it was done, most people didnt even know it existed.

RebornStorage-1.12.2-3.2.2.65

11 Aug 21:30
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(github) Merge pull request #114 from ayan4m1/fix/cce
(andrew delisa) more elegant solution to prevent CCE
(andrew delisa) prevent ClassCastException when INetworkNode is of class ConduitRefinedStorageNode

RebornStorage-1.12.2-3.2.1.63

30 Jul 13:47
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(modmuss50) Update RS version in gradle
(modmuss50) Update RS api

RebornStorage-1.12.2-3.2.0.60

20 Jul 11:49
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(modmuss50) Fix #104
(modmuss50) Update RS API, fixes build
(modmuss50) Update RS API, closes #103
(modmuss50) Final cleanup + tweaks
(modmuss50) Inital work on page naming, closes #100
(modmuss50) Might fix build?
(modmuss50) Tweak fluid storage values + small code cleanup
(modmuss50) Make patters render output item when in multicrafter slot
(modmuss50) RS 1.6 update

RebornStorage-1.12.2-3.1.0.50

22 May 10:33
Compare
Choose a tag to compare

(modmuss50) #releaseBuild
(modmuss50) Update to support new refined storage
(modmuss50) Update RS maven
(github) Merge pull request #97 from tomKPZ/fix-io-port-lag
(tomkpz) Fix IO port lag
(github) Merge pull request #95 from tomKPZ/add-item-handler-capability
(tomkpz) Add IO Port
(tomkpz) Add IItemHandler capability to TileMultiCrafter