removed useless function and included potato
This commit is contained in:
parent
3b9b9de106
commit
f0ef2d3642
10
init.lua
10
init.lua
@ -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;]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user