removed useless function and included potato

master
Alexsandro Percy 2020-05-17 19:50:12 -03:00
parent 3b9b9de106
commit f0ef2d3642
1 changed files with 2 additions and 8 deletions

View File

@ -52,16 +52,10 @@ local ferment = {
{"default:papyrus", modname .. ":biofuel"},
{"farming:wheat", modname .. ":biofuel"},
{"farming:corn", modname .. ":biofuel"},
{"farming:baked_potato", modname .. ":biofuel"}
{"farming:baked_potato", modname .. ":biofuel"},
{"farming:potato", modname .. ":biofuel"}
}
local function get_pointer_angle(energy)
local angle = energy * 18
angle = angle - 90
angle = angle * -1
return angle
end
-- distiller
biofueldistiller_formspec = "size[8,9]"
.. "list[current_name;src;2,1;1,1;]"