1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-29 02:54:54 +00:00

Alias //flora to //bonemeal

This commit is contained in:
Starbeamrainbowlabs 2020-06-11 00:38:35 +01:00
parent 75a17ed64f
commit 5232406dbb
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -59,3 +59,5 @@ function worldeditadditions.bonemeal(pos1, pos2, strength, chance)
return true, nodes_bonemealed, candidates
end
worldedit.alias_command("flora", "bonemeal")