sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

//overlay on water #38

Closed VorTechnix closed 3 years ago

VorTechnix commented 3 years ago

The overlay command will overlay on top of water nodes. That can be useful sometimes but when creating marshes, fields, papyrus stands or other stuff it is rather annoying: 2021-03-01 13_41_49-Minetest 5 3 0  OpenGL 4 6 0 My suggestion is to make add and option to make the command hydrophobic or make a separate command that is.

sbrl commented 3 years ago

Oh, this is a great spot. I've recently fixed //fillcaves and //conv to work underwater, but I wasn't aware that //overlay was affected as well. I'll fix this now.

With worldeditadditions.is_liquidlike(), I'll fix it not to place nodes on top of any liquid.