diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/soul_soil.json b/src/main/resources/data/techreborn/recipes/centrifuge/soul_soil.json new file mode 100644 index 000000000..35621ff18 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/centrifuge/soul_soil.json @@ -0,0 +1,34 @@ +{ + "type": "techreborn:centrifuge", + "power": 5, + "time": 2500, + "ingredients": [ + { + "item": "minecraft:soul_soil", + "count": 16 + }, + { + "item": "techreborn:cell", + "nbt": "null" + } + ], + "results": [ + { + "item": "minecraft:dirt", + "count": 8 + }, + { + "item": "techreborn:saltpeter_dust", + "count": 4 + }, + { + "item": "techreborn:coal_dust" + }, + { + "item": "techreborn:cell", + "nbt": { + "fluid": "techreborn:oil" + } + } + ] +}