2021-12-13 20:12:36 -06:00
|
|
|
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
|
|
|
|
-------
|
|
|
|
|
2016-09-04 06:31:01 +01:00
|
|
|
See license.txt for license information.
|
|
|
|
|
2021-12-13 20:12:36 -06:00
|
|
|
#### Authors of source code
|
|
|
|
|
2016-09-04 06:31:01 +01:00
|
|
|
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
2016-09-07 02:52:57 +01:00
|
|
|
Various Minetest developers and contributors (MIT)
|