From 75f14c145c723fc989359df0c39b54e619bbaa26 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Fri, 18 Jun 2021 12:13:42 +0300 Subject: [PATCH] Removed astromine compat --- .../compressor/fools_gold_plate.json | 18 ------------------ .../compressor/lunum_plate.json | 18 ------------------ .../compressor/meteoric_steel_plate.json | 18 ------------------ .../compressor/metite_plate.json | 18 ------------------ .../compressor/netherite_plate.json | 18 ------------------ .../compressor/rose_gold_plate.json | 18 ------------------ .../compressor/stellum_plate.json | 18 ------------------ .../compressor/sterling_silver_plate.json | 18 ------------------ .../compressor/univite_plate.json | 18 ------------------ .../grinder/asterite_dust_from_cluster.json | 19 ------------------- .../grinder/asterite_dust_from_ore.json | 19 ------------------- .../grinder/galaxium_dust_from_cluster.json | 19 ------------------- .../grinder/galaxium_dust_from_ore.json | 19 ------------------- .../grinder/lunum_dust_from_ore.json | 19 ------------------- .../grinder/metite_dust_from_cluster.json | 19 ------------------- .../grinder/metite_dust_from_ore.json | 19 ------------------- .../metite_tiny_dust_from_cluster.json | 19 ------------------- .../grinder/metite_tiny_dust_from_ore.json | 19 ------------------- .../grinder/stellum_dust_from_cluster.json | 19 ------------------- .../grinder/stellum_dust_from_ore.json | 19 ------------------- 20 files changed, 371 deletions(-) delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/fools_gold_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/lunum_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/meteoric_steel_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/metite_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/netherite_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/rose_gold_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/stellum_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/sterling_silver_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/compressor/univite_plate.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_cluster.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_ore.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_cluster.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_ore.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/lunum_dust_from_ore.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_cluster.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_ore.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_cluster.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_ore.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_cluster.json delete mode 100644 src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_ore.json 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 deleted file mode 100644 index d3fb7efb7..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/fools_gold_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index 84dab41cd..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/lunum_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index ccf379b67..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/meteoric_steel_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index 69ff7e9e7..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/metite_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index c33a47ebb..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/netherite_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index 342f84191..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/rose_gold_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index d44958507..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/stellum_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index cd3f1a9bb..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/sterling_silver_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index d19f35ce1..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/compressor/univite_plate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_cluster.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_cluster.json deleted file mode 100644 index 7ef79cc6f..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_cluster.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_asterite_cluster" - } - ], - "results": [ - { - "item": "astromine:asterite_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_ore.json deleted file mode 100644 index 2a0077fe7..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/asterite_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_asterite_ore" - } - ], - "results": [ - { - "item": "astromine:asterite_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_cluster.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_cluster.json deleted file mode 100644 index 24b4338fc..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_cluster.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_galaxium_cluster" - } - ], - "results": [ - { - "item": "astromine:galaxium_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_ore.json deleted file mode 100644 index ea5751667..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/galaxium_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_galaxium_ore" - } - ], - "results": [ - { - "item": "astromine:galaxium_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/lunum_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/lunum_dust_from_ore.json deleted file mode 100644 index 8b97af2e5..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/lunum_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:moon_lunum_ore" - } - ], - "results": [ - { - "item": "astromine:lunum_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_cluster.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_cluster.json deleted file mode 100644 index eb109a742..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_cluster.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_metite_cluster" - } - ], - "results": [ - { - "item": "astromine:metite_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_ore.json deleted file mode 100644 index e8489b5a4..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_metite_ore" - } - ], - "results": [ - { - "item": "astromine:metite_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_cluster.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_cluster.json deleted file mode 100644 index 647faca77..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_cluster.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:meteor_metite_cluster" - } - ], - "results": [ - { - "item": "astromine:metite_tiny_dust", - "count": 3 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_ore.json deleted file mode 100644 index 3eebfa727..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/metite_tiny_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:meteor_metite_ore" - } - ], - "results": [ - { - "item": "astromine:metite_tiny_dust", - "count": 6 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_cluster.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_cluster.json deleted file mode 100644 index a42fc6bc3..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_cluster.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_stellum_cluster" - } - ], - "results": [ - { - "item": "astromine:stellum_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_ore.json b/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_ore.json deleted file mode 100644 index fa59171a0..000000000 --- a/src/main/resources/data/techreborn/recipes/astromine_compat/grinder/stellum_dust_from_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "techreborn:grinder", - "power": 5, - "time": 200, - "ingredients": [ - { - "item": "astromine:asteroid_stellum_ore" - } - ], - "results": [ - { - "item": "astromine:stellum_dust", - "count": 2 - } - ], - "conditions": { - "reborncore:mod": "astromine" - } -} \ No newline at end of file