32 lines
554 B
JSON
32 lines
554 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:lime_stained_hardened_clay"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "stained_hardened_clay",
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:hardened_clay"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:dye",
|
|
"data": 10
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stained_hardened_clay",
|
|
"data": 5,
|
|
"count": 8
|
|
}
|
|
}
|
|
}
|