mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
VM: Update liquids after writing to map
This commit is contained in:
parent
bc1e16fbc6
commit
27f3b9f3d9
@ -1771,8 +1771,8 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||
if lvm_used then
|
||||
vm:set_data(data)
|
||||
vm:calc_lighting(nil, nil, shadow)
|
||||
vm:update_liquids()
|
||||
vm:write_to_map()
|
||||
vm:update_liquids()
|
||||
end
|
||||
|
||||
local biomemap = minetest.get_mapgen_object("biomemap")
|
||||
|
Loading…
Reference in New Issue
Block a user