Sponge Downloads

All builds

  1. 1.21.1-12.0.3-RC2314

    1. Fix chat filter
      Yeregorix - 9 months ago
  2. 1.21.1-12.0.3-RC2309

    1. Fix missing impl mixin for DamageEffect
      aromaa - 9 months ago
    2. Implement GRASS_COLOR_MODIFIER for Biome
      aromaa - 9 months ago
    3. Fix SelectorType#toBuilder
      aromaa - 9 months ago
  3. 1.21.1-12.0.3-RC2289

  4. 1.21.1-12.0.3-RC2285

  5. 1.21.1-12.0.3-RC2284

  6. 1.21.1-12.0.3-RC2282

  7. 1.21.1-12.0.3-RC2275

  8. 1.21.1-12.0.3-RC2274

  9. 1.21.1-12.0.3-RC2273

  10. 1.21.1-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 - 11 months ago