#Name: storageDrawers.zs #Author: Feed the Beast print("Initializing 'storageDrawers.zs'..."); #upgrade template moved to efab recipes.remove(); #storage upgrades recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #storage key recipes.remove(); recipes.addShaped(, [[, ], [null, ], [null, ]]); #compacting drawer recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #drawer controller and slave recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'storageDrawers.zs'");