Advertisement
Khaant

BiLQor

Sep 2nd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function centerText(text, y, color)
  2. -- mon.clear()
  3. mX = mon.getSize()
  4. x = math.floor(mX/2) - math.floor(string.len(text)/2)
  5. mon.setCursorPos(x, y)
  6. mon.setTextColor(color)
  7. mon.write(text)
  8. end
  9.  
  10. mon = peripheral.wrap("left")
  11. mon.setTextScale(1)
  12. -- mon.clear()
  13. centerText("Banned Item List", 1,16384)
  14. centerText("----------------------------------------------", 2,1)
  15. centerText("Draw bridges, Advanced drawbridge", 3,1)
  16. centerText("Extended drawbridge, Fire stone ore", 4,1)
  17. centerText("Magic pencil, Tunnel bore", 5,1)
  18. centerText("Lux capacitor, Power Armor cloaking system", 6,1)
  19. centerText("MFFS AP Matrix, MFFS Shock module", 7,1)
  20. centerText("MFFS Disintegration module, MFFS Confiscation Module", 8,1)
  21. centerText("All Liquid Drums, Nuclear waste disposal drum", 9,1)
  22. centerText("Chicken chunk loader, Steveโ€™s chart chunk Loader", 10,1)
  23. centerText("MFR Chunk Loader, Luggage, Mystcraft Books", 11,1)
  24. centerText("Unlinked link book, Notebook, Linking book", 12,1)
  25. centerText("Descriptive book, Book binder", 13,1)
  26. centerText("Mimickimetic upheaver, Blazing Pyrethrum Bucket", 14,1)
  27. centerText("Nuke ,Peacock fan, Crumple horn, Landmines", 15,1)
  28. centerText("Writing desk, Wrath lamps, Sentry turret", 16,1)
  29. centerText("High energy pallet launcher, Magnetic Force", 17,1)
  30. centerText("to see them check out the donation store on the website", 20,1)
  31. centerText("Some items are donor only", 19,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement