Рецепты могильных предметов
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user