1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-07 17:10:23 +02:00

remove legacy hack

This commit is contained in:
unknown
2022-02-05 20:26:33 -05:00
parent 6359c38f05
commit e8f7a3efea

View File

@ -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])