Go to file
Ken Bull bf81a3b032 Added screenshots and copyright notice. 2012-09-09 06:45:39 -04:00
home_positions adding initial mods 2012-09-09 05:09:08 -04:00
player_data adding initial mods 2012-09-09 05:09:08 -04:00
screenshots Added screenshots and copyright notice. 2012-09-09 06:45:39 -04:00
stairs2 fixed a bug in stairs2 and filled in the README 2012-09-09 06:26:55 -04:00
README.md More text for the README 2012-09-09 06:27:52 -04:00

README.md

minetest_mods

Various mods for minetest.

For mods without their own README, consider these CC0 or WTFPL.

player_data

Allows you to associate persistent data with a particular player name (or other string).

home_positions

Adds a new command, '/home', which allows a player to set their respawn point. Also adds '/where', which reports the player's position, and '/killme', which kills the player.

This mod depends on player_data.

stairs2

Modifies the default stairs mod to allow other mods to define new stairs and slabs, and adds desert stone and glass stairs and slabs.

This mod depends on default and stairs, and uses code derived from the stairs mod.

This mod is licensed under LGPL 2.1. See the README.txt file in the mod directory for more information.