mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
Starbeamrainbowlabs
b816133716
This rovides an abstraction to fetch a worldedit command's definition, regardless of where it was registered. We would normally expect all commands to be registered in wea_c.registered_commands, but before we only do a one-off pass to import commands from worldedit should a new mod we aren't aware of register a command with worldedit and get loaded after us, we won't detect it - hencee the need for this function.
4 lines
213 B
Text
4 lines
213 B
Text
name = worldeditadditions
|
|
description = Extra tools and commands to extend WorldEdit for Minetest
|
|
depends = worldedit
|
|
optional_depends = worldeditadditions_core, bonemeal, cool_trees, default, moretrees, ethereal
|