Advertisement
maxxam230

Untitled

Mar 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. shell.run("copy aluminium /aluminium")
  2. shell.run("copy bonemeal /bonemeal")
  3. shell.run("copy copper /copper")
  4. shell.run("copy ferrous /ferrous")
  5. shell.run("copy gold /gold")
  6. shell.run("copy lapis /lapis")
  7. shell.run("copy quartz /quartz")
  8. shell.run("copy shiny /shiny")
  9. shell.run("copy sulfur /sulfur")
  10. shell.run("copy aluminiumdust /aluminiumdust")
  11. shell.run("copy chargedquartz /chargedquartz")
  12. shell.run("copy diamond /diamond")
  13. shell.run("copy flint /flint")
  14. shell.run("copy gunpowder /gunpowder")
  15. shell.run("copy lead /lead")
  16. shell.run("copy quartzdust /quartzdust")
  17. shell.run("copy silver /silver")
  18. shell.run("copy tin /tin")
  19. shell.run("copy blazepowder /blazepowder")
  20. shell.run("copy coal /coal")
  21. shell.run("copy emerald /emerald")
  22. shell.run("copy glowstone /glowstone")
  23. shell.run("copy iron /iron")
  24. shell.run("copy osmium /osmium")
  25. shell.run("copy redstone /redstone")
  26. shell.run("copy startup /startup")
  27. shell.run("copy yellorium /yellorium")
  28. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement