rom1504 / minecraft-crafter

Tells you how to get any item by crafting in minecraft
http://rom1504.github.io/web-minecraft-crafter/
4 stars 0 forks source link

minecraft-crafter

NPM version Build Status Tonic

Tells you how to get any item by crafting in minecraft

Demo at there web-minecraft-crafter

Example

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"

Documentation