diff --git a/src/main/resources/data/createindustry/recipes/casting/test_caasting.json b/src/main/resources/data/createindustry/recipes/casting/test_caasting.json deleted file mode 100644 index 66d142ab..00000000 --- a/src/main/resources/data/createindustry/recipes/casting/test_caasting.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "createindustry:casting", - "ingredients": [ - { - "fluid": "createindustry:heavy_oil", - "amount": 1 - } - ], - "processingTime": 300, - "results": [ - { - "count": 1, - "item": "createindustry:steel_ingot" - } - , - { - "count": 1, - "item": "createindustry:steel_block" - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/casting/test_casting.json b/src/main/resources/data/createindustry/recipes/casting/test_casting.json deleted file mode 100644 index d56f4fd5..00000000 --- a/src/main/resources/data/createindustry/recipes/casting/test_casting.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "createindustry:casting", - "ingredients": [ - { - "fluid": "createindustry:gasoline", - "amount": 1 - } - ], - "processingTime": 200, - "results": [ - { - "count": 1, - "item": "createindustry:aluminum_ingot" - } - , - { - "count": 1, - "item": "createindustry:aluminum_block" - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/coking/test_coking.json b/src/main/resources/data/createindustry/recipes/coking/test_coking.json deleted file mode 100644 index 3db42ac3..00000000 --- a/src/main/resources/data/createindustry/recipes/coking/test_coking.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "createindustry:coking", - "ingredients": [ - { - "count": 20, - "item": "minecraft:coal" - } - ], - "processingTime": 200, - "results": [ - { - "count": 20, - "item": "createindustry:coal_coke" - } - , - { - "fluid": "createindustry:heavy_oil", - "amount": 4 - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/coking/test_coking_aaaaa.json b/src/main/resources/data/createindustry/recipes/coking/test_coking_aaaaa.json deleted file mode 100644 index c8ebaa2b..00000000 --- a/src/main/resources/data/createindustry/recipes/coking/test_coking_aaaaa.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "createindustry:coking", - "ingredients": [ - { - "item": "minecraft:sand" - } - ], - "processingTime": 200, - "results": [ - { - "item": "minecraft:red_sand" - }, - { - "fluid": "createindustry:creosote", - "amount": 30 - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json deleted file mode 100644 index 634a66f2..00000000 --- a/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "createindustry:distillation", - "ingredients": [ - - { - "fluid": "createindustry:heavy_oil", - "nbt": {}, - "amount": 90 - } - ], - "results": [ - { - "fluid": "createindustry:diesel", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "item": "createindustry:steel_ingot" - - }, - { - "item": "minecraft:air" - - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/distillation/naphtha.json b/src/main/resources/data/createindustry/recipes/distillation/naphtha.json deleted file mode 100644 index a2ee67f2..00000000 --- a/src/main/resources/data/createindustry/recipes/distillation/naphtha.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "createindustry:distillation", - "ingredients": [ - - { - "fluid": "createindustry:naphtha", - "nbt": {}, - "amount": 9 - } - ], - "results": [ - { - "fluid": "createindustry:propylene", - "amount": 3 - }, - { - "fluid": "createindustry:ethylene", - "amount": 3 - }, - { - "fluid": "createindustry:ethylene", - "amount": 3 - }, - { - "item": "minecraft:air" - - }, - { - "item": "minecraft:air" - - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json deleted file mode 100644 index de33efd5..00000000 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "type": "createindustry:advanced_distillation", - "ingredients": [ - - { - "fluid": "createindustry:heavy_oil", - "nbt": {}, - "amount": 90 - } - ], - "results": [ - { - "fluid": "createindustry:diesel", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - }, - { - "fluid": "createindustry:lubrication_oil", - "amount": 30 - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json deleted file mode 100644 index 949c47bc..00000000 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "createindustry:advanced_distillation", - "ingredients": [ - - { - "fluid": "createindustry:naphtha", - "nbt": {}, - "amount": 9 - } - ], - "results": [ - { - "fluid": "createindustry:propylene", - "amount": 3 - }, - { - "fluid": "createindustry:ethylene", - "amount": 3 - }, - { - "fluid": "createindustry:ethylene", - "amount": 3 - } - , - { - "fluid": "createindustry:ethylene", - "amount": 3 - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json deleted file mode 100644 index 73f87591..00000000 --- a/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "createindustry:advanced_distillation", - "ingredients": [ - - { - "fluid": "createindustry:diesel", - "nbt": {}, - "amount": 5 - } - ], - "results": [ - { - "fluid": "createindustry:propylene", - "amount": 3 - } - ] - - -} diff --git a/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blast.json b/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blast.json deleted file mode 100644 index 5dcc96d4..00000000 --- a/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blast.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "createindustry:industrial_blasting", - "ingredients": [ - { - "count": 20, - "item": "minecraft:coal" - } - ], - "processingTime": 200, - "results": [ - { - "fluid": "createindustry:creosote", - "amount": 30 - }, - { - "fluid": "createindustry:heavy_oil", - "amount": 4 - } - - ] -} \ No newline at end of file diff --git a/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blasting_aaaaa.json b/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blasting_aaaaa.json deleted file mode 100644 index 2cb93bc7..00000000 --- a/src/main/resources/data/createindustry/recipes/industrial_blasting/test_blasting_aaaaa.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "createindustry:industrial_blasting", - "ingredients": [ - { - "item": "minecraft:sand" - } - ], - "processingTime": 200, - "results": [ - { - "fluid": "createindustry:creosote", - "amount": 30 - }, - { - "fluid": "createindustry:creosote", - "amount": 30 - } - - ] -} \ No newline at end of file