#Name: openBlocks.zs #Author: Feed the Beast print("Initializing 'openBlocks.zs'..."); #hangglider recipes.remove(); recipes.addShaped(, [[null, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , null], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, null, ], [, , ]]); #sprinkler recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #vacuum hopper recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #auto enchantment table recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #auto anvil recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #xp drain recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #fan recipes.remove(); recipes.addShaped(, [[], [], []]); #xp bottler recipes.remove(); recipes.addShaped(, [[, , ], [, .withTag({Potion: "minecraft:awkward"}), ], [, , ]]); #luggage recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'openBlocks.zs'");