Files
neochrome/pack/config/paxi/datapacks/trees/data/kitchenkarrot/recipes/knife.json
2026-01-24 05:19:02 -07:00

20 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:iron_sword"
},
"n": {
"item": "minecraft:iron_nugget"
}
},
"pattern": [
" #",
"n "
],
"result": {
"item": "kitchenkarrot:knife"
},
"show_notification": true
}