Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. //This file was created via CT-GUI! Editing it is not advised!
  2. //Don't touch me!
  3. //#Remove
  4. recipes.remove(<minecraft:stone_slab:3>);
  5. recipes.remove(<pyrotech:worktable_stone>);
  6. recipes.remove(<tanaddons:temp_regulator>);
  7. recipes.remove(<advancedrocketry:ic:4>);
  8. recipes.remove(<advancedrocketry:ic:3>);
  9. recipes.remove(<advancedrocketry:ic:5>);
  10. recipes.removeShaped(<minecraft:cobblestone>, [[<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>],[<pyrotech:rock>, <pyrotech:material:17>, <pyrotech:rock>], [<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>]]);
  11. //Don't touch me!
  12. //#Add
  13. recipes.addShaped(<minecraft:clay>, [[<pyrotech:rock:4>, <pyrotech:rock:4>, <pyrotech:rock:4>],[<pyrotech:rock:4>, <pyrotech:bucket_wood>.onlyDamaged().withTag({durability: 59, fluids: {FluidName: "water", Amount: 1000}})]]);
  14. recipes.addShaped(<minecraft:sand>, [[<pyrotech:rock:4>, <pyrotech:rock:4>, <pyrotech:rock:4>],[<pyrotech:rock:4>, <pyrotech:bucket_wood>.onlyDamaged().withTag({durability: 59, fluids: {FluidName: "oil", Amount: 1000}})]]);
  15. recipes.addShaped(<pyrotech:bucket_wood>, [[null, null, null],[<pyrotech:material:13>, null, <pyrotech:material:13>], [null, <pyrotech:material:13>, null]]);
  16. recipes.addShaped(<minecraft:stone_slab:3>, [[null, null, null],[<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>], [<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>]]);
  17. recipes.addShaped(<minecraft:lever>, [[null, <contenttweaker:cold_stick>, null],[null, <minecraft:cobblestone>, null], [null, null, null]]);
  18. recipes.addShaped(<advancedrocketry:ic:3>, [[null, null, null],[<immersiveengineering:material:22>, <contenttweaker:compressedcoal_diamond>, <immersiveengineering:material:22>], [<ore:plateSteel>, <immersiveengineering:material:27>, <ore:plateSteel>]]);
  19. recipes.addShaped(<advancedrocketry:ic:5>, [[null, null, null],[<immersiveengineering:material:23>, <contenttweaker:compressedcoal_diamond>, <immersiveengineering:material:23>], [<ore:plateSteel>, <immersiveengineering:material:27>, <ore:plateSteel>]]);
  20. recipes.addShaped(<advancedrocketry:ic:4>, [[null, null, null],[<immersiveengineering:material:20>, <contenttweaker:compressedcoal_diamond>, <immersiveengineering:material:20>], [<ore:plateSteel>, <immersiveengineering:material:27>, <ore:plateSteel>]]);
  21. recipes.addShaped(<advancedrocketry:ic:4>, [[null, null, null],[<immersiveengineering:material:20>, <contenttweaker:compressedcoal_diamond>, <immersiveengineering:material:20>], [<immersiveengineering:metal:38>, <immersiveengineering:material:27>, <immersiveengineering:metal:38>]]);
  22. recipes.addShaped(<pyrotech:drying_rack>, [[<contenttweaker:cold_stick>, <contenttweaker:cold_stick>, null],[<pyrotech:material:12>, <pyrotech:material:12>, null], [null, null, null]]);
  23. recipes.addShaped(<pyrotech:material:13>, [[<contenttweaker:cold_stick>, <contenttweaker:cold_stick>, null],[<pyrotech:material:12>, <pyrotech:material:12>, null], [null, null, null]]);
  24. recipes.addShaped(<pyrotech:crude_hammer>, [[<ore:rock>, <ore:rock>, null],[<contenttweaker:cold_stick>, <pyrotech:material:12>, null], [null, null, null]]);
  25. recipes.addShaped(<pyrotech:crude_fishing_rod>, [[<pyrotech:material:12>, <ore:twine>, null],[<contenttweaker:cold_stick>, <ore:rock>, null], [null, null, null]]);
  26. recipes.addShaped(<pyrotech:crude_shovel>, [[<ore:rock>, <pyrotech:material:12>, null],[<contenttweaker:cold_stick>, null, null], [null, null, null]]);
  27. recipes.addShaped(<pyrotech:crude_pickaxe>, [[<ore:rock>, <pyrotech:material:12>, null],[<contenttweaker:cold_stick>, <ore:rock>, null], [null, null, null]]);
  28. recipes.addShaped(<pyrotech:crude_hoe>, [[<pyrotech:material:12>, <ore:rock>, null],[<contenttweaker:cold_stick>, null, null], [null, null, null]]);
  29. recipes.addShaped(<pyrotech:crude_axe>, [[<ore:rock>, <pyrotech:material:12>, null],[<ore:rock>, <contenttweaker:cold_stick>, null], [null, null, null]]);
  30. recipes.addShaped(<contenttweaker:cold_stick>, [[null, <toughasnails:ice_cube>, null],[null, <toughasnails:ice_cube>, null], [null, null, null]]);
  31. recipes.addShaped(<minecraft:cobblestone>, [[<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>],[<pyrotech:rock>, null, <pyrotech:rock>], [<pyrotech:rock>, <pyrotech:rock>, <pyrotech:rock>]]);
  32. //File End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement