building_lib/hacks.lua
BuckarooBanzay 1ef14ced41 add hacks
2022-11-10 19:58:58 +01:00

5 lines
338 B
Lua

-- disable mapblock sending optimization
-- the optimization does somehow not work with aligned full/empty(air) mapblocks
-- and resulted in weird unloaded areas in the distance
-- <insert rant about minetest emerge/loading mess here>
minetest.settings:set("block_send_optimize_distance", minetest.settings:get("max_block_send_distance"))