mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
Alias //flora to //bonemeal
This commit is contained in:
parent
75a17ed64f
commit
5232406dbb
1 changed files with 2 additions and 0 deletions
|
@ -59,3 +59,5 @@ function worldeditadditions.bonemeal(pos1, pos2, strength, chance)
|
||||||
|
|
||||||
return true, nodes_bonemealed, candidates
|
return true, nodes_bonemealed, candidates
|
||||||
end
|
end
|
||||||
|
|
||||||
|
worldedit.alias_command("flora", "bonemeal")
|
||||||
|
|
Loading…
Reference in a new issue