diff options
| author | GabsPuNs123 <rowlandx12@gmail.com> | 2026-03-06 20:56:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 18:56:15 -0600 |
| commit | 8dee53a5650eea7c79c5739ff5b6014cb60bdc6f (patch) | |
| tree | 438a1820cfb51c28e6466fc5c01311ccd7c1c522 /Minecraft.Client/postbuild.ps1 | |
| parent | 54df68ac53da1261f9a4b8fd61498ed641de5612 (diff) | |
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
Diffstat (limited to 'Minecraft.Client/postbuild.ps1')
| -rw-r--r-- | Minecraft.Client/postbuild.ps1 | 1 |
1 files changed, 0 insertions, 1 deletions
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" } ) |
