Uberi / Minetest-WorldEdit

The ultimate in-game world editing tool for Minetest! Tons of functionality to help with building, fixing, and more.
https://forum.minetest.net/viewtopic.php?f=11&t=572
GNU Affero General Public License v3.0
160 stars 81 forks source link

Fix lights after placing a schematic #214

Closed Panquesito7 closed 1 year ago

Panquesito7 commented 1 year ago

Description

After placing a schematic in WorldEdit with code functions, the lights aren't fixed automatically and you have to manually fix them. It'd be great if those are automatically fixed after placing the schematic. This would make the process much easier and better for users as well.

What do you think? Thanks. 🙂

sfan5 commented 1 year ago

Usually placing a schematic should not break the lighting in that area. By "code functions" are you referring to the API? Or in-game commands?

Panquesito7 commented 1 year ago

Yes, the API. IIRC, in-game commands work fine, though.

sfan5 commented 1 year ago

In the case of the API I would put the responsibility on the user, worldedit.fixlight exists.