Separate player code into new mod
This commit is contained in:
parent
7ffd176f48
commit
5d19fd6923
16 changed files with 122 additions and 99 deletions
20
mods/player_api/README.txt
Normal file
20
mods/player_api/README.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
Minetest Game mod: player_api
|
||||
============================
|
||||
See license.txt for license information.
|
||||
|
||||
Provides an API to allow multiple mods to set player models and textures.
|
||||
Also sets the default model, texture, and player flags.
|
||||
|
||||
Authors of source code
|
||||
----------------------
|
||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
|
||||
Various Minetest developers and contributors (LGPL 2.1)
|
||||
|
||||
Authors of media (textures, models and sounds)
|
||||
----------------------------------------------
|
||||
|
||||
MirceaKitsune (CC BY-SA 3.0):
|
||||
character.x
|
||||
|
||||
Jordach (CC BY-SA 3.0):
|
||||
character.png
|
Loading…
Add table
Add a link
Reference in a new issue