Skip to main content

Recipe

NameTypeDescription
shapeList<String>The shape of the recipe of the form ["aaa", "aaa", "aaa"], where letters correspond to some ingredient
ingredientsMap<char, Material>The ingredients of the recipe
{
"shape": [
"ddd",
"ddd",
"ddd"
],
"ingredients": {
"d": "DIAMOND"
}
}