entitycontrol/README.md

2.0 KiB

Entity Control Function Library [entitycontrol]
Entity Control Function Library [entitycontrol]

About

This mod currently gives two functions: override_entity and unregister_entity. Using override_entity will allow you to change any aspect of the given entity type, while unregister_entity will remove the given entity from Minetest entirely.


Dependencies and Support

This mod has no dependencies, and no optional dependencies. It's designed to work alongside and for any mod.


License

The Apache 2.0 License is used with this mod. See http://www.apache.org/licenses/LICENSE-2.0 or LICENSE.md for more details.


Installation

Download, unzip, and place within the usual mods folder of your version of Minetest, and it will behave in relation to the Minetest engine like any other mod. Then, in your own mod, put "entitycontrol" into your depends.txt (if you don't have one, you can just create one and it'll work automatically) and call the functions in this mod however you like.