mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-08 01:20:23 +02:00
remove legacy hack
This commit is contained in:
@ -184,7 +184,6 @@ for _, door in ipairs(door_list) do
|
|||||||
if door.alpha then
|
if door.alpha then
|
||||||
local def = table.copy(minetest.registered_nodes[nn_a])
|
local def = table.copy(minetest.registered_nodes[nn_a])
|
||||||
def.use_texture_alpha = "blend"
|
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
|
minetest.register_node(":"..nn_a, def) -- assignment when the override takes place
|
||||||
|
|
||||||
def = table.copy(minetest.registered_nodes[nn_b])
|
def = table.copy(minetest.registered_nodes[nn_b])
|
||||||
|
Reference in New Issue
Block a user