Files
IMoO/recipes/cobweb_to_string.json
T
2022-01-23 21:24:12 +03: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
}
}
}