Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //add gold casting recipe for ball bases
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_iron_base_gold", <item:tinkers_pixelmon:gold_ball_base_cast>, <fluid:tconstruct:molten_iron> * 72, <item:pixelmon:iron_base>, 20, false, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_alu_base_gold", <item:tinkers_pixelmon:gold_ball_base_cast>, <fluid:tconstruct:molten_aluminum> * 72, <item:pixelmon:aluminum_base>, 20, false, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_silver_base_gold", <item:tinkers_pixelmon:gold_ball_base_cast>, <fluid:tconstruct:molten_silver> * 72, <item:pixelmon:silver_base>, 20, false, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_platinum_base_gold", <item:tinkers_pixelmon:gold_ball_base_cast>, <fluid:tconstruct:molten_platinum> * 72, <item:pixelmon:platinum_base>, 20, false, false);
- //add sand casting recipe for ball bases
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_iron_base_sand", <item:tinkers_pixelmon:sand_ball_base_cast>, <fluid:tconstruct:molten_iron> * 72, <item:pixelmon:iron_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_alu_base_sand", <item:tinkers_pixelmon:sand_ball_base_cast>, <fluid:tconstruct:molten_aluminum> * 72, <item:pixelmon:aluminum_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_silver_base_sand", <item:tinkers_pixelmon:sand_ball_base_cast>, <fluid:tconstruct:molten_silver> * 72, <item:pixelmon:silver_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_platinum_base_sand", <item:tinkers_pixelmon:sand_ball_base_cast>, <fluid:tconstruct:molten_platinum> * 72, <item:pixelmon:platinum_base>, 20, true, false);
- //add red sand casting recipe for ball bases
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_iron_base_red_sand", <item:tinkers_pixelmon:red_sand_ball_base_cast>, <fluid:tconstruct:molten_iron> * 72, <item:pixelmon:iron_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_alu_base_red_sand", <item:tinkers_pixelmon:red_sand_ball_base_cast>, <fluid:tconstruct:molten_aluminum> * 72, <item:pixelmon:aluminum_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_silver_base_red_sand", <item:tinkers_pixelmon:red_sand_ball_base_cast>, <fluid:tconstruct:molten_silver> * 72, <item:pixelmon:silver_base>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("cast_pixelmon_platinum_base_red_sand", <item:tinkers_pixelmon:red_sand_ball_base_cast>, <fluid:tconstruct:molten_platinum> * 72, <item:pixelmon:platinum_base>, 20, true, false);
- //recipes for making the cast
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("make_gold_ball_base_cast_iron", <item:pixelmon:iron_base>, <fluid:tconstruct:molten_gold> * 144, <item:tinkers_pixelmon:gold_ball_base_cast>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("make_gold_ball_base_cast_aluminum", <item:pixelmon:aluminum_base>, <fluid:tconstruct:molten_gold> * 144, <item:tinkers_pixelmon:gold_ball_base_cast>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("make_gold_ball_base_cast_silver", <item:pixelmon:silver_base>, <fluid:tconstruct:molten_gold> * 144, <item:tinkers_pixelmon:gold_ball_base_cast>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("make_gold_ball_base_cast_platinum", <item:pixelmon:platinum_base>, <fluid:tconstruct:molten_gold> * 144, <item:tinkers_pixelmon:gold_ball_base_cast>, 20, true, false);
- <recipetype:tconstruct:casting_table>.addItemCastingRecipe("make_gold_ball_base_cast_wood", <item:pixelmon:wooden_base>, <fluid:tconstruct:molten_gold> * 144, <item:tinkers_pixelmon:gold_ball_base_cast>, 20, true, false);
- //Sand base crafting
- craftingTable.addShapeless("mmbsc_wood",<item:tinkers_pixelmon:sand_ball_base_cast>, [<item:pixelmon:wooden_base>.reuse(),<item:tconstruct:blank_sand_cast>]);
- craftingTable.addShapeless("mmbsc_iron",<item:tinkers_pixelmon:sand_ball_base_cast>, [<item:pixelmon:iron_base>.reuse(),<item:tconstruct:blank_sand_cast>]);
- craftingTable.addShapeless("mmbsc_aluminum",<item:tinkers_pixelmon:sand_ball_base_cast>, [<item:pixelmon:aluminum_base>.reuse(),<item:tconstruct:blank_sand_cast>]);
- craftingTable.addShapeless("mmbsc_silver",<item:tinkers_pixelmon:sand_ball_base_cast>, [<item:pixelmon:silver_base>.reuse(),<item:tconstruct:blank_sand_cast>]);
- craftingTable.addShapeless("mmbsc_platinum",<item:tinkers_pixelmon:sand_ball_base_cast>, [<item:pixelmon:platinum_base>.reuse(),<item:tconstruct:blank_sand_cast>]);
- craftingTable.addShapeless("mmbrsc_wood",<item:tinkers_pixelmon:red_sand_ball_base_cast>, [<item:pixelmon:wooden_base>.reuse(),<item:tconstruct:blank_red_sand_cast>]);
- craftingTable.addShapeless("mmbrsc_iron",<item:tinkers_pixelmon:red_sand_ball_base_cast>, [<item:pixelmon:iron_base>.reuse(),<item:tconstruct:blank_red_sand_cast>]);
- craftingTable.addShapeless("mmbrsc_aluminum",<item:tinkers_pixelmon:red_sand_ball_base_cast>, [<item:pixelmon:aluminum_base>.reuse(),<item:tconstruct:blank_red_sand_cast>]);
- craftingTable.addShapeless("mmbrsc_silver",<item:tinkers_pixelmon:red_sand_ball_base_cast>, [<item:pixelmon:silver_base>.reuse(),<item:tconstruct:blank_red_sand_cast>]);
- craftingTable.addShapeless("mmbrsc_platinum",<item:tinkers_pixelmon:red_sand_ball_base_cast>, [<item:pixelmon:platinum_base>.reuse(),<item:tconstruct:blank_red_sand_cast>]);
Advertisement
Add Comment
Please, Sign In to add comment