Crafting using Copper Ingot, Treated Stick and Any Planks, arranged in the pattern shown. Produces Cutting Board.
Cutting Board
Pam's HarvestCraft 2 - Food Core · by Pamela Collins, ie MatrexsVigil, PamHarvestCraft
Acquisition
Developer reference
- Registry name
pamhc2foodcore:cuttingboarditem- Namespace
pamhc2foodcore- Mod ID
pamhc2foodcore- Tags (1)
forge:items/tool_cuttingboard/cuttingboard
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"a ",
" b ",
" c"
],
"ingredients": {
"a": {
"tag": "forge:ingots/copper"
},
"b": {
"tag": "forge:rods/wooden"
},
"c": {
"tag": "minecraft:planks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
