#Name: yabba.zs #Author: Feed the Beast print("Initializing 'yabba.zs'..."); #barrel recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #upgrade template (moved into efab) recipes.remove(); #storage upgrades recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'yabba.zs'");