Плачущий обсидиан

This commit is contained in:
Hell13Cat
2022-01-24 19:26:16 +03:00
parent 0145842a2d
commit 4cb7edcab9
2 changed files with 31 additions and 4 deletions
+4 -4
View File
@@ -2,9 +2,9 @@
"format_version": 2,
"header": {
"description": "MW Recipes Behavior Pack",
"name": "MW Recipes",
"name": "MW Recipes 0.0.3",
"uuid": "ee649bcf-256c-4013-9068-6a802b19d756",
"version": [ 0, 0, 2 ],
"version": [ 0, 0, 3 ],
"min_engine_version": [ 1, 18, 0 ]
},
"modules": [
@@ -12,13 +12,13 @@
"description": "MW Recipes Behavior Pack",
"type": "data",
"uuid": "fa6e90c8-c925-460f-8355-c8a60b753caa",
"version": [0, 0, 2]
"version": [0, 0, 3]
}
],
"dependencies": [
{
"uuid": "66c6e9a8-3093-462a-9c36-dbb052765822",
"version": [0, 0, 2]
"version": [0, 0, 3]
}
]
}
+27
View File
@@ -0,0 +1,27 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crying_obsidian"
},
"tags": [ "crafting_table" ],
"pattern": [
"OGO",
"GOG",
"OGO"
],
"key": {
"O": {
"item": "minecraft:obsidian"
},
"G": {
"item": "minecraft:ghast_tear"
}
},
"result": {
"item": "minecraft:crying_obsidian",
"count": 4
}
}
}