ShadowNinja
2013-12-23 2df417feb75cf54fdf631d72baa9fa529dda14db
Localize generator fuel
1 files modified
4 ■■■ changed files
technic/machines/register/generator.lua 4 ●●● patch | view | raw | blame | history
technic/machines/register/generator.lua
@@ -96,7 +96,9 @@
                local inv = meta:get_inventory()
                if not inv:is_empty("src") then 
                    local fuellist = inv:get_list("src")
                    fuel = minetest.get_craft_result({method = "fuel", width = 1, items = fuellist})
                    local fuel = minetest.get_craft_result(
                            {method = "fuel", width = 1,
                            items = fuellist})
                    if not fuel or fuel.time == 0 then
                        meta:set_string("infotext", S("%s Out Of Fuel"):format(desc))
                        technic.swap_node(pos, "technic:"..ltier.."_generator")