Рецепты могильных предметов

This commit is contained in:
Hell13Cat
2022-02-06 08:21:10 +03:00
parent 5b4a4df0ec
commit 133fccd0a9
5 changed files with 81 additions and 6 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [
0,
4,
40
41
],
"min_engine_version": [
1,
@@ -23,7 +23,7 @@
"version": [
0,
4,
40
41
]
}
],
@@ -33,7 +33,7 @@
"version": [
0,
4,
40
41
]
}
]
+24
View File
@@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_1"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stone"
}
},
"result": {
"item": "imoo:grave_1",
"count": 6
}
}
}
+26
View File
@@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_2"
},
"tags": [
"crafting_table"
],
"pattern": [
" | ",
"|||",
" | "
],
"key": {
"|": {
"item": "minecraft:cobblestone_wall",
"data": 4
}
},
"result": {
"item": "imoo:grave_2",
"count": 3
}
}
}
+25
View File
@@ -0,0 +1,25 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_3"
},
"tags": [
"crafting_table"
],
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stone"
}
},
"result": {
"item": "imoo:grave_3",
"count": 6
}
}
}