Tim
2015-01-18 9087abcde029b12a8d21f90bf71fdf85ecff7d86
technic/machines/register/centrifuge_recipes.lua
@@ -33,6 +33,10 @@
   end
end
if minetest.get_modpath("farming") then
   table.insert(recipes, { "farming:wheat 4", "farming:seed_wheat 3", "default:dry_shrub 1" })
end
for _, data in pairs(recipes) do
   technic.register_separating_recipe({ input = { data[1] }, output = { data[2], data[3] } })
end