Christopher Head
2019-01-26 4f78a69ffc714886c9d6e812f78d543bb33fe674
technic/machines/MV/lighting.lua
@@ -49,7 +49,7 @@
local dirs2 = {9,  18,  7, 12}
local technic_homedecor_rotate_and_place = function(itemstack, placer, pointed_thing)
   if not technic_homedecor_node_is_owned(pointed_thing.under, placer)
   if not technic_homedecor_node_is_owned(pointed_thing.under, placer)
      and not technic_homedecor_node_is_owned(pointed_thing.above, placer) then
      local node = minetest.get_node(pointed_thing.under)
      if not minetest.registered_nodes[node.name] or not minetest.registered_nodes[node.name].on_rightclick then
@@ -76,7 +76,7 @@
            if not minetest.registered_nodes[minetest.get_node(pos1).name]["buildable_to"] then return end
            if iswall then
            if iswall then
               minetest.add_node(pos1, {name = wield_name, param2 = dirs2[fdir+1] }) -- place wall variant
            elseif isceiling then
               minetest.add_node(pos1, {name = wield_name, param2 = 20 }) -- place upside down variant