diff --git a/src/main/resources/data/shitmod/recipes/gold_axe.json b/src/main/resources/data/shitmod/recipes/gold_axe.json new file mode 100644 index 0000000..e9afca7 --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/gold_axe.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:stone_axe"}, + "addition": {"item":"minecraft:gold_ingot"}, + "result": {"item":"minecraft:gold_axe"} +} \ No newline at end of file diff --git a/src/main/resources/data/shitmod/recipes/gold_hoe.json b/src/main/resources/data/shitmod/recipes/gold_hoe.json new file mode 100644 index 0000000..45d80fe --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/gold_hoe.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:stone_hoe"}, + "addition": {"item":"minecraft:gold_ingot"}, + "result": {"item":"minecraft:gold_hoe"} +} \ No newline at end of file diff --git a/src/main/resources/data/shitmod/recipes/gold_pickaxe.json b/src/main/resources/data/shitmod/recipes/gold_pickaxe.json new file mode 100644 index 0000000..192892d --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/gold_pickaxe.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:stone_pickaxe"}, + "addition": {"item":"minecraft:gold_ingot"}, + "result": {"item":"minecraft:gold_pickaxe"} +} \ No newline at end of file diff --git a/src/main/resources/data/shitmod/recipes/gold_shovel.json b/src/main/resources/data/shitmod/recipes/gold_shovel.json new file mode 100644 index 0000000..28aec71 --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/gold_shovel.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:stone_shovel"}, + "addition": {"item":"minecraft:gold_ingot"}, + "result": {"item":"minecraft:gold_shovel"} +} \ No newline at end of file diff --git a/src/main/resources/data/shitmod/recipes/gold_sword.json b/src/main/resources/data/shitmod/recipes/gold_sword.json new file mode 100644 index 0000000..3811a8d --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/gold_sword.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:stone_sword"}, + "addition": {"item":"minecraft:gold_ingot"}, + "result": {"item":"minecraft:gold_sword"} +} \ No newline at end of file