commit
6db112d9eb
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:gold_axe"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_axe"}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:gold_hoe"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_hoe"}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:gold_pickaxe"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_pickaxe"}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:gold_shovel"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_shovel"}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:gold_sword"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_sword"}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user