Advertisement
lengend

Untitled

Nov 9th, 2012
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     // Cube Amethyst
  2.     //Config.Recipes.push([Recipe.Gem, 557]); // chipped amethyst > flawed amethyst
  3.     //Config.Recipes.push([Recipe.Gem, 558]); // flawed amethyst > regular amethyst
  4.     //Config.Recipes.push([Recipe.Gem, 559]); // regular amethyst > flawless amethyst
  5.     Config.Recipes.push([Recipe.Gem, 560]); // flawless amethyst > perfect amethyst
  6.    
  7.     // Cube Topaz
  8.     //Config.Recipes.push([Recipe.Gem, 562]); // chipped topaz > flawed topaz
  9.     //Config.Recipes.push([Recipe.Gem, 563]); // flawed topaz > regular topaz
  10.     //Config.Recipes.push([Recipe.Gem, 564]); // regular topaz > flawless topaz
  11.     Config.Recipes.push([Recipe.Gem, 565]); // flawless topaz > perfect topaz
  12.    
  13.     // Cube Sapphire
  14.     //Config.Recipes.push([Recipe.Gem, 567]); // chipped sapphire > flawed sapphire
  15.     //Config.Recipes.push([Recipe.Gem, 568]); // flawed sapphire > regular sapphire
  16.     //Config.Recipes.push([Recipe.Gem, 569]); // regular sapphire > flawless sapphire
  17.     Config.Recipes.push([Recipe.Gem, 570]); // flawless sapphire > perfect sapphire
  18.    
  19.     // Cube Emerald
  20.     //Config.Recipes.push([Recipe.Gem, 572]); // chipped emerald > flawed emerald
  21.     //Config.Recipes.push([Recipe.Gem, 573]); // flawed emerald > regular emerald
  22.     //Config.Recipes.push([Recipe.Gem, 574]); // regular emerald > flawless emerald
  23.     Config.Recipes.push([Recipe.Gem, 575]); // flawless emerald > perfect emerald
  24.    
  25.     // Cube Ruby
  26.     //Config.Recipes.push([Recipe.Gem, 577]); // chipped ruby > flawed ruby
  27.     //Config.Recipes.push([Recipe.Gem, 578]); // flawed ruby > regular ruby
  28.     //Config.Recipes.push([Recipe.Gem, 579]); // regular ruby > flawless ruby
  29.     Config.Recipes.push([Recipe.Gem, 580]); // flawless ruby > perfect ruby
  30.    
  31.     // Cube Diamond
  32.     //Config.Recipes.push([Recipe.Gem, 582]); // chipped diamond > flawed diamond
  33.     //Config.Recipes.push([Recipe.Gem, 583]); // flawed diamond > regular diamond
  34.     //Config.Recipes.push([Recipe.Gem, 584]); // regular diamind > flawless diamond
  35.     Config.Recipes.push([Recipe.Gem, 585]); // flawless diamond > perfect diamond
  36.    
  37.     // Cube Skull
  38.     //Config.Recipes.push([Recipe.Gem, 597]); // chipped skull > flawed skull
  39.     //Config.Recipes.push([Recipe.Gem, 598]); // flawed skull > regular skull
  40.     //Config.Recipes.push([Recipe.Gem, 599]); // regular skull > flawless skull
  41.     Config.Recipes.push([Recipe.Gem, 600]); // flawless skull > perfect skull
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement