Files
minecraft-assets/data/minecraft/recipes/creeper_banner_pattern.json
2024-04-22 09:53:17 +02:00

16 lines
266 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:creeper_head"
}
],
"result": {
"count": 1,
"id": "minecraft:creeper_banner_pattern"
}
}