Go to file
Jordan Irwin e6dda7a21d Increment version to 0.2 2017-08-30 10:47:41 -07:00
docs Update documentation 2017-08-02 23:28:17 -07:00
LICENSE.txt Commit version 0.1 2017-08-02 22:22:18 -07:00
README.md Read overrides from file 2017-08-04 00:22:21 -07:00
api.lua Only register alias if source & target names are not the same 2017-08-07 20:59:22 -07:00
description.txt Commit version 0.1 2017-08-02 22:22:18 -07:00
init.lua User 'core.after' function to ensure items to be overridden are loaded 2017-08-30 10:40:46 -07:00
logging.lua Commit version 0.1 2017-08-02 22:22:18 -07:00
mod.conf Increment version to 0.2 2017-08-30 10:47:41 -07:00

README.md

Override Mod for Minetest


Description:

A mod to simplify overriding craft items. Overriding other types of objects may be supported in the future.

Overrides can be adding using a file named overrides.txt in the world path directory. The formatting is as follows:

Each new line represents an override:

alias1,alias2,...;target

In the example above, each existing item (alias1, alias2, etc) will be unregistered & re-added as an alias of target.


Licensing:


Requirements:

  • Depends: none

Documentation: