mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-20 22:33:34 -04:00
Structure syntax
This commit is contained in:
parent
96ad809dc5
commit
a4ac66a91b
28 changed files with 491 additions and 487 deletions
|
@ -2,28 +2,28 @@ 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.
|
||||
Provides an API to allow multiple mods to set player models and textures.<br>
|
||||
Also sets the default model, texture, and player flags.<br>
|
||||
This mod is only for content related to the Player API and the player object.
|
||||
|
||||
Authors of source code
|
||||
----------------------
|
||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||
Various Minetest developers and contributors (LGPLv2.1+)
|
||||
|
||||
Authors of media (textures, models and sounds)
|
||||
----------------------------------------------
|
||||
stujones11 (CC BY-SA 3.0):
|
||||
character.b3d
|
||||
character.blend -- Both derived from a model by MirceaKitsune (CC BY-SA 3.0)
|
||||
- character.b3d
|
||||
- character.blend -- Both derived from a model by MirceaKitsune (CC BY-SA 3.0)
|
||||
|
||||
An0n3m0us (CC BY-SA 3.0):
|
||||
character.b3d
|
||||
character.blend -- Player animation improvement
|
||||
- character.b3d
|
||||
- character.blend -- Player animation improvement
|
||||
|
||||
Jordach (CC BY-SA 3.0):
|
||||
character.png
|
||||
- character.png
|
||||
|
||||
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0):
|
||||
player.png
|
||||
player_back.png
|
||||
- player.png
|
||||
- player_back.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue