23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:dripstone_block_from_pointed_dripstone"
|
|
},
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"XX",
|
|
"XX"
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:pointed_dripstone"
|
|
}
|
|
},
|
|
"result": [
|
|
{ "item": "minecraft:dripstone_block" }
|
|
]
|
|
}
|
|
}
|