Re-remove redundant stone to copper recipies
These are dealt with by the stone_tool_materials tag
This commit is contained in:
parent
7d532a1d32
commit
fa3e749363
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 11",
|
||||
" 21",
|
||||
" 2 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:copper_ingot"},
|
||||
"2":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:stone_axe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 11",
|
||||
" 2 ",
|
||||
" 2 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:copper_ingot"},
|
||||
"2":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:stone_hoe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"111",
|
||||
" 2 ",
|
||||
" 2 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:copper_ingot"},
|
||||
"2":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:stone_pickaxe"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 1 ",
|
||||
" 2 ",
|
||||
" 2 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:copper_ingot"},
|
||||
"2":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:stone_shovel"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 1 ",
|
||||
" 1 ",
|
||||
" 2 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:copper_ingot"},
|
||||
"2":{"item":"minecraft:stick"}
|
||||
},
|
||||
"result": {
|
||||
"item":"minecraft:stone_sword"
|
||||
},
|
||||
"show_notification":true
|
||||
}
|
||||
Loading…
Reference in a new issue