Sponge Downloads

All builds

  1. 1.21.1-52.0.3-12.0.3-RC2282

  2. 1.21.1-52.0.3-12.0.3-RC2275

  3. 1.21.1-52.0.3-12.0.3-RC2274

  4. 1.21.1-52.0.3-12.0.3-RC2273

  5. 1.21.1-52.0.3-12.0.3-RC2271

    1. Fix logBlockDrops, attempt two
      Commit 3be5556 fixed a state corruption when
      the transaction was absorded and would incorrectly
      attach a new side effect to the wrong transaction.
      
      Usually this is a sign of a bug but in this case
      we were actually taking a dependency on this hidden
      quirk where we usually attached it to the correct
      transaction.
      
      Rework this by finding the parent transaction and
      attach the side-effects directly to it, not to the
      tail transaction.
      aromaa - 9 months ago
  6. 1.21.1-52.0.3-12.0.3-RC2270

  7. 1.21.1-52.0.3-12.0.2 Recommended

    1. chore(release): New recommended version
      Yeregorix - 10 months ago
  8. 1.21.1-52.0.3-12.0.2-RC2268

  9. 1.21.1-52.0.3-12.0.2-RC2267

    1. don't log CommandSyntaxException
      (cherry picked from commit 35cc8c81cc41a164e6c2a63e668620d9718355b0)
      Anselm Brehme - 1 year ago
  10. 1.21.1-52.0.3-12.0.2-RC2262

    1. Move common config to launch sourceset
      This reduces the risk of loading a class targeted by Mixin.
      This is a problem because the config is used by our Mixin plugins.
      Yeregorix - 10 months ago