From 8dee53a5650eea7c79c5739ff5b6014cb60bdc6f Mon Sep 17 00:00:00 2001 From: GabsPuNs123 Date: Fri, 6 Mar 2026 20:56:15 -0400 Subject: Update DLCs for windows64media (#778) * Fix DLCs textures and crash in 720p * Revert "Fix DLCs textures and crash in 720p" This reverts commit 7c386053608a489e31875e00460f69b231d3fe8b. * Update Durango and Windows64 DLCs Textures also fix crash in 720p * DLC update for Windows edition - The windows edition dont use anymore DurangoMedia - Fixed Bed and missing items in Skyrim - Fixed Hud in almost all the DLCs (Halo hud in 720p is still the default hud) - Add 720p support - Add missing skin packs - High quality Music for DLCs * Add Fantasy Texture Pack, Remove LittleBigPlanet DLC The LittleBigPlanet world crash the game, the texture pack dont support 1080p, and the loc file wasn't working --- Minecraft.Client/postbuild.ps1 | 1 - 1 file changed, 1 deletion(-) (limited to 'Minecraft.Client/postbuild.ps1') diff --git a/Minecraft.Client/postbuild.ps1 b/Minecraft.Client/postbuild.ps1 index 1c965758..b46df5aa 100644 --- a/Minecraft.Client/postbuild.ps1 +++ b/Minecraft.Client/postbuild.ps1 @@ -27,7 +27,6 @@ $copies = @( @{ Source = "Common\Tutorial"; Dest = "Common\Tutorial" }, @{ Source = "Windows64\GameHDD"; Dest = "Windows64\GameHDD" }, @{ Source = "Windows64\Sound"; Dest = "Windows64\Sound" }, - @{ Source = "DurangoMedia"; Dest = "Windows64Media" }, @{ Source = "Windows64Media"; Dest = "Windows64Media" } ) -- cgit v1.2.3