From e749dfe39f2bb7a871fd8de17bd1d2faa34188a2 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 13 Nov 2018 21:02:18 -0700 Subject: [PATCH] apparently set_lighting and calc_lighting are only supposed to be called on mapgen voxelmanipulators --- volcanoes.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/volcanoes.lua b/volcanoes.lua index 3a24a31..4acc14c 100644 --- a/volcanoes.lua +++ b/volcanoes.lua @@ -140,9 +140,6 @@ local patch_func = function(patch_area, patch_content) if changes_made then --send data back to voxelmanip map_vm:set_data(patch_data) - --calc lighting - map_vm:set_lighting({day = 0, night = 0}) - map_vm:calc_lighting() --write it to world map_vm:write_to_map() end