aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ComplexItemDataPacket.cpp
AgeCommit message (Collapse)Author
12 daysPort over RCE Patches from LCEMP (#1023)Loki
* LCEMP RCE Fixes WIP Based on https://github.com/LCEMP/LCEMP/commit/d017bfc30a68888bf5c79b23cf5c4f607cf828bf * Update to LCEMP's ByteArrayIO version Fixes compilation since ours was missing some revisions from LCEMP * Add additional safety checks missed in first pass * Remove duplicate recipe count check
12 daysRevert accidentally pushed "LCEMP RCE fixes"Loki Rautio
This reverts commit d557ca2dfba5ffcca99ceb41b07d149f871964b5.
12 daysLCEMP RCE fixesLoki Rautio
Based on commit d017bfc30a68888bf5c79b23cf5c4f607cf828bf
2026-03-03feat: TU19 (Dec 2014) Features & Content (#155)daoge
* try to resolve merge conflict * feat: TU19 (Dec 2014) Features & Content (#32) * December 2014 files * Working release build * Fix compilation issues * Add sound to Windows64Media * Add DLC content and force Tutorial DLC * Revert "Add DLC content and force Tutorial DLC" This reverts commit 97a43994725008e35fceb984d5549df9c8cea470. * Disable broken light packing * Disable breakpoint during DLC texture map load Allows DLC loading but the DLC textures are still broken * Fix post build not working * ... * fix vs2022 build * fix cmake build --------- Co-authored-by: Loki <lokirautio@gmail.com>
2026-03-01Initial commitdaoge_cmd