From 37b24c9dfe386864d5d1c32caa610332b3406190 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Tue, 31 Dec 2024 04:01:14 +0100 Subject: [PATCH] Updated release credits and set version for v0.88 --- CREDITS.md | 21 +++++++++++++++++++++ game.conf | 2 +- mods/HUD/mcl_credits/people.lua | 23 ++++++++++++++++++++++- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index a65ddbb7d..9da9584b7 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -24,6 +24,7 @@ * Faerraven / Michieal * rudzik8 * teknomunk +* kno10 ## Past Developers * jordan4ibanez @@ -141,6 +142,17 @@ * Bram * qoheniac * WillConker +* 0ldude +* tacotexmex +* Pixel-Peter +* OgelGames +* blitzdoughnuts +* goodspeed +* Bloodaxe +* ClementMR +* THE-NERD2 +* ethan +* villager8472 ## Music * Jordach for the jukebox music compilation from Big Freaking Dig @@ -193,6 +205,7 @@ * Faerraven / Michieal * SumianVoice * thunder1035 +* Herowl ## Textures * XSSheep @@ -237,6 +250,14 @@ * ADLON * Sab Pyrope * JoseDouglas26 +* 0ldude +* Bloodaxe +* ethan +* Herowl +* kno10 +* Pixel-Peter +* Laudrin +* chmodsayshello ## Funders * 40W diff --git a/game.conf b/game.conf index 61cedc596..53a9d21ae 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,4 @@ title = VoxeLibre description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more. disallowed_mapgens = v6 -version=0.88.0-SNAPSHOT +version=0.88.0 diff --git a/mods/HUD/mcl_credits/people.lua b/mods/HUD/mcl_credits/people.lua index 59ee0f80f..70ffa8fe0 100644 --- a/mods/HUD/mcl_credits/people.lua +++ b/mods/HUD/mcl_credits/people.lua @@ -26,6 +26,7 @@ return { "Faerraven / Michieal", "rudzik8", "teknomunk", + "kno10", }}, {S("Past Developers"), 0xF84355, { "jordan4ibanez", @@ -143,6 +144,17 @@ return { "Bram", "qoheniac", "WillConker", + "0ldude", + "tacotexmex", + "Pixel-Peter", + "OgelGames", + "blitzdoughnuts", + "goodspeed", + "Bloodaxe", + "ClementMR", + "THE-NERD2", + "ethan", + "villager8472", }}, {S("Music"), 0xA60014, { "Jordach for the jukebox music compilation from Big Freaking Dig", @@ -195,6 +207,7 @@ return { "Faerraven / Michieal", "SumianVoice", "thunder1035", + "Herowl", }}, {S("Textures"), 0xFF9705, { "XSSheep", @@ -239,6 +252,14 @@ return { "ADLON", "Sab Pyrope", "JoseDouglas26", + "0ldude", + "Bloodaxe", + "ethan", + "Herowl", + "kno10", + "Pixel-Peter", + "Laudrin", + "chmodsayshello", }}, {S("Funders"), 0xF7FF00, { "40W", @@ -246,7 +267,7 @@ return { "Cora", }}, {S("Special thanks"), 0x00E9FF, { - "The Minetest team for making and supporting an engine, and distribution infrastructure that makes this all possible", + "The Luanti team for making and supporting an engine, and distribution infrastructure that makes this all possible", "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", }},