kpoppel
2013-06-03 4f1a44a80b5522db60125f3018c0ce80fbb9e3b4
Removing ununsed textures.
Added more safety to item_drop to get around a fatal server halt issue.
1 files modified
10 files deleted
80 ■■■■■ changed files
item_drop/item_entity.lua 2 ●●● patch | view | raw | blame | history
technic/solar_panel_mv.lua 78 ●●●●● patch | view | raw | blame | history
technic/textures/technic_mv_solar_panel_bottom.png patch | view | raw | blame | history
technic/textures/technic_mv_solar_panel_side.png patch | view | raw | blame | history
technic/textures/technic_mv_solar_panel_top.png patch | view | raw | blame | history
technic/textures/technic_mv_solarpanel_bottom.png patch | view | raw | blame | history
technic/textures/technic_mv_solarpanel_side.png patch | view | raw | blame | history
technic/textures/technic_mv_solarpanel_top.png patch | view | raw | blame | history
technic/textures/technicx32/technic_mv_solar_panel_bottom.png patch | view | raw | blame | history
technic/textures/technicx32/technic_mv_solar_panel_side.png patch | view | raw | blame | history
technic/textures/technicx32/technic_mv_solar_panel_top.png patch | view | raw | blame | history
item_drop/item_entity.lua
@@ -109,7 +109,7 @@
            return
        end
        
        if minetest.registered_nodes[name].liquidtype == "flowing" then
        if minetest.registered_nodes[name] and minetest.registered_nodes[name].liquidtype == "flowing" then
            get_flowing_dir = function(self)
                local pos = self.object:getpos()
                local param2 = minetest.env:get_node(pos).param2
technic/solar_panel_mv.lua
File was deleted
technic/textures/technic_mv_solar_panel_bottom.png
Binary files differ
technic/textures/technic_mv_solar_panel_side.png
Binary files differ
technic/textures/technic_mv_solar_panel_top.png
Binary files differ
technic/textures/technic_mv_solarpanel_bottom.png
Binary files differ
technic/textures/technic_mv_solarpanel_side.png
Binary files differ
technic/textures/technic_mv_solarpanel_top.png
Binary files differ
technic/textures/technicx32/technic_mv_solar_panel_bottom.png
Binary files differ
technic/textures/technicx32/technic_mv_solar_panel_side.png
Binary files differ
technic/textures/technicx32/technic_mv_solar_panel_top.png
Binary files differ