mckaygerhard
ee86fb1c41
* This mod provides some stuff per player at initial play when first join only
* set initial_stuff = default:wood 2,farming:bread 2,default:furnace 1,default:torch 5
* the initial_stuff is only configured per config files not at menu
* cherry-picked from 18aed0219b
27 lines
609 B
Plaintext
27 lines
609 B
Plaintext
Minetest mod: give_initial_stuff
|
|
================================
|
|
|
|
This mod provides some stuff per player at initial play when first join only
|
|
|
|
Usage and information
|
|
---------------------
|
|
|
|
To activate initial stuff per players do per config file:
|
|
|
|
`give_initial_stuff = true`
|
|
|
|
To specify the stuff per config file use by example:
|
|
|
|
`initial_stuff = default:wood 2,farming:bread 2,default:furnace 1,default:torch 5`
|
|
|
|
|
|
LICENSE
|
|
-------
|
|
|
|
See license.txt for license information.
|
|
|
|
#### Authors of source code
|
|
|
|
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
|
Various Minetest developers and contributors (MIT)
|