Me bridge retrieve() and craft()
alandoyle95 opened this issue ยท 6 comments
off the docs (http://peripheralsplusplus.readthedocs.org/en/latest/peripherals/me_bridge/)
retrieve(string itemId, number amount, string or number directionToDeposit)
craft(string itemId, number amount)
trying to run this..
You're passing "4" and "5" as the id rather than "minecraft:cobblestone" or "minecraft:planks"
Mojang abstracted item ids a while ago. The ID, on the outermost level, is no longer a number, but a string like "minecraft:stone"