// Name: ThaumcraftSaplings.zs // Author: Feed the Beast print("Initializing 'ThaumcraftSaplings'..."); // Thaumcraft Saplings recipes.addShaped( * 1, [[, , ], [, , ], [null, , null]]); recipes.addShaped( * 1, [[, , ], [, , ], [null, , null]]); print("Initialized 'ThaumcraftSaplings'");