@@ -223,32 +223,121 @@ private static void loadCraftingRecipes() {
223223 ModHandler .addShapedRecipe ("shape_extruder_rotor" , SHAPE_EXTRUDER_ROTOR .getStackForm (), " " , " S " , "x " ,
224224 'S' , SHAPE_EMPTY .getStackForm ());
225225
226- ModHandler .addShapedRecipe ("shape_mold_rotor" , SHAPE_MOLD_ROTOR .getStackForm (), " h" , " S " , " " , 'S' ,
227- SHAPE_EMPTY .getStackForm ());
228- ModHandler .addShapedRecipe ("shape_mold_gear_small" , SHAPE_MOLD_GEAR_SMALL .getStackForm (), " " , " " , "h S" ,
226+ ModHandler .addShapedRecipe ("shape_mold_rotor" , SHAPE_MOLD_ROTOR .getStackForm (),
227+ " h" ,
228+ " S " ,
229+ " " ,
230+ 'S' , SHAPE_EMPTY .getStackForm ());
231+ ModHandler .addShapedRecipe ("shape_mold_gear_small" , SHAPE_MOLD_GEAR_SMALL .getStackForm (),
232+ " " ,
233+ " " ,
234+ "h S" ,
235+ 'S' , SHAPE_EMPTY .getStackForm ());
236+ ModHandler .addShapedRecipe ("shape_mold_name" , SHAPE_MOLD_NAME .getStackForm (),
237+ " S" ,
238+ " " ,
239+ "h " ,
240+ 'S' , SHAPE_EMPTY .getStackForm ());
241+ ModHandler .addShapedRecipe ("shape_mold_anvil" , SHAPE_MOLD_ANVIL .getStackForm (),
242+ " S" ,
243+ " " ,
244+ " h " ,
245+ 'S' , SHAPE_EMPTY .getStackForm ());
246+ ModHandler .addShapedRecipe ("shape_mold_cylinder" , SHAPE_MOLD_CYLINDER .getStackForm (),
247+ " S" ,
248+ " " ,
249+ " h" ,
250+ 'S' , SHAPE_EMPTY .getStackForm ());
251+ ModHandler .addShapedRecipe ("shape_mold_nugget" , SHAPE_MOLD_NUGGET .getStackForm (),
252+ "S h" ,
253+ " " ,
254+ " " ,
255+ 'S' , SHAPE_EMPTY .getStackForm ());
256+ ModHandler .addShapedRecipe ("shape_mold_block" , SHAPE_MOLD_BLOCK .getStackForm (),
257+ " " ,
258+ "hS " ,
259+ " " ,
260+ 'S' , SHAPE_EMPTY .getStackForm ());
261+ ModHandler .addShapedRecipe ("shape_mold_ball" , SHAPE_MOLD_BALL .getStackForm (),
262+ " " ,
263+ " S " ,
264+ "h " ,
265+ 'S' , SHAPE_EMPTY .getStackForm ());
266+ ModHandler .addShapedRecipe ("shape_mold_ingot" , SHAPE_MOLD_INGOT .getStackForm (),
267+ " " ,
268+ " S " ,
269+ " h " ,
270+ 'S' , SHAPE_EMPTY .getStackForm ());
271+ ModHandler .addShapedRecipe ("shape_mold_bottle" , SHAPE_MOLD_BOTTLE .getStackForm (),
272+ " " ,
273+ " S " ,
274+ " h" ,
275+ 'S' , SHAPE_EMPTY .getStackForm ());
276+ ModHandler .addShapedRecipe ("shape_mold_credit" , SHAPE_MOLD_CREDIT .getStackForm (),
277+ "h " ,
278+ " S " ,
279+ " " ,
280+ 'S' , SHAPE_EMPTY .getStackForm ());
281+ ModHandler .addShapedRecipe ("shape_mold_gear" , SHAPE_MOLD_GEAR .getStackForm (),
282+ " " ,
283+ " Sh" ,
284+ " " ,
285+ 'S' , SHAPE_EMPTY .getStackForm ());
286+ ModHandler .addShapedRecipe ("shape_mold_plate" , SHAPE_MOLD_PLATE .getStackForm (),
287+ " h " ,
288+ " S " ,
289+ " " ,
290+ 'S' , SHAPE_EMPTY .getStackForm ());
291+ ModHandler .addShapedRecipe ("shape_mold_ring" , SHAPE_MOLD_RING .getStackForm (),
292+ " " ,
293+ " h " ,
294+ " S " ,
295+ 'S' , SHAPE_EMPTY .getStackForm ());
296+ ModHandler .addShapedRecipe ("shape_mold_bolt" , SHAPE_MOLD_BOLT .getStackForm (),
297+ "h " ,
298+ " " ,
299+ "S " ,
300+ 'S' , SHAPE_EMPTY .getStackForm ());
301+ ModHandler .addShapedRecipe ("shape_mold_rod" , SHAPE_MOLD_ROD .getStackForm (),
302+ " h " ,
303+ " " ,
304+ "S " ,
305+ 'S' , SHAPE_EMPTY .getStackForm ());
306+ ModHandler .addShapedRecipe ("shape_mold_rod_long" , SHAPE_MOLD_ROD_LONG .getStackForm (),
307+ " h" ,
308+ " " ,
309+ "S " ,
310+ 'S' , SHAPE_EMPTY .getStackForm ());
311+ ModHandler .addShapedRecipe ("shape_mold_round" , SHAPE_MOLD_ROUND .getStackForm (),
312+ " " ,
313+ " h " ,
314+ "S " ,
315+ 'S' , SHAPE_EMPTY .getStackForm ());
316+ ModHandler .addShapedRecipe ("shape_mold_pipe_tiny" , SHAPE_MOLD_PIPE_TINY .getStackForm (),
317+ " " ,
318+ " " ,
319+ "Sh " ,
320+ 'S' , SHAPE_EMPTY .getStackForm ());
321+ ModHandler .addShapedRecipe ("shape_mold_pipe_small" , SHAPE_MOLD_PIPE_SMALL .getStackForm (),
322+ " " ,
323+ " " ,
324+ "S h" ,
325+ 'S' , SHAPE_EMPTY .getStackForm ());
326+ ModHandler .addShapedRecipe ("shape_mold_pipe_normal" , SHAPE_MOLD_PIPE_NORMAL .getStackForm (),
327+ " " ,
328+ " " ,
329+ " Sh" ,
330+ 'S' , SHAPE_EMPTY .getStackForm ());
331+ ModHandler .addShapedRecipe ("shape_mold_pipe_large" , SHAPE_MOLD_PIPE_LARGE .getStackForm (),
332+ " " ,
333+ " " ,
334+ "hS " ,
335+ 'S' , SHAPE_EMPTY .getStackForm ());
336+ ModHandler .addShapedRecipe ("shape_mold_pipe_huge" , SHAPE_MOLD_PIPE_HUGE .getStackForm (),
337+ " " ,
338+ " h" ,
339+ " S " ,
229340 'S' , SHAPE_EMPTY .getStackForm ());
230- ModHandler .addShapedRecipe ("shape_mold_name" , SHAPE_MOLD_NAME .getStackForm (), " S" , " " , "h " , 'S' ,
231- SHAPE_EMPTY .getStackForm ());
232- ModHandler .addShapedRecipe ("shape_mold_anvil" , SHAPE_MOLD_ANVIL .getStackForm (), " S" , " " , " h " , 'S' ,
233- SHAPE_EMPTY .getStackForm ());
234- ModHandler .addShapedRecipe ("shape_mold_cylinder" , SHAPE_MOLD_CYLINDER .getStackForm (), " S" , " " , " h" , 'S' ,
235- SHAPE_EMPTY .getStackForm ());
236- ModHandler .addShapedRecipe ("shape_mold_nugget" , SHAPE_MOLD_NUGGET .getStackForm (), "S h" , " " , " " , 'S' ,
237- SHAPE_EMPTY .getStackForm ());
238- ModHandler .addShapedRecipe ("shape_mold_block" , SHAPE_MOLD_BLOCK .getStackForm (), " " , "hS " , " " , 'S' ,
239- SHAPE_EMPTY .getStackForm ());
240- ModHandler .addShapedRecipe ("shape_mold_ball" , SHAPE_MOLD_BALL .getStackForm (), " " , " S " , "h " , 'S' ,
241- SHAPE_EMPTY .getStackForm ());
242- ModHandler .addShapedRecipe ("shape_mold_ingot" , SHAPE_MOLD_INGOT .getStackForm (), " " , " S " , " h " , 'S' ,
243- SHAPE_EMPTY .getStackForm ());
244- ModHandler .addShapedRecipe ("shape_mold_bottle" , SHAPE_MOLD_BOTTLE .getStackForm (), " " , " S " , " h" , 'S' ,
245- SHAPE_EMPTY .getStackForm ());
246- ModHandler .addShapedRecipe ("shape_mold_credit" , SHAPE_MOLD_CREDIT .getStackForm (), "h " , " S " , " " , 'S' ,
247- SHAPE_EMPTY .getStackForm ());
248- ModHandler .addShapedRecipe ("shape_mold_gear" , SHAPE_MOLD_GEAR .getStackForm (), " " , " Sh" , " " , 'S' ,
249- SHAPE_EMPTY .getStackForm ());
250- ModHandler .addShapedRecipe ("shape_mold_plate" , SHAPE_MOLD_PLATE .getStackForm (), " h " , " S " , " " , 'S' ,
251- SHAPE_EMPTY .getStackForm ());
252341
253342 ///////////////////////////////////////////////////
254343 // Credits //
0 commit comments