Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/pumpkin_seeds.json

24 lines
370 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:pumpkin_seeds"
},
"tags": [ "crafting_table" ],
"pattern": [
"M"
],
"key": {
"M": {
"item": "minecraft:pumpkin"
}
},
"result": {
"item": "minecraft:pumpkin_seeds",
"count": 4
}
}
}