Fix mirrored toppart texture

This commit is contained in:
FossFanatic 2023-05-27 15:05:25 +00:00
parent 43035b05fa
commit ba62654804
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ function mcl_doors:register_door(name, def)
end
local _t_3_def = table.copy(template_def)
_t_3_def.tiles = {texture_top_mirrored .. "^[transformFY", "blank.png", texture_top_side, texture_top_side_mirrored, texture_top, texture_top_mirrored}
_t_3_def.tiles = {texture_top_toppart_mirrored .. "^[transformFY", "blank.png", texture_top_side, texture_top_side_mirrored, texture_top, texture_top_mirrored}
_t_3_def.after_destruct = function(top, oldnode)
local meta_top = minetest_get_meta(top)
if meta_top:get_int("rotation") == 1 then