diff --git a/CREDITS.md b/CREDITS.md index 63cd241557..665f35c571 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -33,6 +33,7 @@ * RandomLegoBrick * SumianVoice * MrRar +* talamh ## Contributors * Laurent Rocher @@ -66,7 +67,6 @@ * Benjamin Schötz * Doloment * Sydney Gems -* talamh * Emily2255 * Emojigit * FinishedFragment @@ -85,6 +85,10 @@ * opfromthestart * snowyu * FaceDeer +* Faerraven / Michieal +* FossFanatic +* Herbert West +* GuyLiner ## MineClone5 * kay27 @@ -95,7 +99,7 @@ * chmodsayshello * 3raven * PrairieWind -* Gustavo1 +* Gustavo6046 / wallabra * CableGuy67 * MrRar diff --git a/README.md b/README.md index ccda4de7ad..dfa80bdd2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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.80 (in development) +Version: 0.80 ### Gameplay You start in a randomly-generated world made entirely of cubes. You can explore diff --git a/mods/HUD/mcl_credits/people.lua b/mods/HUD/mcl_credits/people.lua index 8c0d454850..5b814d941f 100644 --- a/mods/HUD/mcl_credits/people.lua +++ b/mods/HUD/mcl_credits/people.lua @@ -34,6 +34,7 @@ return { "RandomLegoBrick", "SumianVoice", "MrRar", + "talamh", }}, {S("Contributors"), 0x52FF00, { "Laurent Rocher", @@ -67,7 +68,6 @@ return { "Benjamin Schötz", "Doloment", "Sydney Gems", - "talamh", "Emily2255", "Emojigit", "FinishedFragment", @@ -86,6 +86,10 @@ return { "opfromthestart", "snowyu", "FaceDeer", + "Faerraven / Michieal", + "FossFanatic", + "Herbert West", + "GuyLiner", }}, {S("MineClone5"), 0xA60014, { "kay27", @@ -96,7 +100,7 @@ return { "chmodsayshello", "3raven", "PrairieWind", - "Gustavo1", + "Gustavo6046 / wallabra", "CableGuy67", "MrRar", }}, @@ -179,4 +183,4 @@ return { "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", }}, -} \ No newline at end of file +}