Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. //Re-adding Upgrade Keys
  2. //RF Capacity
  3. recipes.remove(<draconicevolution:tool_upgrade>);
  4. recipes.addShaped(<draconicevolution:tool_upgrade>,
  5. [[<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>],
  6. [<ore:ingotDraconium>, <draconicevolution:wyvern_energy_core>, <ore:ingotDraconium>],
  7. [<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>]]);
  8. //Dig Speed
  9. recipes.remove(<draconicevolution:tool_upgrade:1>);
  10. recipes.addShaped(<draconicevolution:tool_upgrade:1>,
  11. [[<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>],
  12. [<ore:ingotDraconium>, <tconstruct:pick_head>.withTag({Material:"electrum"})>, <ore:ingotDraconium>],
  13. [<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>]]);
  14. //Dig AoE
  15. recipes.remove(<draconicevolution:tool_upgrade:2t>);
  16. recipes.addShaped(<draconicevolution:tool_upgrade:2>,
  17. [[<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>],
  18. [<ore:ingotDraconium>, <minecraft:ender_pearl>, <ore:ingotDraconium>],
  19. [<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>]]);
  20. //Attack Damage
  21. recipes.remove(<draconicevolution:tool_upgrade:3>);
  22. recipes.addShaped(<draconicevolution:tool_upgrade:3>,
  23. [[<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>],
  24. [<ore:ingotDraconium>, <tconstruct:sword_blade>.withTag({Material:"electrum"})>, <ore:ingotDraconium>],
  25. [<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>]]);
  26. //Attack AoE
  27. recipes.remove(<draconicevolution:tool_upgrade:4>);
  28. recipes.addShaped(<draconicevolution:tool_upgrade:4>,
  29. [[<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>],
  30. [<ore:ingotDraconium>, <enderio:darkSteel_sword>, <ore:ingotDraconium>],
  31. [<ore:plateLapis>, <draconicevolution:draconic_core>, <ore:plateLapis>]]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement