34 lines
538 B
JSON
34 lines
538 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:gunpowder"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" . ",
|
|
"#X#",
|
|
" "
|
|
],
|
|
"key": {
|
|
".": {
|
|
"item": "minecraft:coal",
|
|
"data": 0
|
|
},
|
|
"#": {
|
|
"item": "minecraft:sugar"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:gunpowder",
|
|
"count": 3
|
|
}
|
|
}
|
|
}
|