Advertisement
SirBaconBitz

Untitled

May 10th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.57 KB | None | 0 0
  1. {
  2.   {
  3.     {
  4.       rName = "Blueberry Jelly",
  5.       rType = 1,
  6.     },
  7.     {
  8.       cName = "Saucepan",
  9.       cSlot = 1,
  10.       cType = 2,
  11.     },
  12.     {
  13.       cName = "Blueberry",
  14.       cSlot = 2,
  15.       cType = 1,
  16.     },
  17.     {
  18.       cName = "Honey",
  19.       cSlot = 5,
  20.       cType = 3,
  21.     },
  22.   },
  23.   {
  24.     {
  25.       rName = "Honey",
  26.       rType = 3,
  27.     },
  28.     {
  29.       cName = "Honeycomb",
  30.       cSlot = 1,
  31.       cType = 1,
  32.     },
  33.   },
  34.   {
  35.     {
  36.       rName = "Soy Milk",
  37.       rType = 3,
  38.     },
  39.     {
  40.       cName = "Soybean",
  41.       cSlot = 1,
  42.       cType = 1,
  43.     },
  44.   },
  45.   {
  46.     {
  47.       rName = "Silken Tofu",
  48.       rType = 3,
  49.     },
  50.     {
  51.       cName = "Soy Milk",
  52.       cSlot = 1,
  53.       cType = 3,
  54.     },
  55.   },
  56.   {
  57.     {
  58.       rName = "Firm Tofu",
  59.       rType = 3,
  60.     },
  61.     {
  62.       cName = "Silken Tofu",
  63.       cSlot = 1,
  64.       cType = 3,
  65.     },
  66.   },
  67.   {
  68.     {
  69.       rName = "Flour",
  70.       rType = 1,
  71.     },
  72.     {
  73.       cName = "Mortar and Pestle",
  74.       cSlot = 1,
  75.       cType = 2,
  76.     },
  77.     {
  78.       cName = "Rice",
  79.       cSlot = 2,
  80.       cType = 1,
  81.     },
  82.   },
  83.   {
  84.     {
  85.       rName = "Cheesecake",
  86.       rType = 1,
  87.     },
  88.     {
  89.       cName = "Bakeware",
  90.       cSlot = 1,
  91.       cType = 2,
  92.     },
  93.     {
  94.       cName = "Flour",
  95.       cSlot = 2,
  96.       cType = 3,
  97.     },
  98.     {
  99.       cName = "Silken Tofu",
  100.       cSlot = 5,
  101.       cType = 3,
  102.     },
  103.     {
  104.       cName = "Honey",
  105.       cSlot = 6,
  106.       cType = 3,
  107.     },
  108.     {
  109.       cName = "Firm Tofu",
  110.       cSlot = 9,
  111.       cType = 3,
  112.     },
  113.   }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement