Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. //VALS
  2. val blue = <ore:dyeBlue>;
  3. val red = <ore:dyeRed>;
  4. val green = <ore:dyeGreen>;
  5. val yellow = <ore:dyeYellow>;
  6. val stone = <ore:stone>;
  7. val towerPlank = <TwilightForest:tile.TFTowerStone:0>;
  8. val darkLog = <TwilightForest:tile.TFLog:3>;
  9. val bloodDrop = <TConstruct:jerky:7>;
  10. val redstone = <ore:dustRedstone>;
  11. val ghast = <ore:itemGhastTear>;
  12. val oak = <minecraft:sapling:0>;
  13. val compass = <minecraft:compass>;
  14. val tree1 = <TwilightForest:tile.TFSapling:0>;
  15. val tree2 = <TwilightForest:tile.TFSapling:1>;
  16. val tree3 = <TwilightForest:tile.TFSapling:2>;
  17. val tree4 = <TwilightForest:tile.TFSapling:3>;
  18. val tree5 = <TwilightForest:tile.TFSapling:4>;
  19. val tree6 = <TwilightForest:tile.TFSapling:6>;
  20. val map = <minecraft:map>;
  21. val mazeMap = <TwilightForest:item.mazeMap>;
  22. val paper = <minecraft:paper>;
  23.  
  24. //Recipes
  25. recipes.addShaped(<TwilightForest:tile.TFAuroraBrick>*8, [[towerPlank, blue, towerPlank], [red, towerPlank, green], [towerPlank, yellow, towerPlank]]);
  26. recipes.addShaped(<TwilightForest:tile.TFTowerStone:0>*4, [[darkLog, darkLog, darkLog], [darkLog, darkLog, darkLog], [darkLog, darkLog, darkLog]]);
  27. recipes.addShaped(<TwilightForest:item.carminite>, [[bloodDrop, redstone, bloodDrop], [redstone, ghast, redstone], [bloodDrop, redstone, bloodDrop]]);
  28. recipes.addShaped(<TwilightForest:tile.TFSapling:0>, [[oak, bloodDrop, oak], [null, null, null], [null, null, null]]);
  29. recipes.addShapeless(<TwilightForest:tile.TFSapling:1>, [tree1]);
  30. recipes.addShapeless(<TwilightForest:tile.TFSapling:2>, [tree2]);
  31. recipes.addShapeless(<TwilightForest:tile.TFSapling:3>, [tree3]);
  32. recipes.addShapeless(<TwilightForest:tile.TFSapling:4>, [tree4]);
  33. recipes.addShaped(<TwilightForest:tile.TFSapling:5>, [[tree1, tree1, tree1], [tree1, compass, tree1], [tree1, tree1, tree1]]);
  34. recipes.addShaped(<TwilightForest:tile.TFSapling:6>, [[tree1, tree1, tree1], [tree1, <TwilightForest:tile.TFAuroraBrick>, tree1], [tree1, tree1, tree1]]);
  35. recipes.addShaped(<TwilightForest:tile.TFSapling:7>, [[tree1, tree6, tree1], [tree6, <minecraft:stone_pickaxe>, tree6], [tree1, tree6, tree1]]);
  36. recipes.addShaped(<TwilightForest:tile.TFSapling:8>, [[tree1, tree6, tree1], [tree6, <ExtraUtilities:pipes:8>, tree6], [tree1, tree6, tree1]]);
  37. recipes.addShaped(<TwilightForest:tile.TFSapling:9>, [[tree1, blue, tree1], [red, tree6, green], [tree1, yellow, tree1]]);
  38. recipes.addShaped(<TwilightForest:tile.TFFireJet:0>*2, [[stone, stone, stone], [<minecraft:blaze_powder>, <minecraft:blaze_powder>, <minecraft:blaze_powder>], [stone, stone, stone]]);
  39. recipes.addShaped(<TwilightForest:tile.TFMazestone:0>*16, [[stone, stone, stone], [stone, mazeMap, stone], [stone, stone, stone]]);
  40. recipes.addShaped(<TwilightForest:item.mazeMap>, [[map, paper, paper], [paper, map, paper], [paper, paper, map]]);
  41. recipes.addShapeless(<TwilightForest:tile.TFNagastone:1>, [<chisel:stone_snakestone:1>]);
  42. recipes.addShapeless(<TwilightForest:tile.TFNagastone:13>, [<TwilightForest:tile.TFNagastone:1>]);