Advertisement
Singleton06

Recipes

May 22nd, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.91 KB | None | 0 0
  1. os.loadAPI("Petals")
  2. os.loadAPI("Rune")
  3.  
  4. endoflame = {Petals.mystical("Brown"),
  5.   Petals.mystical("Red"),
  6.   Petals.mana("Red"),
  7.   Petals.mana("Brown"),
  8.   Petals.mystical("Light Gray")}
  9.  
  10. daybloom = {Petals.mystical("Yellow"),
  11.   Petals.mystical("Yellow"),
  12.   Petals.mystical("Orange"),
  13.   Petals.mystical("Light Blue")}
  14.  
  15. pureDaisy = {Petals.mystical("White"),
  16.   Petals.mystical("White"),
  17.   Petals.mystical("White"),
  18.   Petals.mystical("White")}
  19.  
  20. thermalily = {Rune.rune("Fire"),
  21.   Rune.rune("Earth"),
  22.   Petals.mana("Orange"),
  23.   Petals.mystical("Orange"),
  24.   Petals.mystical("Red")}
  25.  
  26. hopperhock = {Rune.rune("Air"),
  27.   "Redstone Root",
  28.   Petals.mystical("Gray"),
  29.   Petals.mystical("Light Gray"),
  30.   Petals.mana("Gray"),
  31.   Petals.mana("Light Gray")}
  32.  
  33. jadedAmaranthus =  {Rune.rune("Spring"),
  34.   "Redstone Root",
  35.   Petals.mystical("Lime"),
  36.   Petals.mystical("Green"),
  37.   Petals.mystical("Purple"),
  38.   Petals.mana("Purple"),
  39.   Petals.mana("Purple")}
  40.  
  41. loonium = {Petals.mystical("Gray"),
  42.   Petals.mystical("Green"),
  43.   Petals.mystical("Green"),
  44.   Petals.mana("Green"),
  45.   Petals.mana("Green"),
  46.   Petals.mana("Gray"),
  47.   "Redstone Root",
  48.   Rune.rune("Sloth"),
  49.   Rune.rune("Gluttony"),
  50.   Rune.rune("Envy"),
  51.   "Pixie Dust"}
  52.  
  53. hydroangeas = {Petals.mystical("Blue"),
  54.   Petals.mana("Blue"),
  55.   Petals.mystical("Cyan"),
  56.   Petals.mystical("Cyan"),
  57.   Petals.mana("Cyan"),
  58.   Petals.mystical("Pink")}
  59.  
  60. solegnolia = {Petals.mystical("Red"),
  61.   Petals.mystical("Red"),
  62.   Petals.mystical("Blue"),
  63.   Petals.mystical("Brown"),
  64.   Petals.mana("Brown"),
  65.   "Redstone Root"}
  66.  
  67. bellethorne = {Petals.mana("Red"),
  68.   Petals.mana("Red"),
  69.   Petals.mystical("Red"),
  70.   Petals.mystical("Cyan"),
  71.   Petals.mystical("Cyan"),
  72.   "Redstone Root"}
  73.  
  74. fallenKanade = {Rune.rune("Spring"),
  75.   Petals.mystical("White"),
  76.   Petals.mana("White"),
  77.   Petals.mana("White"),
  78.   Petals.mana("Yellow"),
  79.   Petals.mana("Orange"),
  80.   Petals.mana("Brown")}
  81.  
  82. heiseiDream = {Rune.rune("Wrath"),
  83.   "Pixie Dust",
  84.   Petals.mana("Purple"),
  85.   Petals.mana("Pink"),
  86.   Petals.mana("Magenta"),
  87.   Petals.mystical("Purple"),
  88.   Petals.mystical("Pink"),
  89.   Petals.mystical("Magenta")}
  90.  
  91. runeOfFire =
  92.   {"Manasteel Ingot",
  93.     "Manasteel Ingot",
  94.     "Manasteel Ingot",
  95.     "Nether Wart",
  96.     "Nether Brick",
  97.     "Gunpowder"}
  98.  
  99. runeOfAir =
  100.   {"Manasteel Ingot",
  101.     "Manasteel Ingot",
  102.     "Manasteel Ingot",
  103.     "Carpet",
  104.     "String",
  105.     "Feather"}
  106.  
  107. runeOfEarth =
  108.   {"Manasteel Ingot",
  109.     "Manasteel Ingot",
  110.     "Manasteel Ingot",
  111.     "Mushroom",
  112.     "Stone",
  113.     "Block of Coal"}
  114.  
  115.   runeOfWater =
  116.    {"Manasteel Ingot",
  117.     "Manasteel Ingot",
  118.     "Manasteel Ingot",
  119.     "Bone Meal",
  120.     "Fishing Rod",
  121.     "Sugar Canes"}
  122.  
  123. runeOfSpring =
  124.  {"Rune of Water",
  125.   "Rune of Fire",
  126.   "Oak Sapling",
  127.   "Oak Sapling",
  128.   "Oak Sapling",
  129.   "Wheat"}
  130.  
  131. runeOfSummer =
  132.  {"Rune of Earth",
  133.   "Rune of Air",
  134.   "Sand",
  135.   "Sand",
  136.   "Slimeball",
  137.   "Melon"}
  138.  
  139. runeOfAutumn =
  140.  {"Rune of Air",
  141.   "Rune of Fire",
  142.   "Oak Leaves",
  143.   "Oak Leaves",
  144.   "Oak Leaves",
  145.   "Spider Eye"}
  146.  
  147. runeOfWinter =
  148.  {"Rune of Earth",
  149.   "Rune of Water",
  150.   "Snow",
  151.   "Snow",
  152.   "Wool",
  153.   "Cake"}
  154.  
  155. runeOfMana = {"Manasteel Ingot",
  156.   "Manasteel Ingot",
  157.   "Manasteel Ingot",
  158.   "Manasteel Ingot",
  159.   "Manasteel Ingot",
  160.   "Mana Pearl"}
  161.  
  162. runeOfLust = {"Rune of Air",
  163.   "Rune of Summer",
  164.   "Mana Diamond",
  165.   "Mana Diamond"}
  166.  
  167. runeOfGluttony = {"Rune of Fire",
  168.   "Rune of Winter",
  169.   "Mana Diamond",
  170.   "Mana Diamond"}
  171.  
  172. runeOfGreed = {"Rune of Water",
  173.   "Rune of Spring",
  174.   "Mana Diamond",
  175.   "Mana Diamond"}
  176.  
  177. runeOfSloth = {"Rune of Air",
  178.   "Rune of Autumn",
  179.   "Mana Diamond",
  180.   "Mana Diamond"}
  181.  
  182. runeOfWrath = {"Rune of Earth",
  183.   "Rune of Winter",
  184.   "Mana Diamond",
  185.   "Mana Diamond"}
  186.  
  187. runeOfEnvy = {"Rune of Water",
  188.   "Rune of Winter",
  189.   "Mana Diamond",
  190.   "Mana Diamond"}
  191.  
  192. runeOfPride = {"Rune of Fire",
  193.   "Rune of Summer",
  194.   "Mana Diamond",
  195.   "Mana Diamond"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement