Очистка лишних данных
Добавлен рецепт паутины
This commit is contained in:
Hell13Cat
2022-01-24 00:01:22 +03:00
parent 1d911c685a
commit 5c7e909c35
381 changed files with 24 additions and 57603 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:string_to_cobweb"
},
"tags": [ "crafting_table" ],
"pattern": [
"# #",
" # ",
"# #"
],
"key": {
"#": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:web"
}
}
}