#Issues in creating custom crafting recipe [1.21.3]
12 messages · Page 1 of 1 (latest)
"type": "minecraft:crafting_shaped",
"pattern": [
" F ",
" C ",
" "
],
"key": {
"F": {
"tag": "minecraft:feather"
},
"C": {
"item": "minecraft:copper"
}
},
"result": {
"id": "useful_copper:copper_dart",
"count": 4
}
}```
Here's the code in the json file
here is it's location
my mod id IS useful_copper
1.21.3?
yep
they changed the recipe format
Damn
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": "rose_gold:rose_gold_upgrade_smithing_template",
"B": "minecraft:iron_ingot",
"C": "#minecraft:stone_crafting_materials"
},
"pattern": [
"BAB",
"BCB",
"BBB"
],
"result": {
"count": 2,
"id": "rose_gold:rose_gold_upgrade_smithing_template"
}
}
seems like they're changing everything up