forked from VoxeLibre/VoxeLibre
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
# MineClone 2
|
||
A Minecraft-like game for Minetest. Forked from MineClone by daredevils.
|
||
|
||
## Completion status
|
||
This game is very unfinished at this moment. Expect bugs! Expect chaos
|
||
and destruction to rain down on your worlds when you update! ;-)
|
||
|
||
## Credits
|
||
WAY to many people to list (sorry).
|
||
Thi section is to be written.
|
||
|
||
### Special thanks
|
||
|
||
* 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:
|
||
See README.txt in each mod directory for information about other authors.
|
||
|
||
### License of media (textures and sounds)
|
||
|
||
!!! WARNING WARNING WARNING !!!
|
||
|
||
The textures are NOT released under a libre license. Yes, I know, this sucks and I should be ashamed
|
||
of myself. But please be aware of this. You can NOT legally use them in free software.
|
||
Because I know perfectly how much this sucks, I will eventually try to replace all textures anyway, as I don't like 32×32.
|
||
So please have patience.
|
||
|
||
The textures, unless otherwise noted, are taken from the Faithful 32x32 resource pack for Minecraft,
|
||
authored by Vattic.
|
||
http://www.minecraftforum.net/topic/72747-/
|
||
|
||
License of all main menu images: WTFPL
|
||
|
||
All other files fall under:
|
||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||
http://creativecommons.org/licenses/by-sa/3.0/
|
||
|
||
See README.txt in each mod directory for information about other authors.
|