Crafting using Any Iron Ingot, Any Iron Nugget and Stick, arranged in the pattern shown. Produces Kitchen Shovel.
- Inputs
- Any Iron Ingot
- Any Iron Nugget
- Stick
- Output
- → Kitchen Shovel
item· Tools
Kitchen Shovel is an item from Kaleidoscope Cookery, crafted from Any Iron Ingot, Any Iron Nugget, and Stick.
kaleidoscope_cookery:kitchen_shovelkaleidoscope_cookerykaleidoscope_cookerykaleidoscope_cookery:items/cookery_mod_items kaleidoscope_cookery:items/kitchen_shovel minecraft:items/shovels
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I ",
" N ",
" S"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"N": {
"tag": "forge:nuggets/iron"
},
"S": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}