You've already forked minecraft-assets
20 lines
291 B
JSON
20 lines
291 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"###",
|
|
"###",
|
|
" X "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:dark_oak_planks"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:dark_oak_sign",
|
|
"count": 3
|
|
}
|
|
} |