Files
IMoO/recipes_old/cobweb_to_string.json
2022-01-24 20:17:51 +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
}
}
}