23 lines
342 B
JSON
23 lines
342 B
JSON
|
|
{
|
||
|
|
"type": "minecraft:crafting_shaped",
|
||
|
|
"category": "misc",
|
||
|
|
"key": {
|
||
|
|
"#": {
|
||
|
|
"tag": "minecraft:stone_crafting_materials"
|
||
|
|
},
|
||
|
|
"U": {
|
||
|
|
"item": "minecraft:minecart"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"pattern": [
|
||
|
|
"###",
|
||
|
|
"#U#",
|
||
|
|
"###"
|
||
|
|
],
|
||
|
|
"result": {
|
||
|
|
"item": "minecraft:furnace_minecart"
|
||
|
|
},
|
||
|
|
"show_notification": true
|
||
|
|
}
|
||
|
|
|