RFTools (Legacy)
Blocks and items to help with Redflux (dimension builder, crafter, monitor, scanner, etc.)
119.1k
12
Storage
Technology
Transportation
RFTools (Legacy) has been archived. RFTools (Legacy) will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.12.x
1.11.2
1.11
1.10.2
1.10
1.9.4
1.9
1.8.8–1.8.9
1.7.10
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Changelog
2.90:
- New storage system:
- There is a new Modular Storage block. In that block you can insert a storage module which will contain the actual items. You can also insert a type module which controls how you can sort your items:
- You can search for items in the storage system:
- A storage block is a normal inventory. You can insert and extract items as usual.
- There are three tiers of storage modules: 100, 200, and 300 stacks.
- There is a generic item module which supports sorting on type of item (needs configurating) and sorting on mod. There is an oredict item module which supports ore dictionary sorting and there is a dimlet type module for working with dimlets. These modules don't restrict the type of items that can be put in the storage. They just allow different filters and sorting.
- There is also a remote storage module and a Remote Storage block:
- If you place a normal storage module in one of the four storage slots of the remote storage block it will be made available wirelessly. This needs power. You can link a remote storage module to a real storage module by inserting it in the slot next to the storage module. It will change color when you do that:
- In a normal Modular Storage block you can also insert remote storage modules. Now your storage block will access the remote inventory instead of a local one.
- By default a remote storage is only available in the same dimension. You can make it globally available by pressing the 'G' button in the remote storage gui (at the cost of more RF/tick).
- A remote storage module can also be used as a hand-held device. You don't have to insert it in a modular storage block to use it. This way you can have your storage available remotely.
- Remote storage also supports the 'cycle' functionality where you relink the remote storage module to the next storage module that sits in the same remote storage block. That means that you can have up to four storage modules available remotely from the same remote storage item (that means 4 times 300 stacks available remiotely).
- Note: the generic item module supports categories for items (like 'Food', 'Machines', ...) but the configuration for this is not finalized. You will find that many items are not put in the right category yet. This is an ongoing work which you can help with because you can customize this in the rftools config easily.
- Note: more modules for other mods are planned. For example for Thaumcraft and Forestry (bees and saplings).
- There is a new Modular Storage block. In that block you can insert a storage module which will contain the actual items. You can also insert a type module which controls how you can sort your items:
- Crafter changes:
- Rewrote the crafter algorithm to make it more robust with regards to container items and matching with NBT and such.
- Fixed item duping bug in crafting with containers that are supposed to be consumed (like the division sigil when being crafted into ingots).
- Fixed an item duplication bug in the crafter when crafting one item into multiple and the created stack didn't fit in a single output slot. For example when crafting iron ingot to 9 iron nuggets.
- The crafter will now update the crafting result on every craft. That means that recipes that return random stuff (like the random amount of iron ingots you get from a division sigil) will result in proper results.
- Varia:
- Fixed the dimlet workbench achievement so that it only appears if you actually pull out a dimlet from the workbench and not by just clicking on the empty slot
- Renamed 'material none' to 'material default' and 'liquid none' to 'liquid default'
- Fixed a crash and unusable dimension if you used 'Material None' in combination with orbs, huge orbs, liquid orbs, or huge liquid orbs.