A modern rendering backend
The 1.8.9 core is lifted onto LWJGL 3, with code and inspiration from lwjgl3ify and MCLWJGL3. That is what lets a 2015 build cooperate with current GPU drivers and window systems.
Version 1.1.0 · Minecraft 1.8.9
ColdPlay is a complete client version built on an MCP 1.8.9 core with an LWJGL 3 rendering backend — so a decade-old game runs on today's drivers and today's operating systems. 39 modules, a ClickGUI, a drag-and-drop HUD editor and an alt manager, all in one JAR.
ColdPlay ships as its own Minecraft version rather than a Forge or Fabric mod. The client, its libraries, the bundled game assets and six shared configuration profiles all arrive in one download.
The 1.8.9 core is lifted onto LWJGL 3, with code and inspiration from lwjgl3ify and MCLWJGL3. That is what lets a 2015 build cooperate with current GPU drivers and window systems.
Left-click a module to toggle it, right-click for its settings, middle-click to bind a key. Sliders, colour pickers, item grids and hotbar pickers are all native to the GUI.
Drag and scale the module list, watermark, armour status, target panel and the live rear-view Mirror. Layout is saved with the rest of your profile.
Switch accounts from the main menu using a Microsoft token or a cracked username, with proxy support. Tokens stay in your own game directory and never ship with the client.
Load a profile for the mode you are actually playing instead of rebuilding settings from scratch every time.
PacketLogger records every inbound and outbound packet with its origin and call site, and HumanRecorder logs camera and sent rotations per tick. Both export to CSV.
Each one carries its own settings, an optional keybind and an Auto Off switch that disables it on death, world change or a long server teleport. Search or filter to find one.
Pick the launcher you already use. Either way you need a 64-bit Java 8 runtime.
ColdPlay-1.8.9-Prism.zip — or paste its download link directly.libraries/ColdPlay-1.8.9.jar with the new release JAR.
MultiMC is not supported.
ColdPlay-1.8.9.zip into your Minecraft game directory —
%APPDATA%\.minecraft on Windows, ~/.minecraft on Linux,
~/Library/Application Support/minecraft on macOS.versions/ColdPlay-1.8.9 contains both the
.jar and the .json, with their names unchanged.-XstartOnFirstThread to that installation's JVM arguments.mods and do not replace the vanilla 1.8.9 JAR. ARM and 32-bit runtimes
are not included in the download.
build/release.
gradlew.bat clean verifyRelease :: Windows ./gradlew clean verifyRelease # Linux / macOS
gradlew.bat run gradlew.bat run "-PmcAssetsDir=C:/path/to/.minecraft/assets"
test/coldplay/ColdPlayCheck.java —
module lifecycle, config, geometry, inventory, packet recording and architecture — with
gradlew.bat check. No game launch required.Latest release, straight from GitHub. The ZIPs are the easy path — they carry the client, its libraries, the bundled assets and all six configs.
An importable instance. Prism fetches Java 8 and the game assets for you, profiles included.
JAR, launcher JSON and the six shared configs, laid out to extract straight into .minecraft.
The client alone. Needs the matching launcher JSON from the repository's distribution folder.