Re-remove redundant stone to copper recipies

These are dealt with by the stone_tool_materials tag
This commit is contained in:
Sergeant Acoustic 2025-08-27 00:58:53 +01:00
parent 7d532a1d32
commit fa3e749363
5 changed files with 0 additions and 85 deletions

View file

@ -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
}

View file

@ -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
}

View file

@ -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
}

View file

@ -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
}

View file

@ -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
}