Revert custom diamond gear recipe
This commit is contained in:
parent
575dac66bc
commit
cd2a5a9d22
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 11",
|
||||
" 21",
|
||||
" 3 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"},
|
||||
"3":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_axe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"1 1",
|
||||
"121"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_boots"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"121",
|
||||
"111",
|
||||
"111"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_chestplate"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"111",
|
||||
"121"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_helmet"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"11",
|
||||
"23",
|
||||
" 3"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"},
|
||||
"3":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_hoe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"111",
|
||||
"121",
|
||||
"1 1"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_leggings"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"121",
|
||||
" 3 ",
|
||||
" 3 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"},
|
||||
"3":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_pickaxe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"1",
|
||||
"2",
|
||||
"3"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"},
|
||||
"3":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_shovel"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"12",
|
||||
"1 ",
|
||||
"3 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
"2":{"item":"minecraft:magma_cream"},
|
||||
"3":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:diamond_sword"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
Loading…
Reference in a new issue