Files
IMoO/recipes/banner_pattern_skull.json
T
2022-01-23 21:24:12 +03:00

26 lines
448 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:banner_pattern_skull"
},
"tags": [ "crafting_table" ],
"group": "banner_pattern",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:skull",
"data": 1
}
],
"result": {
"item": "minecraft:banner_pattern",
"data": 1
}
}
}