import mods.modularmachinery.RecipeBuilder; mods.extendedcrafting.TableCrafting.addShaped(*4, [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); mods.extendedcrafting.TableCrafting.addShaped(*4, [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); mods.extendedcrafting.TableCrafting.addShaped(*4, [[, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ], [, , , , , , ]]); mods.extendedcrafting.TableCrafting.addShaped(*2, [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); val dysonextruderplasma = RecipeBuilder.newBuilder("dysonextruderplasma","dyson_extruder",40); dysonextruderplasma.addEnergyPerTickInput(5000000000); dysonextruderplasma.addFluidInput(*10); dysonextruderplasma.addFluidInput(*10); dysonextruderplasma.addFluidOutput(*100); dysonextruderplasma.build();