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

New command: //fillcaves #23

Closed sbrl closed 4 years ago

sbrl commented 4 years ago

When we're using //conv with the intention of using //layers, we sometimes get 'caves' occurring whereby we have a relatively thin 'crust' of nodes above a cavern of air. It would be great to have a command to fill these in with a given node. It could take the following form:

//fillcaves [<node_name>]

Example invocations:

//fillcaves
//fillcaves stone
//fillcaves dirt

Perhaps it could default to stone?