Advertisement
LegoStax

CCWiki Database

Nov 22nd, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.71 KB | None | 0 0
  1. {
  2.  [1] = {
  3.   n = "computer",
  4.   d = "Computer^^Recipe:^S = stone, R = redstone, G = glass pane^=======^|S|S|S|^=======^|S|R|S|^=======^|S|G|S|^=======",
  5.  },
  6.  [2] = {
  7.   n = "advanced computer",
  8.   d = "Advanced Computer^^Recipe:^G = gold ingot, R = redstone, P = glass pane^=======^|G|G|G|^=======^|G|R|G|^=======^|G|P|G|^=======",
  9.  },
  10.  [3] = {
  11.   n = "wired modem",
  12.   d = "Wired Modem^^Recipe:^S = stone, R = redstone^=======^|S|S|S|^=======^|S|R|S|^=======^|S|S|S|^=======",
  13.  },
  14.  [4] = {
  15.   n = "networking cable",
  16.   d = "Networking Cable^^Recipe:^S = stone, R = redstone^=======^| |S| |^=======^|S|R|S|^=======^| |S| |^=======",
  17.  },
  18.  [5] = {
  19.   n = "wireless modem",
  20.   d = "Wireless Modem^^Recipe:^S = stone, E = ender pearl^=======^|S|S|S|^=======^|S|E|S|^=======^|S|S|S|^=======",
  21.  },
  22.  [6] = {
  23.   n = "disk drive",
  24.   d = "Disk Drive^^Recipe:^S = stone, R = redstone^=======^|S|S|S|^=======^|S|R|S|^=======^|S|R|S|^=======",
  25.  },
  26.  [7] = {
  27.   n = "floppy disk",
  28.   d = "Floppy Disk^^Recipe:^R = redstone, P = paper^=======^| |R| |^=======^| |P| |^=======^| | | |^=======",
  29.  },
  30.  [8] = {
  31.   n = "turtle",
  32.   d = "Turtle^^Recipe:^I = iron ingot, C = computer, H = chest^=======^|I|I|I|^=======^|I|C|I|^=======^|I|H|I|^=======",
  33.  },
  34.  [9] = {
  35.   n = "monitor",
  36.   d = "Monitor^^Recipe:^S = stone, G = glass pane^=======^|S|S|S|^=======^|S|G|S|^=======^|S|S|S|^=======",
  37.  },
  38.  [10] = {
  39.   n = "printer",
  40.   d = "Printer^^Recipe:^S = stone, R = redstone, I = ink sac^=======^|S|S|S|^=======^|S|R|S|^=======^|S|I|S|^=======",
  41.  },
  42.  [11] = {
  43.   n = "advanced monitor",
  44.   d = "Advanced Monitor^^Recipe:^G = gold ingot, P = glass pane^=======^|G|G|G|^=======^|G|P|G|^=======^|G|G|G|^=======",
  45.  },
  46.  [12] = {
  47.   n = "advanced turtle",
  48.   d = "Advanced Turtle^^Recipe:^G = gold ingot, A = advanced computer, C = chest^=======^|G|G|G|^=======^|G|A|G|^=======^|G|C|G|^=======",
  49.  },
  50.  [13] = {
  51.   n = "pocket computer",
  52.   d = "Pocket Computer^^Recipe:^S = stone, G = golden apple, P = glass pane^=======^|S|S|S|^=======^|S|G|S|^=======^|S|P|S|^=======",
  53.  },
  54.  [14] = {
  55.   n = "advanced pocket computer",
  56.   d = "Advanced Pocket Computer^^Recipe:^I = gold ingot, G = golden apple, P = glass pane^=======^|I|I|I|^=======^|I|G|I|^=======^|I|P|I|^=======",
  57.  },
  58.  [15] = {
  59.   n = "wireless pocket computer",
  60.   d = "Wireless Pocket Computer^^Recipe:^W = wireless modem, P = pocket computer^=======^| | | |^=======^| |W| |^=======^| |P| |^=======",
  61.  },
  62.  [16] = {
  63.   n = "golden apple",
  64.   d = "Golden Apple^^Recipe:^G = block of gold, A = apple^=======^|G|G|G|^=======^|G|A|G|^=======^|G|G|G|^=======",
  65.  },
  66.  [17] = {
  67.   n = "ender modem",
  68.   d = "Ender Modem^^Recipe:^G = gold ingot^E = eye of ender^=======^|G|G|G|^=======^|G|E|G|^=======^|G|G|G|^=======",
  69.  },
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement