From 0d6202b8d22a7a841f11c504536c749dd1c5b871 Mon Sep 17 00:00:00 2001 From: Nolan <104179573+Spaceicality@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:54:55 -0600 Subject: [PATCH] Update Textures.cpp --- Minecraft.Client/Textures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Textures.cpp b/Minecraft.Client/Textures.cpp index ce7a9bfc1..65c64c755 100644 --- a/Minecraft.Client/Textures.cpp +++ b/Minecraft.Client/Textures.cpp @@ -235,7 +235,7 @@ Textures::Textures(TexturePackRepository *skins, Options *options) */ // 4J Stu - Changed these to our PreStitchedTextureMap from TextureMap - terrain = new PreStitchedTextureMap(Icon::TYPE_TERRAIN, L"terrain", L"textures/blocks/", missingNo, true); + terrain = new PreStitchedTextureMap(Icon::TYPE_TERRAIN, L"terrain", L"textures/block/", missingNo, true); items = new PreStitchedTextureMap(Icon::TYPE_ITEM, L"items", L"textures/items/", missingNo, true); // 4J - added - preload a set of commonly used textures that can then be referenced directly be an enumerated type rather by string