#Name: PamsHarvestCraft.zs #Author: Feed the Beast print("Initializing 'PamsHarvestCraft.zs'..."); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #Corn / Rye Fix recipes.remove(); recipes.remove(); recipes.addShaped(, [[null, , null], [null, null, ], [null, , null]]); recipes.addShaped(, [[null, , null], [, null, null], [null, , null]]); #wheat seeds recipe: recipes.addShapeless( * 2, [, ]); print("Initialized 'PamsHarvestCraft.zs'");