diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/black_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/black_pigment_extract.json new file mode 100644 index 0000000000..abb2ba38a3 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/black_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:black_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:black" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/blue_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/blue_pigment_extract.json new file mode 100644 index 0000000000..3dd128caf1 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/blue_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:blue_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:blue" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/brown_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/brown_pigment_extract.json new file mode 100644 index 0000000000..588a6b86ee --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/brown_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:brown_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:brown" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/cyan_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/cyan_pigment_extract.json new file mode 100644 index 0000000000..b32e7d3f73 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/cyan_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:cyan_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:cyan" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/gray_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/gray_pigment_extract.json new file mode 100644 index 0000000000..46c60e4dbf --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/gray_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:gray_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:gray" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/green_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/green_pigment_extract.json new file mode 100644 index 0000000000..174ce768aa --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/green_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:green_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:green" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_blue_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_blue_pigment_extract.json new file mode 100644 index 0000000000..8a43d4e57d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_blue_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:light_blue_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:light_blue" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_gray_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_gray_pigment_extract.json new file mode 100644 index 0000000000..7c24dc4c16 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/light_gray_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:light_gray_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:light_gray" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/lime_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/lime_pigment_extract.json new file mode 100644 index 0000000000..259fea32d2 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/lime_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:lime_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:lime" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/magenta_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/magenta_pigment_extract.json new file mode 100644 index 0000000000..4f572ef387 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/magenta_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:magenta_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:magenta" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/orange_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/orange_pigment_extract.json new file mode 100644 index 0000000000..29ee4dad5d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/orange_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:orange_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:orange" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/pink_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/pink_pigment_extract.json new file mode 100644 index 0000000000..8ddc745b21 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/pink_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:pink_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:pink" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/purple_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/purple_pigment_extract.json new file mode 100644 index 0000000000..2a199c2f41 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/purple_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:purple_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:purple" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/red_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/red_pigment_extract.json new file mode 100644 index 0000000000..c75902e9f9 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/red_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:red_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:red" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/white_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/white_pigment_extract.json new file mode 100644 index 0000000000..591b3c88cb --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/white_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:white_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:white" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/yellow_pigment_extract.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/yellow_pigment_extract.json new file mode 100644 index 0000000000..3b1dc0078a --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment/yellow_pigment_extract.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:yellow_pigment" + } + }, + "output": { + "amount": 768.0, + "pigment": "mekanism:yellow" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/black_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/black_block.json new file mode 100644 index 0000000000..4acaffae5f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/black_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:black_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:black" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/blue_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/blue_block.json new file mode 100644 index 0000000000..9a8384d845 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/blue_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:blue_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:blue" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/brown_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/brown_block.json new file mode 100644 index 0000000000..36da22894c --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/brown_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:brown_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:brown" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/cyan_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/cyan_block.json new file mode 100644 index 0000000000..cd9ded3f4f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/cyan_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:cyan_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:cyan" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/gray_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/gray_block.json new file mode 100644 index 0000000000..76894c0502 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/gray_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:gray_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:gray" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/green_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/green_block.json new file mode 100644 index 0000000000..dfa1327b99 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/green_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:green_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:green" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_blue_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_blue_block.json new file mode 100644 index 0000000000..0f7194576d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_blue_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:light_blue_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:light_blue" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_gray_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_gray_block.json new file mode 100644 index 0000000000..6f2fec3d24 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/light_gray_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:light_gray_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:light_gray" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/lime_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/lime_block.json new file mode 100644 index 0000000000..7ee40b2de7 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/lime_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:lime_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:lime" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/magenta_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/magenta_block.json new file mode 100644 index 0000000000..6f31b9ed7c --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/magenta_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:magenta_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:magenta" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/orange_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/orange_block.json new file mode 100644 index 0000000000..ad4ac20703 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/orange_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:orange_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:orange" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/pink_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/pink_block.json new file mode 100644 index 0000000000..0b91028cfb --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/pink_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:pink_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:pink" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/purple_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/purple_block.json new file mode 100644 index 0000000000..2592fd869d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/purple_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:purple_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:purple" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/red_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/red_block.json new file mode 100644 index 0000000000..fb6ea4f65f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/red_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:red_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:red" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/white_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/white_block.json new file mode 100644 index 0000000000..a2118d0967 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/white_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:white_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:white" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/yellow_block.json b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/yellow_block.json new file mode 100644 index 0000000000..d916c69d64 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/pigment_extracting/pigment_block/yellow_block.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:pigment_extracting", + "input": { + "ingredient": { + "item": "spectrum:yellow_block" + } + }, + "output": { + "amount": 6912, + "pigment": "mekanism:yellow" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_block.json b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_block.json new file mode 100644 index 0000000000..048416b563 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_block.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_copper_block" + } + }, + "output": { + "amount": 7200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_copper" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_cluster.json b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_cluster.json new file mode 100644 index 0000000000..5ced8d6832 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_cluster.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:copper_cluster" + } + }, + "output": { + "amount": 3200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_copper" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_resource.json b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_resource.json new file mode 100644 index 0000000000..f4ccf06776 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/copper/slurry/clean/from_pure_resource.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_copper" + } + }, + "output": { + "amount": 800, + "chemicalType": "slurry", + "slurry": "mekanism:clean_copper" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_block.json b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_block.json new file mode 100644 index 0000000000..85e2686bab --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_block.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_gold_block" + } + }, + "output": { + "amount": 7200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_gold" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_cluster.json b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_cluster.json new file mode 100644 index 0000000000..139e43c2d2 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_cluster.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:gold_cluster" + } + }, + "output": { + "amount": 3200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_gold" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_resource.json b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_resource.json new file mode 100644 index 0000000000..3677103b5e --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/gold/slurry/clean/from_pure_resource.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_gold" + } + }, + "output": { + "amount": 800, + "chemicalType": "slurry", + "slurry": "mekanism:clean_gold" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_block.json b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_block.json new file mode 100644 index 0000000000..e8779c3d29 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_block.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_iron_block" + } + }, + "output": { + "amount": 7200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_iron" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_cluster.json b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_cluster.json new file mode 100644 index 0000000000..5dd32e5acf --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_cluster.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:iron_cluster" + } + }, + "output": { + "amount": 3200, + "chemicalType": "slurry", + "slurry": "mekanism:clean_iron" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_resource.json b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_resource.json new file mode 100644 index 0000000000..666375f17b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/processing/iron/slurry/clean/from_pure_resource.json @@ -0,0 +1,26 @@ +{ + "type": "mekanism:dissolution", + "gasInput": { + "amount": 2, + "gas": "mekanism:sulfuric_acid" + }, + "itemInput": { + "amount": 1, + "ingredient": { + "item": "spectrum:pure_iron" + } + }, + "output": { + "amount": 800, + "chemicalType": "slurry", + "slurry": "mekanism:clean_iron" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/door/chestnut_noxwood_door.json b/src/main/resources/data/mekanism/recipes/sawing/door/chestnut_noxwood_door.json new file mode 100644 index 0000000000..6045f66080 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/door/chestnut_noxwood_door.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:chestnut_noxwood_door" + } + }, + "mainOutput": { + "item": "spectrum:chestnut_noxwood_planks", + "count": 2 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/door/ebony_noxwood_door.json b/src/main/resources/data/mekanism/recipes/sawing/door/ebony_noxwood_door.json new file mode 100644 index 0000000000..39649cfe2b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/door/ebony_noxwood_door.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ebony_noxwood_door" + } + }, + "mainOutput": { + "item": "spectrum:ebony_noxwood_planks", + "count": 2 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/door/ivory_noxwood_door.json b/src/main/resources/data/mekanism/recipes/sawing/door/ivory_noxwood_door.json new file mode 100644 index 0000000000..f53f5a9e27 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/door/ivory_noxwood_door.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ivory_noxwood_door" + } + }, + "mainOutput": { + "item": "spectrum:ivory_noxwood_planks", + "count": 2 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/door/slate_noxwood_door.json b/src/main/resources/data/mekanism/recipes/sawing/door/slate_noxwood_door.json new file mode 100644 index 0000000000..08249f2830 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/door/slate_noxwood_door.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:slate_noxwood_door" + } + }, + "mainOutput": { + "item": "spectrum:slate_noxwood_planks", + "count": 2 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/door/weeping_gala_door.json b/src/main/resources/data/mekanism/recipes/sawing/door/weeping_gala_door.json new file mode 100644 index 0000000000..cb0ee7c529 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/door/weeping_gala_door.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:weeping_gala_door" + } + }, + "mainOutput": { + "item": "spectrum:weeping_gala_planks", + "count": 2 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/black_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/black_gate.json new file mode 100644 index 0000000000..2f0d6f066f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/black_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:black_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:black_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/blue_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/blue_gate.json new file mode 100644 index 0000000000..4c57a9ceab --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/blue_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:blue_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:blue_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/brown_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/brown_gate.json new file mode 100644 index 0000000000..020cd43bed --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/brown_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:brown_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:brown_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/chestnut_noxwood_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/chestnut_noxwood_gate.json new file mode 100644 index 0000000000..8ef726c964 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/chestnut_noxwood_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:chestnut_noxwood_fence_gate" + } + }, + "mainOutput": { + "count": 2, + "item": "spectrum:chestnut_noxwood_planks" + }, + "secondaryChance": 1, + "secondaryOutput": { + "count": 4, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/cyan_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/cyan_gate.json new file mode 100644 index 0000000000..e98f782c46 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/cyan_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:cyan_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:cyan_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ebony_noxwood_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ebony_noxwood_gate.json new file mode 100644 index 0000000000..31ba102a57 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ebony_noxwood_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ebony_noxwood_fence_gate" + } + }, + "mainOutput": { + "count": 2, + "item": "spectrum:ebony_noxwood_planks" + }, + "secondaryChance": 1, + "secondaryOutput": { + "count": 4, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/gray_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/gray_gate.json new file mode 100644 index 0000000000..916563fec5 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/gray_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:gray_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:gray_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/green_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/green_gate.json new file mode 100644 index 0000000000..0c079b6533 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/green_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:green_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:green_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ivory_noxwood_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ivory_noxwood_gate.json new file mode 100644 index 0000000000..3072e56236 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/ivory_noxwood_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ivory_noxwood_fence_gate" + } + }, + "mainOutput": { + "count": 2, + "item": "spectrum:ivory_noxwood_planks" + }, + "secondaryChance": 1, + "secondaryOutput": { + "count": 4, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_blue_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_blue_gate.json new file mode 100644 index 0000000000..70ca7decba --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_blue_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:light_blue_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:light_blue_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_gray_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_gray_gate.json new file mode 100644 index 0000000000..d79a1241d0 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/light_gray_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:light_gray_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:light_gray_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/lime_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/lime_gate.json new file mode 100644 index 0000000000..5315c9950e --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/lime_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:lime_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:lime_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/magenta_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/magenta_gate.json new file mode 100644 index 0000000000..2efb9ff12d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/magenta_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:magenta_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:magenta_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/orange_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/orange_gate.json new file mode 100644 index 0000000000..d52f3d4938 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/orange_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:orange_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:orange_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/pink_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/pink_gate.json new file mode 100644 index 0000000000..010c467f57 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/pink_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:pink_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:pink_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/purple_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/purple_gate.json new file mode 100644 index 0000000000..2c7f101516 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/purple_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:purple_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:purple_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/red_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/red_gate.json new file mode 100644 index 0000000000..39c20594a5 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/red_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:red_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:red_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/slate_noxwood_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/slate_noxwood_gate.json new file mode 100644 index 0000000000..740a294df1 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/slate_noxwood_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:slate_noxwood_fence_gate" + } + }, + "mainOutput": { + "count": 2, + "item": "spectrum:slate_noxwood_planks" + }, + "secondaryChance": 1, + "secondaryOutput": { + "count": 4, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/weeping_gala_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/weeping_gala_gate.json new file mode 100644 index 0000000000..b7d996f13f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/weeping_gala_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:weeping_gala_fence_gate" + } + }, + "mainOutput": { + "count": 2, + "item": "spectrum:weeping_gala_planks" + }, + "secondaryChance": 1, + "secondaryOutput": { + "count": 4, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/white_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/white_gate.json new file mode 100644 index 0000000000..2449853a4b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/white_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:white_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:white_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/fence_gate/yellow_gate.json b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/yellow_gate.json new file mode 100644 index 0000000000..9defa21854 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/fence_gate/yellow_gate.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:yellow_fence_gate" + } + }, + "mainOutput": { + "count": 2.0, + "item": "spectrum:yellow_planks" + }, + "secondaryChance": 1.0, + "secondaryOutput": { + "count": 4.0, + "item": "minecraft:stick" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/black_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/black_planks.json new file mode 100644 index 0000000000..a1acff1b13 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/black_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:black_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:black_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:black_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/blue_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/blue_planks.json new file mode 100644 index 0000000000..e946766138 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/blue_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:blue_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:blue_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:blue_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/brown_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/brown_planks.json new file mode 100644 index 0000000000..ceb92dd2d1 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/brown_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:brown_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:brown_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:brown_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/chestnut_noxwood_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/chestnut_noxwood_planks.json new file mode 100644 index 0000000000..ae646ce22b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/chestnut_noxwood_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:chestnut_noxcap_stems" + } + }, + "mainOutput": { + "count": 6, + "item": "spectrum:chestnut_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "item": "mekanism:sawdust", + "count": 1 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/cyan_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/cyan_planks.json new file mode 100644 index 0000000000..7462a843ba --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/cyan_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:cyan_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:cyan_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:cyan_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/ebony_noxwood_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/ebony_noxwood_planks.json new file mode 100644 index 0000000000..ad9fb24c62 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/ebony_noxwood_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:ebony_noxcap_stems" + } + }, + "mainOutput": { + "count": 6, + "item": "spectrum:ebony_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "item": "mekanism:sawdust", + "count": 1 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/gray_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/gray_planks.json new file mode 100644 index 0000000000..68b68991f1 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/gray_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:gray_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:gray_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:gray_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/green_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/green_planks.json new file mode 100644 index 0000000000..1cd225ff11 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/green_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:green_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:green_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:green_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/ivory_noxwood_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/ivory_noxwood_planks.json new file mode 100644 index 0000000000..4f302f5db7 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/ivory_noxwood_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:ivory_noxcap_stems" + } + }, + "mainOutput": { + "count": 6, + "item": "spectrum:ivory_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "item": "mekanism:sawdust", + "count": 1 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/light_blue_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/light_blue_planks.json new file mode 100644 index 0000000000..7b6a943d66 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/light_blue_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:light_blue_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:light_blue_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:light_blue_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/light_gray_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/light_gray_planks.json new file mode 100644 index 0000000000..ab3b09dc2c --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/light_gray_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:light_gray_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:light_gray_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:light_gray_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/lime_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/lime_planks.json new file mode 100644 index 0000000000..2a83c430a6 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/lime_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:lime_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:lime_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:lime_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/magenta_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/magenta_planks.json new file mode 100644 index 0000000000..41525d8d80 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/magenta_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:magenta_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:magenta_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:magenta_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/orange_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/orange_planks.json new file mode 100644 index 0000000000..ca47ab7e1c --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/orange_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:orange_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:orange_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:orange_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/pink_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/pink_planks.json new file mode 100644 index 0000000000..03d3594d22 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/pink_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:pink_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:pink_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:pink_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/purple_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/purple_planks.json new file mode 100644 index 0000000000..a1444d8758 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/purple_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:purple_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:purple_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:purple_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/red_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/red_planks.json new file mode 100644 index 0000000000..aaf07b36f1 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/red_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:red_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:red_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:red_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/slate_noxwood_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/slate_noxwood_planks.json new file mode 100644 index 0000000000..12e857035b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/slate_noxwood_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:slate_noxcap_stems" + } + }, + "mainOutput": { + "count": 6, + "item": "spectrum:slate_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "item": "mekanism:sawdust", + "count": 1 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/weeping_gala_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/weeping_gala_planks.json new file mode 100644 index 0000000000..fa3c23a945 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/weeping_gala_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:weeping_gala_logs" + } + }, + "mainOutput": { + "count": 6, + "item": "spectrum:weeping_gala_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "item": "mekanism:sawdust", + "count": 1 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/white_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/white_planks.json new file mode 100644 index 0000000000..d75d11f0ab --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/white_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:white_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:white_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:white_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/logs/yellow_planks.json b/src/main/resources/data/mekanism/recipes/sawing/logs/yellow_planks.json new file mode 100644 index 0000000000..dc39491915 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/logs/yellow_planks.json @@ -0,0 +1,25 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "tag": "spectrum:yellow_logs" + } + }, + "mainOutput": { + "count": 6.0, + "item": "spectrum:yellow_planks" + }, + "secondaryChance": 0.35, + "secondaryOutput": { + "item": "spectrum:yellow_pigment", + "count": 1.0 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/blue_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/blue_plate.json new file mode 100644 index 0000000000..aef0cb6023 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/blue_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:blue_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:blue_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/brown_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/brown_plate.json new file mode 100644 index 0000000000..eb269d5a7a --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/brown_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:brown_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:brown_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/chestnut_noxwood_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/chestnut_noxwood_plate.json new file mode 100644 index 0000000000..07eb8b6602 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/chestnut_noxwood_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:chestnut_noxwood_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:chestnut_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/cyan_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/cyan_plate.json new file mode 100644 index 0000000000..b1fdbc12d0 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/cyan_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:cyan_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:cyan_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ebony_noxwood_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ebony_noxwood_plate.json new file mode 100644 index 0000000000..03ffee8c1a --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ebony_noxwood_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ebony_noxwood_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:ebony_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/gray_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/gray_plate.json new file mode 100644 index 0000000000..40e10a3f7d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/gray_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:gray_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:gray_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/green_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/green_plate.json new file mode 100644 index 0000000000..edcaeb7cd5 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/green_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:green_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:green_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ivory_noxwood_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ivory_noxwood_plate.json new file mode 100644 index 0000000000..a586564cec --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/ivory_noxwood_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ivory_noxwood_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:ivory_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_blue_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_blue_plate.json new file mode 100644 index 0000000000..4e782e673d --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_blue_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:light_blue_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:light_blue_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_gray_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_gray_plate.json new file mode 100644 index 0000000000..f1ca984115 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/light_gray_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:light_gray_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:light_gray_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/lime_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/lime_plate.json new file mode 100644 index 0000000000..10fe1448ca --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/lime_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:lime_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:lime_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/magenta_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/magenta_plate.json new file mode 100644 index 0000000000..a19423d41f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/magenta_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:magenta_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:magenta_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/orange_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/orange_plate.json new file mode 100644 index 0000000000..529929f5e2 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/orange_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:orange_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:orange_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/pink_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/pink_plate.json new file mode 100644 index 0000000000..f95bbb08aa --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/pink_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:pink_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:pink_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/purple_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/purple_plate.json new file mode 100644 index 0000000000..d72814cdb0 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/purple_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:purple_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:purple_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/red_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/red_plate.json new file mode 100644 index 0000000000..f96ea291c8 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/red_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:red_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:red_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/slate_noxwood_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/slate_noxwood_plate.json new file mode 100644 index 0000000000..90e074ae12 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/slate_noxwood_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:slate_noxwood_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:slate_noxwood_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/weeeping_gala_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/weeeping_gala_plate.json new file mode 100644 index 0000000000..e5dd44c990 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/weeeping_gala_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:weeping_gala_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:weeping_gala_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/white_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/white_plate.json new file mode 100644 index 0000000000..24a850a25e --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/white_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:white_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:white_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/yellow_plate.json b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/yellow_plate.json new file mode 100644 index 0000000000..e0a4438db8 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/pressure_plate/yellow_plate.json @@ -0,0 +1,24 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:yellow_pressure_plate" + } + }, + "mainOutput": { + "item": "spectrum:yellow_planks" + }, + "secondaryChance": 0.25, + "secondaryOutput": { + "count": 2.0, + "item": "mekanism:sawdust" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/trapdoor/chestnut_noxwood_trapdoor.json b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/chestnut_noxwood_trapdoor.json new file mode 100644 index 0000000000..d3bf9f4ac5 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/chestnut_noxwood_trapdoor.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:chestnut_noxwood_trapdoor" + } + }, + "mainOutput": { + "item": "spectrum:chestnut_noxwood_planks", + "count": 3 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ebony_noxwood_trapdoor.json b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ebony_noxwood_trapdoor.json new file mode 100644 index 0000000000..4af716e4d4 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ebony_noxwood_trapdoor.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ebony_noxwood_trapdoor" + } + }, + "mainOutput": { + "item": "spectrum:ebony_noxwood_planks", + "count": 3 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ivory_noxwood_trapdoor.json b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ivory_noxwood_trapdoor.json new file mode 100644 index 0000000000..ced327be13 --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/ivory_noxwood_trapdoor.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:ivory_noxwood_trapdoor" + } + }, + "mainOutput": { + "item": "spectrum:ivory_noxwood_planks", + "count": 3 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/trapdoor/slate_noxwood_trapdoor.json b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/slate_noxwood_trapdoor.json new file mode 100644 index 0000000000..7e57e2cc8f --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/slate_noxwood_trapdoor.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:slate_noxwood_trapdoor" + } + }, + "mainOutput": { + "item": "spectrum:slate_noxwood_planks", + "count": 3 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +} diff --git a/src/main/resources/data/mekanism/recipes/sawing/trapdoor/weeping_gala_trapdoor.json b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/weeping_gala_trapdoor.json new file mode 100644 index 0000000000..1e6e5c418b --- /dev/null +++ b/src/main/resources/data/mekanism/recipes/sawing/trapdoor/weeping_gala_trapdoor.json @@ -0,0 +1,20 @@ +{ + "type": "mekanism:sawing", + "input": { + "ingredient": { + "item": "spectrum:weeping_gala_trapdoor" + } + }, + "mainOutput": { + "item": "spectrum:weeping_gala_planks", + "count": 3 + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "mekanism" + ] + } + ] +}