16 lines
229 B
JSON
16 lines
229 B
JSON
{
|
|
"type": "crafting_shapeless",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:stone",
|
|
"data": 3
|
|
},
|
|
{
|
|
"item": "minecraft:quartz"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:stone",
|
|
"data": 1
|
|
}
|
|
} |