mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-26 01:03:45 +01:00
changed version to 0.03
This commit is contained in:
parent
8944b77c51
commit
7599c70ffe
5
init.lua
5
init.lua
@ -164,11 +164,6 @@ local function turnleft(dir)
|
|||||||
return minetest.facedir_to_dir((facedir + 3) % 4)
|
return minetest.facedir_to_dir((facedir + 3) % 4)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
if minetest.get_node_or_nil(pos) ~= nil then
|
|
||||||
return false
|
|
||||||
end
|
|
||||||
|
|
||||||
----------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
|
||||||
-- Check space for mast and arm
|
-- Check space for mast and arm
|
||||||
----------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user