Place doors to the close side of block instead of the far side

此提交包含在:
Perttu Ahola
2012-03-31 00:31:06 +03:00
父節點 de13e8f1fa
當前提交 48a76211a8

查看文件

@@ -115,13 +115,13 @@ local on_door_placed = function( pos, node, placer )
dir = placer:get_look_dir()
if round( dir.x ) == 1 then
newparam = WALLPX
elseif round( dir.x ) == -1 then
newparam = WALLMX
elseif round( dir.x ) == -1 then
newparam = WALLPX
elseif round( dir.z ) == 1 then
newparam = WALLPZ
elseif round( dir.z ) == -1 then
newparam = WALLMZ
elseif round( dir.z ) == -1 then
newparam = WALLPZ
end
if und.name == 'air' then