diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust.json index 76a149099..3a328e515 100644 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust.json +++ b/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - }, - { - "item": "techreborn:basalt_small_dust" - } - ], - "result": { - "item": "techreborn:basalt_dust" - } +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "techreborn:coal_small_dust" + }, + { + "item": "techreborn:obsidian_small_dust" + },` + { + "item": "techreborn:coal_small_dust" + }, + { + "item": "techreborn:obsidian_small_dust" + } + ], + "result": { + "item": "techreborn:basalt_dust" + } } \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json new file mode 100644 index 000000000..76a149099 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_table/dust/basalt_dust_from_small.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "techreborn:basalt_small_dust" + }, + { + "item": "techreborn:basalt_small_dust" + }, + { + "item": "techreborn:basalt_small_dust" + }, + { + "item": "techreborn:basalt_small_dust" + } + ], + "result": { + "item": "techreborn:basalt_dust" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust.json index c1b1657aa..c2543a8bc 100644 --- a/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust.json +++ b/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust.json @@ -2,16 +2,16 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "techreborn:marble_small_dust" + "item": "techreborn:obsidian_small_dust" }, { - "item": "techreborn:marble_small_dust" + "item": "techreborn:diorite_dust" }, { - "item": "techreborn:marble_small_dust" + "item": "techreborn:diorite_dust" }, { - "item": "techreborn:marble_small_dust" + "item": "techreborn:diorite_dust" } ], "result": { diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json b/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json new file mode 100644 index 000000000..c1b1657aa --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_table/dust/marble_dust_from_small.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "techreborn:marble_small_dust" + }, + { + "item": "techreborn:marble_small_dust" + }, + { + "item": "techreborn:marble_small_dust" + }, + { + "item": "techreborn:marble_small_dust" + } + ], + "result": { + "item": "techreborn:marble_dust" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/andesite_dust.json b/src/main/resources/data/techreborn/recipes/grinder/andesite_dust.json new file mode 100644 index 000000000..b57f6e237 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/grinder/andesite_dust.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:grinder", + "power": 4, + "time": 270, + "ingredients": [ + { + "item": "minecraft:andesite" + } + ], + "results": [ + { + "item": "techreborn:andesite_dust", + "count": 2 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_granite.json b/src/main/resources/data/techreborn/recipes/grinder/granite.json similarity index 58% rename from src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_granite.json rename to src/main/resources/data/techreborn/recipes/grinder/granite.json index 334e21519..41b85f58a 100644 --- a/src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_granite.json +++ b/src/main/resources/data/techreborn/recipes/grinder/granite.json @@ -1,16 +1,17 @@ { "type": "techreborn:grinder", - "power": 2, - "time": 720, + "power": 4, + "time": 270, "ingredients": [ { "item": "minecraft:granite", - "count": 4 + "count": 1 } ], "results": [ { - "item": "techreborn:quartz_dust" + "item": "techreborn:granite_dust", + "count": 2 } ] }