Snippet: #sdh4

Written in Ruby and posted on Nov 28, 2011 at 00:56 by apoc
   1  # Generated: Mon Nov 28 00:26:47 +0100 2011
   2  
   3  ::MinecraftRecipes = {
   4  # product:"'Paper'" amount:3
   5  'Paper' => {
   6    :amount => 3,
   7    :ingredients => {
   8      'Sugar cane' => 3,
   9    }
  10  },
  11  
  12  # product:"'Book'" amount:1
  13  'Book' => {
  14    :amount => 1,
  15    :ingredients => {
  16      'Paper' => 3,
  17    }
  18  },
  19  
  20  # product:"'Fence'" amount:2
  21  'Fence' => {
  22    :amount => 2,
  23    :ingredients => {
  24      'Stick' => 6,
  25    }
  26  },
  27  
  28  # product:"'Nether Brick Fence'" amount:6
  29  'Nether Brick Fence' => {
  30    :amount => 6,
  31    :ingredients => {
  32      'Nether Brick' => 6,
  33    }
  34  },
  35  
  36  # product:"'Fence Gate'" amount:1
  37  'Fence Gate' => {
  38    :amount => 1,
  39    :ingredients => {
  40      'Wooden Planks' => 2,
  41      'Stick' => 4,
  42    }
  43  },
  44  
  45  # product:"'Jukebox'" amount:1
  46  
  47  # WARNING!! no lang found for diamond
  48  'Jukebox' => {
  49    :amount => 1,
  50    :ingredients => {
  51      'Wooden Planks' => 8,
  52      'diamond' => 1,
  53    }
  54  },
  55  
  56  # product:"'Note Block'" amount:1
  57  'Note Block' => {
  58    :amount => 1,
  59    :ingredients => {
  60      'Wooden Planks' => 8,
  61      'Redstone' => 1,
  62    }
  63  },
  64  
  65  # product:"'Bookshelf'" amount:1
  66  'Bookshelf' => {
  67    :amount => 1,
  68    :ingredients => {
  69      'Wooden Planks' => 6,
  70      'Book' => 3,
  71    }
  72  },
  73  
  74  # product:"'Snow'" amount:1
  75  'Snow' => {
  76    :amount => 1,
  77    :ingredients => {
  78      'Snowball' => 4,
  79    }
  80  },
  81  
  82  # product:"'Clay'" amount:1
  83  'Clay' => {
  84    :amount => 1,
  85    :ingredients => {
  86      'Clay' => 4,
  87    }
  88  },
  89  
  90  # product:"'Bricks'" amount:1
  91  'Bricks' => {
  92    :amount => 1,
  93    :ingredients => {
  94      'Bricks' => 4,
  95    }
  96  },
  97  
  98  # product:"'Glowstone'" amount:1
  99  
 100  # WARNING!! no lang found for lightStoneDust
 101  'Glowstone' => {
 102    :amount => 1,
 103    :ingredients => {
 104      'lightStoneDust' => 4,
 105    }
 106  },
 107  
 108  # product:"'Pink Wool'" amount:1
 109  
 110  # WARNING!! no lang found for silk
 111  'Pink Wool' => {
 112    :amount => 1,
 113    :ingredients => {
 114      'silk' => 4,
 115    }
 116  },
 117  
 118  # product:"'TNT'" amount:1
 119  
 120  # WARNING!! no lang found for gunpowder
 121  'TNT' => {
 122    :amount => 1,
 123    :ingredients => {
 124      'gunpowder' => 5,
 125      'Sand' => 4,
 126    }
 127  },
 128  
 129  # product:"'Bricks Slab'" amount:3
 130  'Bricks Slab' => {
 131    :amount => 3,
 132    :ingredients => {
 133      'Cobblestone' => 3,
 134    }
 135  },
 136  
 137  # product:"'Bricks Slab'" amount:3
 138  'Bricks Slab' => {
 139    :amount => 3,
 140    :ingredients => {
 141      'Stone' => 3,
 142    }
 143  },
 144  
 145  # product:"'Bricks Slab'" amount:3
 146  'Bricks Slab' => {
 147    :amount => 3,
 148    :ingredients => {
 149      'Sandstone' => 3,
 150    }
 151  },
 152  
 153  # product:"'Bricks Slab'" amount:3
 154  'Bricks Slab' => {
 155    :amount => 3,
 156    :ingredients => {
 157      'Wooden Planks' => 3,
 158    }
 159  },
 160  
 161  # product:"'Bricks Slab'" amount:3
 162  'Bricks Slab' => {
 163    :amount => 3,
 164    :ingredients => {
 165      'Bricks' => 3,
 166    }
 167  },
 168  
 169  # product:"'Bricks Slab'" amount:3
 170  'Bricks Slab' => {
 171    :amount => 3,
 172    :ingredients => {
 173      'Stone Bricks' => 3,
 174    }
 175  },
 176  
 177  # product:"'Ladder'" amount:2
 178  'Ladder' => {
 179    :amount => 2,
 180    :ingredients => {
 181      'Stick' => 7,
 182    }
 183  },
 184  
 185  # product:"'Wooden Door'" amount:1
 186  'Wooden Door' => {
 187    :amount => 1,
 188    :ingredients => {
 189      'Wooden Planks' => 6,
 190    }
 191  },
 192  
 193  # product:"'Trapdoor'" amount:2
 194  'Trapdoor' => {
 195    :amount => 2,
 196    :ingredients => {
 197      'Wooden Planks' => 6,
 198    }
 199  },
 200  
 201  # product:"'Iron Door'" amount:1
 202  'Iron Door' => {
 203    :amount => 1,
 204    :ingredients => {
 205      'Iron Ingot' => 6,
 206    }
 207  },
 208  
 209  # product:"'Sign'" amount:1
 210  'Sign' => {
 211    :amount => 1,
 212    :ingredients => {
 213      'Stick' => 1,
 214      'Wooden Planks' => 6,
 215    }
 216  },
 217  
 218  # product:"'Cake'" amount:1
 219  
 220  # WARNING!! no lang found for bucketMilk
 221  'Cake' => {
 222    :amount => 1,
 223    :ingredients => {
 224      'Sugar' => 2,
 225      'bucketMilk' => 3,
 226      'Egg' => 1,
 227      'Wheat' => 3,
 228    }
 229  },
 230  
 231  # product:"'Sugar'" amount:1
 232  'Sugar' => {
 233    :amount => 1,
 234    :ingredients => {
 235      'Sugar cane' => 1,
 236    }
 237  },
 238  
 239  # product:"'Wooden Planks'" amount:4
 240  'Wooden Planks' => {
 241    :amount => 4,
 242    :ingredients => {
 243      'Wood' => 1,
 244    }
 245  },
 246  
 247  # product:"'Stick'" amount:4
 248  'Stick' => {
 249    :amount => 4,
 250    :ingredients => {
 251      'Wooden Planks' => 2,
 252    }
 253  },
 254  
 255  # product:"'Torch'" amount:4
 256  'Torch' => {
 257    :amount => 4,
 258    :ingredients => {
 259      'Coal' => 1,
 260      'Stick' => 1,
 261    }
 262  },
 263  
 264  # product:"'Torch'" amount:4
 265  'Torch' => {
 266    :amount => 4,
 267    :ingredients => {
 268      'Stick' => 1,
 269    }
 270  },
 271  
 272  
 273  # WARNING!! no lang found for bowlEmpty
 274  # product:"'bowlEmpty'" amount:4
 275  'bowlEmpty' => {
 276    :amount => 4,
 277    :ingredients => {
 278      'Wooden Planks' => 3,
 279    }
 280  },
 281  
 282  # product:"'Glass Bottle'" amount:3
 283  'Glass Bottle' => {
 284    :amount => 3,
 285    :ingredients => {
 286      'Glass' => 3,
 287    }
 288  },
 289  
 290  # product:"'Rail'" amount:16
 291  'Rail' => {
 292    :amount => 16,
 293    :ingredients => {
 294      'Stick' => 1,
 295      'Iron Ingot' => 6,
 296    }
 297  },
 298  
 299  # product:"'Powered Rail'" amount:6
 300  'Powered Rail' => {
 301    :amount => 6,
 302    :ingredients => {
 303      'Stick' => 1,
 304      'Redstone' => 1,
 305      'Gold Ingot' => 6,
 306    }
 307  },
 308  
 309  # product:"'Detector Rail'" amount:6
 310  'Detector Rail' => {
 311    :amount => 6,
 312    :ingredients => {
 313      'Redstone' => 1,
 314      'Pressure Plate' => 1,
 315      'Iron Ingot' => 6,
 316    }
 317  },
 318  
 319  
 320  # WARNING!! no lang found for minecartEmpty
 321  # product:"'minecartEmpty'" amount:1
 322  'minecartEmpty' => {
 323    :amount => 1,
 324    :ingredients => {
 325      'Iron Ingot' => 5,
 326    }
 327  },
 328  
 329  # product:"'Cauldron'" amount:1
 330  'Cauldron' => {
 331    :amount => 1,
 332    :ingredients => {
 333      'Iron Ingot' => 7,
 334    }
 335  },
 336  
 337  # product:"'Brewing Stand'" amount:1
 338  'Brewing Stand' => {
 339    :amount => 1,
 340    :ingredients => {
 341      'Cobblestone' => 3,
 342      'Blaze Rod' => 1,
 343    }
 344  },
 345  
 346  # product:"'Jack o Lantern'" amount:1
 347  'Jack o Lantern' => {
 348    :amount => 1,
 349    :ingredients => {
 350      'Torch' => 1,
 351      'Pumpkin' => 1,
 352    }
 353  },
 354  
 355  
 356  # WARNING!! no lang found for minecartCrate
 357  # product:"'minecartCrate'" amount:1
 358  
 359  # WARNING!! no lang found for minecartEmpty
 360  'minecartCrate' => {
 361    :amount => 1,
 362    :ingredients => {
 363      'minecartEmpty' => 1,
 364      'Chest' => 1,
 365    }
 366  },
 367  
 368  
 369  # WARNING!! no lang found for minecartPowered
 370  # product:"'minecartPowered'" amount:1
 371  
 372  # WARNING!! no lang found for minecartEmpty
 373  'minecartPowered' => {
 374    :amount => 1,
 375    :ingredients => {
 376      'minecartEmpty' => 1,
 377      'Furnace' => 1,
 378    }
 379  },
 380  
 381  # product:"'Boat'" amount:1
 382  'Boat' => {
 383    :amount => 1,
 384    :ingredients => {
 385      'Wooden Planks' => 5,
 386    }
 387  },
 388  
 389  
 390  # WARNING!! no lang found for bucketEmpty
 391  # product:"'bucketEmpty'" amount:1
 392  'bucketEmpty' => {
 393    :amount => 1,
 394    :ingredients => {
 395      'Iron Ingot' => 3,
 396    }
 397  },
 398  
 399  # product:"'Flint and Steel'" amount:1
 400  'Flint and Steel' => {
 401    :amount => 1,
 402    :ingredients => {
 403      'Iron Ingot' => 1,
 404      'Flint' => 1,
 405    }
 406  },
 407  
 408  # product:"'Bread'" amount:1
 409  'Bread' => {
 410    :amount => 1,
 411    :ingredients => {
 412      'Wheat' => 3,
 413    }
 414  },
 415  
 416  # product:"'Wooden Stairs'" amount:4
 417  'Wooden Stairs' => {
 418    :amount => 4,
 419    :ingredients => {
 420      'Wooden Planks' => 6,
 421    }
 422  },
 423  
 424  # product:"'Fishing Rod'" amount:1
 425  
 426  # WARNING!! no lang found for silk
 427  'Fishing Rod' => {
 428    :amount => 1,
 429    :ingredients => {
 430      'silk' => 2,
 431      'Stick' => 3,
 432    }
 433  },
 434  
 435  # product:"'Stone Stairs'" amount:4
 436  'Stone Stairs' => {
 437    :amount => 4,
 438    :ingredients => {
 439      'Cobblestone' => 6,
 440    }
 441  },
 442  
 443  # product:"'Brick Stairs'" amount:4
 444  'Brick Stairs' => {
 445    :amount => 4,
 446    :ingredients => {
 447      'Bricks' => 6,
 448    }
 449  },
 450  
 451  # product:"'Stone Brick Stairs'" amount:4
 452  'Stone Brick Stairs' => {
 453    :amount => 4,
 454    :ingredients => {
 455      'Stone Bricks' => 6,
 456    }
 457  },
 458  
 459  # product:"'Nether Brick Stairs'" amount:4
 460  'Nether Brick Stairs' => {
 461    :amount => 4,
 462    :ingredients => {
 463      'Nether Brick' => 6,
 464    }
 465  },
 466  
 467  # product:"'Painting'" amount:1
 468  'Painting' => {
 469    :amount => 1,
 470    :ingredients => {
 471      'Stick' => 8,
 472      'Pink Wool' => 1,
 473    }
 474  },
 475  
 476  # product:"'Golden Apple'" amount:1
 477  
 478  # WARNING!! no lang found for appleRed
 479  'Golden Apple' => {
 480    :amount => 1,
 481    :ingredients => {
 482      'appleRed' => 1,
 483      'Block of Gold' => 8,
 484    }
 485  },
 486  
 487  # product:"'Lever'" amount:1
 488  'Lever' => {
 489    :amount => 1,
 490    :ingredients => {
 491      'Stick' => 1,
 492      'Cobblestone' => 1,
 493    }
 494  },
 495  
 496  # product:"'Redstone Torch'" amount:1
 497  'Redstone Torch' => {
 498    :amount => 1,
 499    :ingredients => {
 500      'Stick' => 1,
 501      'Redstone' => 1,
 502    }
 503  },
 504  
 505  
 506  # WARNING!! no lang found for redstoneRepeater
 507  # product:"'redstoneRepeater'" amount:1
 508  'redstoneRepeater' => {
 509    :amount => 1,
 510    :ingredients => {
 511      'Stone' => 3,
 512      'Redstone' => 1,
 513      'Redstone Torch' => 2,
 514    }
 515  },
 516  
 517  
 518  # WARNING!! no lang found for pocketSundial
 519  # product:"'pocketSundial'" amount:1
 520  'pocketSundial' => {
 521    :amount => 1,
 522    :ingredients => {
 523      'Redstone' => 1,
 524      'Gold Ingot' => 4,
 525    }
 526  },
 527  
 528  # product:"'Compass'" amount:1
 529  'Compass' => {
 530    :amount => 1,
 531    :ingredients => {
 532      'Redstone' => 1,
 533      'Iron Ingot' => 4,
 534    }
 535  },
 536  
 537  # product:"'Map'" amount:1
 538  'Map' => {
 539    :amount => 1,
 540    :ingredients => {
 541      'Paper' => 8,
 542      'Compass' => 1,
 543    }
 544  },
 545  
 546  # product:"'Button'" amount:1
 547  'Button' => {
 548    :amount => 1,
 549    :ingredients => {
 550      'Stone' => 2,
 551    }
 552  },
 553  
 554  # product:"'Pressure Plate'" amount:1
 555  'Pressure Plate' => {
 556    :amount => 1,
 557    :ingredients => {
 558      'Stone' => 2,
 559    }
 560  },
 561  
 562  # product:"'Pressure Plate'" amount:1
 563  'Pressure Plate' => {
 564    :amount => 1,
 565    :ingredients => {
 566      'Wooden Planks' => 2,
 567    }
 568  },
 569  
 570  # product:"'Dispenser'" amount:1
 571  'Dispenser' => {
 572    :amount => 1,
 573    :ingredients => {
 574      'Redstone' => 1,
 575      'Cobblestone' => 7,
 576      'Bow' => 1,
 577    }
 578  },
 579  
 580  # product:"'Piston'" amount:1
 581  'Piston' => {
 582    :amount => 1,
 583    :ingredients => {
 584      'Wooden Planks' => 3,
 585      'Redstone' => 1,
 586      'Cobblestone' => 4,
 587      'Iron Ingot' => 1,
 588    }
 589  },
 590  
 591  # product:"'Sticky Piston'" amount:1
 592  
 593  # WARNING!! no lang found for slimeBall
 594  'Sticky Piston' => {
 595    :amount => 1,
 596    :ingredients => {
 597      'Piston' => 1,
 598      'slimeBall' => 1,
 599    }
 600  },
 601  
 602  # product:"'Bed'" amount:1
 603  'Bed' => {
 604    :amount => 1,
 605    :ingredients => {
 606      'Wooden Planks' => 3,
 607      'Pink Wool' => 3,
 608    }
 609  },
 610  
 611  # product:"'Enchantment Table'" amount:1
 612  
 613  # WARNING!! no lang found for diamond
 614  'Enchantment Table' => {
 615    :amount => 1,
 616    :ingredients => {
 617      'Book' => 1,
 618      'diamond' => 2,
 619      'Obsidian' => 4,
 620    }
 621  },
 622  
 623  }