minecraft-src/data/minecraft/recipe/creeper_banner_pattern.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
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"
}
}