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(); val dysonextruderdoped = RecipeBuilder.newBuilder("dysonextruderdoped","dyson_extruder",40); dysonextruderdoped.addEnergyPerTickInput(5000000000); dysonextruderdoped.addFluidInput(*10); dysonextruderdoped.addFluidInput(*10); dysonextruderdoped.addFluidOutput(*1000); dysonextruderdoped.build();