Skip to content

v1.3.3

Compare
Choose a tag to compare
@mrgrim mrgrim released this 20 Oct 04:16
· 51 commits to master since this release

Bugs Fixed:

  • Patch for MC-109832 broke observers pushed by pistons.
  • Memory leak in MC-119978 fix

New Bug Fixes:

  • MC-161869 - Crafted item statistics do not account for non-one stack sizes when crafted by pressing DROP
  • MC-64836 - Mobs "control" the minecart they are riding
  • MC-70850 - False negatives during occlusion culling

New Tweak:

  • Network Sequence Checker - This is a debugging tweak to help detect packets dropped on the client or server at the application layer. Enabling this tweak alters the network protocol and will break clients that do not also have this tweak loaded. This also adds 4 bytes to every network packet sent. Do not enable this unless you know what you are doing and why you are doing it.

New Mod Compatibility:

  • Recurrent Complex and Newlight - Recurrent complex has an optimization called a "Height Map Freezer" designed to suppress vanilla light updates during structure generation. It depends on vanilla lighting calls to clean up afterward which do not function when using the Newlight optimization. Since Newlight already batches updates, this patch simply disables this optimization in Recurrent Complex.