[1.10.2] Feature request: Creative Storage Upgrade
Protheus opened this issue ยท 5 comments
There are a couple of infinite storage mods.. but they have some issues with AE2 or Refined Storage... and for the last couple of days I have been busy to just get a good storage setup.
Storage Drawers is for now the best in storing stuff...
As a feature request I would love to see a recipe for the Creative Storage upgrade, including config option to enable/disable it. Then we can have a storage drawers Quantum Storage
What would you propose the recipe for that be? I can add an option for it, but it would be disabled by default.
It could also be done through crafttweaker if you have that present.
Yabba has an unlimited upgrade feature... would still be nice to have it in Storage drawers
I use minetweaker 3 to do this with folling code:
recipes.addShaped(<StorageDrawers:upgradeCreative>,
[[<MineFactoryReloaded:machine.1:3> , <ore:stickWood>, <MineFactoryReloaded:machine.1:3>],
[<ore:stickWood>, <StorageDrawers:upgradeTemplate>, <ore:stickWood>],
[<MineFactoryReloaded:machine.1:3>, <ore:stickWood>, <MineFactoryReloaded:machine.1:3>]]);
on the "scripts" folder , and create Any_Name_Here.zs and put this code on it.
Version:1.7.10