mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-06-30 15:10:45 +02:00
Version MFF
This commit is contained in:
4
worldedit_infinity/init.lua
Normal file → Executable file
4
worldedit_infinity/init.lua
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
worldedit = worldedit or {}
|
||||
worldedit = rawget(_G, "worldedit") or {}
|
||||
local minetest = minetest --local copy of global
|
||||
|
||||
local get_pointed = function(pos, nearest, distance)
|
||||
@ -100,4 +100,4 @@ worldedit.raytrace = function(pos, dir, callback)
|
||||
intersectz = intersectz + componentz
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user