forked from VoxeLibre/VoxeLibre
Merge pull request 'Release 0.81.0' (#2952) from release_0.81.0 into master
Reviewed-on: MineClone2/MineClone2#2952
This commit is contained in:
commit
59a7608dfc
|
@ -34,6 +34,8 @@
|
||||||
* SumianVoice
|
* SumianVoice
|
||||||
* MrRar
|
* MrRar
|
||||||
* talamh
|
* talamh
|
||||||
|
* Faerraven
|
||||||
|
* AncientMariner
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
* Laurent Rocher
|
* Laurent Rocher
|
||||||
|
@ -89,6 +91,10 @@
|
||||||
* FossFanatic
|
* FossFanatic
|
||||||
* Herbert West
|
* Herbert West
|
||||||
* GuyLiner
|
* GuyLiner
|
||||||
|
* 3raven
|
||||||
|
* anarquimico
|
||||||
|
* TheOnlyJoeEnderman
|
||||||
|
* Ranko Saotome
|
||||||
|
|
||||||
## MineClone5
|
## MineClone5
|
||||||
* kay27
|
* kay27
|
||||||
|
@ -158,6 +164,7 @@
|
||||||
* MysticTempest
|
* MysticTempest
|
||||||
* RandomLegoBrick
|
* RandomLegoBrick
|
||||||
* cora
|
* cora
|
||||||
|
* Faerraven / Michieal
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
* Wuzzy
|
* Wuzzy
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
An unofficial Minecraft-like game for Minetest. Forked from MineClone by davedevils.
|
An unofficial Minecraft-like game for Minetest. Forked from MineClone by davedevils.
|
||||||
Developed by many people. Not developed or endorsed by Mojang AB.
|
Developed by many people. Not developed or endorsed by Mojang AB.
|
||||||
|
|
||||||
Version: 0.81 (in development)
|
Version: 0.81
|
||||||
|
|
||||||
### Gameplay
|
### Gameplay
|
||||||
You start in a randomly-generated world made entirely of cubes. You can explore
|
You start in a randomly-generated world made entirely of cubes. You can explore
|
||||||
|
|
|
@ -35,6 +35,8 @@ return {
|
||||||
"SumianVoice",
|
"SumianVoice",
|
||||||
"MrRar",
|
"MrRar",
|
||||||
"talamh",
|
"talamh",
|
||||||
|
"Faerraven",
|
||||||
|
"AncientMariner",
|
||||||
}},
|
}},
|
||||||
{S("Contributors"), 0x52FF00, {
|
{S("Contributors"), 0x52FF00, {
|
||||||
"Laurent Rocher",
|
"Laurent Rocher",
|
||||||
|
@ -90,6 +92,10 @@ return {
|
||||||
"FossFanatic",
|
"FossFanatic",
|
||||||
"Herbert West",
|
"Herbert West",
|
||||||
"GuyLiner",
|
"GuyLiner",
|
||||||
|
"3raven",
|
||||||
|
"anarquimico",
|
||||||
|
"TheOnlyJoeEnderman",
|
||||||
|
"Ranko Saotome",
|
||||||
}},
|
}},
|
||||||
{S("MineClone5"), 0xA60014, {
|
{S("MineClone5"), 0xA60014, {
|
||||||
"kay27",
|
"kay27",
|
||||||
|
@ -159,6 +165,7 @@ return {
|
||||||
"MysticTempest",
|
"MysticTempest",
|
||||||
"RandomLegoBrick",
|
"RandomLegoBrick",
|
||||||
"cora",
|
"cora",
|
||||||
|
"Faerraven / Michieal",
|
||||||
}},
|
}},
|
||||||
{S("Translations"), 0x00FF60, {
|
{S("Translations"), 0x00FF60, {
|
||||||
"Wuzzy",
|
"Wuzzy",
|
||||||
|
|
Loading…
Reference in New Issue