Skip to content

Instantly share code, notes, and snippets.

@ClobberXD
Created June 18, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ClobberXD/dcad549244f84b89e617fe932150c9f4 to your computer and use it in GitHub Desktop.
Save ClobberXD/dcad549244f84b89e617fe932150c9f4 to your computer and use it in GitHub Desktop.
LVM
local pos1 = ...
local pos2 = ...
local lvm = VoxelManip(lvm_p1, lvm_p2) -- or minetest.get_voxel_manip(pos1, pos2)
lvm:write_to_map(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment