forked from VoxeLibre/VoxeLibre
Merge pull request 'Release 0.82' (#3337) from release_0_82_0 into master
Reviewed-on: MineClone2/MineClone2#3337
This commit is contained in:
commit
f09b723885
|
@ -2,8 +2,6 @@
|
|||
An unofficial Minecraft-like game for Minetest. Forked from MineClone by davedevils.
|
||||
Developed by many people. Not developed or endorsed by Mojang AB.
|
||||
|
||||
Version: 0.82 (in development)
|
||||
|
||||
### Gameplay
|
||||
You start in a randomly-generated world made entirely of cubes. You can explore
|
||||
the world and dig and build almost every block in the world to create new
|
||||
|
|
17
RELEASE.md
17
RELEASE.md
|
@ -1,19 +1,22 @@
|
|||
#File to document release steps with a view to evolving into a script
|
||||
|
||||
#Update CREDITS.md
|
||||
#Update version in README.md (soon to be game.conf from of 0.82.0)
|
||||
#Update version in game.conf
|
||||
|
||||
lua tools/generate_ingame_credits.lua
|
||||
|
||||
git add CREDITS.md
|
||||
git add mods/HUD/mcl_credits/people.lua
|
||||
git add game.conf
|
||||
|
||||
git add README.md
|
||||
# To uncomment when applicable
|
||||
#git add game.conf
|
||||
#git add RELEASE.md
|
||||
|
||||
git commit -m "Pre-release update credits and set version 0.81.1"
|
||||
git commit -m "Pre-release update credits and set version 0.82.0"
|
||||
|
||||
git tag 0.81.1
|
||||
git tag 0.82.0
|
||||
|
||||
git push origin 0.81.1
|
||||
git push origin 0.82.0
|
||||
|
||||
#Update version in game.conf to -SNAPSHOT
|
||||
|
||||
git commit -m "Post-release set version 0.82.0-SNAPSHOT"
|
|
@ -1,4 +1,4 @@
|
|||
title = MineClone 2
|
||||
description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more.
|
||||
disallowed_mapgens = v6
|
||||
version=MCL2-0.82-indev
|
||||
version=0.82.0-SNAPSHOT
|
|
@ -37,6 +37,7 @@ return {
|
|||
"MrRar",
|
||||
"talamh",
|
||||
"Faerraven / Michieal",
|
||||
"FossFanatic",
|
||||
}},
|
||||
{S("Contributors"), 0x52FF00, {
|
||||
"Laurent Rocher",
|
||||
|
@ -96,6 +97,9 @@ return {
|
|||
"anarquimico",
|
||||
"TheOnlyJoeEnderman",
|
||||
"Ranko Saotome",
|
||||
"Gregor Parzefall",
|
||||
"Wbjitscool",
|
||||
"b3nderman",
|
||||
}},
|
||||
{S("MineClone5"), 0xA60014, {
|
||||
"kay27",
|
||||
|
@ -168,6 +172,7 @@ return {
|
|||
"RandomLegoBrick",
|
||||
"cora",
|
||||
"Faerraven / Michieal",
|
||||
"Nicu",
|
||||
}},
|
||||
{S("Translations"), 0x00FF60, {
|
||||
"Wuzzy",
|
||||
|
@ -181,9 +186,12 @@ return {
|
|||
"Emojigit",
|
||||
"snowyu",
|
||||
"3raven",
|
||||
"SakuraRiu",
|
||||
}},
|
||||
{S("Funders"), 0xF7FF00, {
|
||||
"40W",
|
||||
"bauknecht",
|
||||
"Cora",
|
||||
}},
|
||||
{S("Special thanks"), 0x00E9FF, {
|
||||
"celeron55 for creating Minetest",
|
||||
|
@ -191,5 +199,6 @@ return {
|
|||
"wsor for working tirelessly in the shadows for the good of all of us, particularly helping with solving contentDB and copyright issues.",
|
||||
"The workaholics who spent way too much time writing for the Minecraft Wiki. It's an invaluable resource for creating this game",
|
||||
"Notch and Jeb for being the major forces behind Minecraft",
|
||||
"Dark Reaven Music (https://soundcloud.com/dark-reaven-music) for the main menu theme (Calmed Cube), which is licensed under https://creativecommons.org/licenses/by-sa/3.0/",
|
||||
}},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue