Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

[1.10.2] Feature request: Creative Storage Upgrade

Protheus opened this issue ยท 5 comments

commented

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

commented

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.

commented

Maybe something like this:

Storage Upgrade (V), 4 Nether stars, 2 Emerald Blocks, 2 Diamond Blocks... it should be expensive. Yes option would be nice and default disabled also.

capture

commented

Yabba has an unlimited upgrade feature... would still be nice to have it in Storage drawers

commented

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.
image

Version:1.7.10

commented

Has this feature been added?
I found an enableCreativeUpgrade under the general cfg, but it's already set to true and there's not a crafting recipe for the Creative Storage Upgrade.