commit
9c70d75a08
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:iron_shovel"},
|
||||
"addition": {"item":"minecraft:diamond"},
|
||||
"result": {"item":"minecraft:diamond_shovel"}
|
||||
}
|
6
src/main/resources/data/shitmod/recipes/gold_axe.json
Normal file
6
src/main/resources/data/shitmod/recipes/gold_axe.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:stone_axe"},
|
||||
"addition": {"item":"minecraft:gold_ingot"},
|
||||
"result": {"item":"minecraft:gold_axe"}
|
||||
}
|
6
src/main/resources/data/shitmod/recipes/gold_hoe.json
Normal file
6
src/main/resources/data/shitmod/recipes/gold_hoe.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:stone_hoe"},
|
||||
"addition": {"item":"minecraft:gold_ingot"},
|
||||
"result": {"item":"minecraft:gold_hoe"}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:stone_pickaxe"},
|
||||
"addition": {"item":"minecraft:gold_ingot"},
|
||||
"result": {"item":"minecraft:gold_pickaxe"}
|
||||
}
|
6
src/main/resources/data/shitmod/recipes/gold_shovel.json
Normal file
6
src/main/resources/data/shitmod/recipes/gold_shovel.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:stone_shovel"},
|
||||
"addition": {"item":"minecraft:gold_ingot"},
|
||||
"result": {"item":"minecraft:gold_shovel"}
|
||||
}
|
6
src/main/resources/data/shitmod/recipes/gold_sword.json
Normal file
6
src/main/resources/data/shitmod/recipes/gold_sword.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smithing",
|
||||
"base": {"item":"minecraft:stone_sword"},
|
||||
"addition": {"item":"minecraft:gold_ingot"},
|
||||
"result": {"item":"minecraft:gold_sword"}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user