Page 1 of 1

[Modpack] General Utilities and Stairs

PostPosted: Sun Sep 09, 2012 10:56
by LlubNek
Currently contains three mods: player_data, home_positions and stairs2

player_data doesn't add anything to the game by itself, but is intended to be used by other mods. It allows you to store persistent data associated with a particular player or string.

home_positions allows a player to set their respawn point with a new '/home' command. It also includes '/where', which reports the player position, and '/killme', which kills the player.

stairs2 modifies the default stairs mod so that you can register new stair and slab types, and adds glass and desert stone stairs and slabs.

I'll probably add more mods to this as I come up with them.

see the README.md file for licensing.


Here's some screenshots for the new stairs and slabs:
Image

Image

Image

Image

Image


Here's the repo: https://github.com/LlubNek/minetest_mods
and a zip: https://github.com/LlubNek/minetest_mods/zipball/master

PostPosted: Wed Sep 12, 2012 09:18
by Belgac
The stairs mod is really usefull thank you very much :)

PostPosted: Sat Sep 22, 2012 04:08
by LlubNek
I added bookmarks to the home_positions mod.

There are two new commands:
/mark <name>
-- mark your current location to be recalled later
/go [<name>]
-- goes home or to a marked location