From fc102da0fbd3f56821d97a3e265504452c08b31f Mon Sep 17 00:00:00 2001 From: Lord Cambion Date: Tue, 17 Mar 2026 18:09:27 +0100 Subject: [PATCH] Acacia And Dark Oak Leaves Colours --- Minecraft.Client/Common/App_enums.h | 4 ++++ .../Common/Colours/ColourTable.cpp | 4 ++++ .../Common/res/TitleUpdate/res/colours.col | Bin 5594 -> 5684 bytes .../Common/res/TitleUpdate/res/colours.xml | 5 +++++ Minecraft.World/GrassColor.h | 1 + 5 files changed, 14 insertions(+) diff --git a/Minecraft.Client/Common/App_enums.h b/Minecraft.Client/Common/App_enums.h index fed940bb..994ca58f 100644 --- a/Minecraft.Client/Common/App_enums.h +++ b/Minecraft.Client/Common/App_enums.h @@ -221,6 +221,8 @@ enum eMinecraftColour eMinecraftColour_Foliage_ExtremeHillsEdge, eMinecraftColour_Foliage_Jungle, eMinecraftColour_Foliage_JungleHills, + eMinecraftColour_Foliage_Savanna, + eMinecraftColour_Foliage_RoofedForest, eMinecraftColour_Grass_Common, eMinecraftColour_Grass_Ocean, @@ -246,6 +248,8 @@ enum eMinecraftColour eMinecraftColour_Grass_ExtremeHillsEdge, eMinecraftColour_Grass_Jungle, eMinecraftColour_Grass_JungleHills, + eMinecraftColour_Grass_Savanna, + eMinecraftColour_Grass_RoofedForest, eMinecraftColour_Water_Ocean, eMinecraftColour_Water_Plains, diff --git a/Minecraft.Client/Common/Colours/ColourTable.cpp b/Minecraft.Client/Common/Colours/ColourTable.cpp index 9d079095..3bb0999d 100644 --- a/Minecraft.Client/Common/Colours/ColourTable.cpp +++ b/Minecraft.Client/Common/Colours/ColourTable.cpp @@ -35,6 +35,8 @@ const wchar_t *ColourTable::ColourTableElements[eMinecraftColour_COUNT] = L"Foliage_ExtremeHillsEdge", L"Foliage_Jungle", L"Foliage_JungleHills", + L"Foliage_Savanna", + L"Foliage_RoofedForest", L"Grass_Common", L"Grass_Ocean", @@ -60,6 +62,8 @@ const wchar_t *ColourTable::ColourTableElements[eMinecraftColour_COUNT] = L"Grass_ExtremeHillsEdge", L"Grass_Jungle", L"Grass_JungleHills", + L"Grass_Savanna", + L"Grass_RoofedForest", L"Water_Ocean", L"Water_Plains", diff --git a/Minecraft.Client/Common/res/TitleUpdate/res/colours.col b/Minecraft.Client/Common/res/TitleUpdate/res/colours.col index bbbdeb1e8adc83377b941d7139dcfa14075e1fa5..89af0a11289b2ba3e0e9ea38846d09ddeef5497d 100644 GIT binary patch delta 117 zcmcbmy+wzEfq{V$i2rTmNM+LFcgxSoOiWLW4^Avg%*#t;n77%FK?Eikl%JoLn&OsU rlv-TEpkczbIfv;RqZY4wQDSj1T*v + + + @@ -55,6 +58,8 @@ + + diff --git a/Minecraft.World/GrassColor.h b/Minecraft.World/GrassColor.h index 3aa09283..9db0898f 100644 --- a/Minecraft.World/GrassColor.h +++ b/Minecraft.World/GrassColor.h @@ -9,4 +9,5 @@ class GrassColor // // static void init(intArray pixels); // static int get(double temp, double rain); + }; \ No newline at end of file