17 lines
250 B
JSON
17 lines
250 B
JSON
{
|
|
"type": "crafting_shapeless",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:stone",
|
|
"data": 3
|
|
},
|
|
{
|
|
"item": "minecraft:cobblestone"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:stone",
|
|
"data": 5,
|
|
"count": 2
|
|
}
|
|
} |