diff --git a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e index 7506fd14..7f8ea1f5 100644 --- a/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e +++ b/src/generated/resources/.cache/9047e4e94996e73e9dfde3738763637fb609e07e @@ -1,2 +1,2 @@ -// 1.19.2 2023-10-28T23:43:34.6950741 Create: The Factory Must Grow's lang merger -43b115bf54cb42493e329667e1ba2f20f7a4a23b assets/createindustry/lang/en_us.json +// 1.19.2 2023-10-27T21:47:47.1044045 Create: The Factory Must Grow's lang merger +95a719fd28dbeb2111aaa82df44727ab8847bb27 assets/tfmg/lang/en_us.json diff --git a/src/main/resources/data/createindustry/recipes/casting/test_caasting.json b/src/main/resources/data/createindustry/recipes/casting/test_caasting.json new file mode 100644 index 00000000..66d142ab --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/casting/test_caasting.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 00000000..d56f4fd5 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/casting/test_casting.json @@ -0,0 +1,22 @@ +{ + "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/distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json new file mode 100644 index 00000000..634a66f2 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/distillation/heavy_oil.json @@ -0,0 +1,35 @@ +{ + "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/fractional_distillation/heavy_oil.json b/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json new file mode 100644 index 00000000..de33efd5 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/fractional_distillation/heavy_oil.json @@ -0,0 +1,39 @@ +{ + "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 new file mode 100644 index 00000000..949c47bc --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/fractional_distillation/naphtha.json @@ -0,0 +1,32 @@ +{ + "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 new file mode 100644 index 00000000..73f87591 --- /dev/null +++ b/src/main/resources/data/createindustry/recipes/fractional_distillation/sussy.json @@ -0,0 +1,19 @@ +{ + "type": "createindustry:advanced_distillation", + "ingredients": [ + + { + "fluid": "createindustry:diesel", + "nbt": {}, + "amount": 5 + } + ], + "results": [ + { + "fluid": "createindustry:propylene", + "amount": 3 + } + ] + + +}