Tells you how to get any item by crafting in minecraft
Demo at there web-minecraft-crafter
const findItemOrBlockByName=require("minecraft-data")("1.8").findItemOrBlockByName;
const niceCraft=require("minecraft-crafter").niceCraft;
const craft=require("minecraft-crafter").craft;
console.log(niceCraft(craft({id:findItemOrBlockByName("stone_pickaxe").id,count:1})));
Will output "Get 3 Cobblestone, 1 Wood then craft in order 4 Wood Planks, 4 Stick, 1 Stone Pickaxe"