Created
June 18, 2018 15:54
-
-
Save ClobberXD/dcad549244f84b89e617fe932150c9f4 to your computer and use it in GitHub Desktop.
LVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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