forked from VoxeLibre/VoxeLibre
Update README
This commit is contained in:
parent
1595388459
commit
551813564e
66
README.txt
66
README.txt
|
@ -1,42 +1,48 @@
|
||||||
MineClone 2
|
# MineClone 2
|
||||||
===========
|
A Minecraft-like game for Minetest. Forked from MineClone by daredevils.
|
||||||
A Minecraft-like subgame for Minetest. Forked from MineClone by daredevils.
|
|
||||||
|
|
||||||
Where contact Dave Devils?
|
## Completion status
|
||||||
--------------------------
|
This game is very unfinished at this moment. Expect bugs! Expect chaos
|
||||||
You can contact me at twitter https://twitter.com/dev_dave33
|
and destruction to rain down on your worlds when you update! ;-)
|
||||||
You can follow me too for see what i work for the next update!
|
|
||||||
|
|
||||||
License of source code
|
## Credits
|
||||||
----------------------
|
WAY to many people to list (sorry).
|
||||||
|
Thi section is to be written.
|
||||||
|
|
||||||
MineClone source:
|
### Special thanks
|
||||||
LGPL v2.1 (Dave Devil's) see Licence.txt
|
|
||||||
|
* daredevils for starting this project
|
||||||
|
* Tox82, MinetestForFun & Calinou for help in dev
|
||||||
|
* GravGun & Obani for Help in Build struct
|
||||||
|
* celeron55 for creating Minetest
|
||||||
|
* Bob Lennon because it's a pyro-barbare
|
||||||
|
|
||||||
|
## Info for programmers
|
||||||
|
You find interesting and useful infos in API.md.
|
||||||
|
This project is currently mostly a one-person project.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Legal information
|
||||||
|
Copying is an act of love. Please copy and share! <3
|
||||||
|
But, oh well, if you insist, here is the legalese for you:
|
||||||
|
|
||||||
|
### License of source code
|
||||||
|
|
||||||
|
MineClone source code:
|
||||||
|
LGPL v2.1 (Dave Devil's and others) (see Licence.txt)
|
||||||
|
|
||||||
Mods credit:
|
Mods credit:
|
||||||
See README.txt in each mod directory for information about other authors.
|
See README.txt in each mod directory for information about other authors.
|
||||||
|
|
||||||
Credit for Support:
|
### License of media (textures and sounds)
|
||||||
Tox82, MinetestForFun & Calinou for help in dev
|
|
||||||
GravGun & Obani for Help in Build struct
|
|
||||||
Celeron55 for creating Minetest
|
|
||||||
Bob Lennon because it's a pyro-barbare
|
|
||||||
|
|
||||||
Info for programmers
|
|
||||||
--------------------
|
|
||||||
You find interesting and useful infos in API.md.
|
|
||||||
|
|
||||||
License of media (textures and sounds)
|
|
||||||
--------------------------------------
|
|
||||||
|
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
http://creativecommons.org/licenses/by-sa/3.0/
|
http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
|
||||||
Texture Pack :
|
The textures are taken from the Faithful 32x32 resource pack for Minecraft,
|
||||||
Copyright (C) 2013 Vattic
|
authored by Vattic.
|
||||||
See README.txt in each mod directory for information about other authors.
|
|
||||||
|
|
||||||
http://www.minecraftforum.net/topic/72747-/
|
http://www.minecraftforum.net/topic/72747-/
|
||||||
|
|
||||||
License of menu/header.png
|
See README.txt in each mod directory for information about other authors.
|
||||||
Copyright (C) 2014 DaveDevil's CC BY-SA 3.0
|
|
||||||
|
License of all main menu images: WTFPL
|
||||||
|
|
Loading…
Reference in New Issue