1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 07:49:43 +00:00
bedrock-samples/behavior_pack/recipes/cobweb_to_string.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

21 lines
334 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:cobweb_to_string"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:web"
}
],
"result": {
"item": "minecraft:string",
"count": 9
}
}
}