diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/fools_gold_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/fools_gold_plate.json new file mode 100644 index 000000000..d3fb7efb7 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/fools_gold_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:fools_gold_ingot" + } + ], + "results": [ + { + "item": "astromine:fools_gold_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/lunum_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/lunum_plate.json new file mode 100644 index 000000000..84dab41cd --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/lunum_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:lunum_ingot" + } + ], + "results": [ + { + "item": "astromine:lunum_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/meteoric_steel_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/meteoric_steel_plate.json new file mode 100644 index 000000000..ccf379b67 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/meteoric_steel_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:meteoric_steel_ingot" + } + ], + "results": [ + { + "item": "astromine:meteoric_steel_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/metite_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/metite_plate.json new file mode 100644 index 000000000..69ff7e9e7 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/metite_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:metite_ingot" + } + ], + "results": [ + { + "item": "astromine:metite_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/netherite_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/netherite_plate.json new file mode 100644 index 000000000..c33a47ebb --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/netherite_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "minecraft:netherite_ingot" + } + ], + "results": [ + { + "item": "astromine:netherite_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/rose_gold_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/rose_gold_plate.json new file mode 100644 index 000000000..342f84191 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/rose_gold_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:rose_gold_ingot" + } + ], + "results": [ + { + "item": "astromine:rose_gold_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/stellum_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/stellum_plate.json new file mode 100644 index 000000000..d44958507 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/stellum_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:stellum_ingot" + } + ], + "results": [ + { + "item": "astromine:stellum_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/sterling_silver_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/sterling_silver_plate.json new file mode 100644 index 000000000..cd3f1a9bb --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/sterling_silver_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:sterling_silver_ingot" + } + ], + "results": [ + { + "item": "astromine:sterling_silver_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/univite_plate.json b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/univite_plate.json new file mode 100644 index 000000000..d19f35ce1 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/univite_plate.json @@ -0,0 +1,18 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "astromine:univite_ingot" + } + ], + "results": [ + { + "item": "astromine:univite_plate" + } + ], + "conditions": { + "reborncore:mod": "astromine" + } +} \ No newline at end of file