diff --git a/src/main/resources/data/techreborn/recipes/chemical_reactor/calciumcarbonate.json b/src/main/resources/data/techreborn/recipes/chemical_reactor/calciumcarbonate.json new file mode 100644 index 000000000..b4c723def --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/chemical_reactor/calciumcarbonate.json @@ -0,0 +1,21 @@ +{ + "type": "techreborn:chemical_reactor", + "power": 30, + "time": 800, + "ingredients": [ + { + "fluid": "techreborn:carbon" + }, + { + "fluid": "techreborn:calcium" + } + ], + "results": [ + { + "item": "techreborn:cell", + "tag": { + "fluid": "techreborn:calciumcarbonate" + } + } + ] +}