removing useless files

master
Alexsandro Percy 2020-04-24 11:15:04 -03:00
parent dc8b30f2ad
commit 75cdbab0d9
10 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,13 @@ local ferment = {
{"farming:baked_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;]"
@ -197,3 +204,4 @@ minetest.register_node( modname .. ":biofuel_distiller", {
return true
end,
})

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB