diff --git a/homedecor_doors_and_gates/init.lua b/homedecor_doors_and_gates/init.lua index 9e506493..951b2073 100644 --- a/homedecor_doors_and_gates/init.lua +++ b/homedecor_doors_and_gates/init.lua @@ -184,7 +184,6 @@ for _, door in ipairs(door_list) do if door.alpha then local def = table.copy(minetest.registered_nodes[nn_a]) def.use_texture_alpha = "blend" - --def.mesh = "door_a.obj" -- leaving this out will break the _a model minetest.register_node(":"..nn_a, def) -- assignment when the override takes place def = table.copy(minetest.registered_nodes[nn_b])