#Name: SpawnEggs.zs #Author: Feed the Beast print("Initializing 'SpawnEggs'..."); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'SpawnEggs'");