//# BiggerCraftingTables recipes //# The recipes to create the Bigger Crafting Tables is removed in "removed-recipes" and replaced with the ones below. //# Most recipes which use the Bigger Crafting Table(s) will be in this file. //# Recipes for crafting the Bigger Crafting Tables recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); recipes.addShaped(, [[, ], [, ]]); //# Recipes for the 5x5 Crafting Table //# 5x5 Orb of Potential recipe mods.biggercraftingtables.Big.addShaped(, [[, null, , null, ], [null, , , , null], [, , , , ], [null, , , , null], [, , , , ]]); //# 5x5 Large & Grand Stone Tablet recipes mods.biggercraftingtables.Big.addShaped(, [[null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]); mods.biggercraftingtables.Big.addShaped(, [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); //# 5x5 Grand Magic Crystal recipe mods.biggercraftingtables.Big.addShaped(, [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); //# Recipes for the 7x7 Crafting Table //# Recipes for the 9x9 Crafting Table