Sponge Downloads

All builds

  1. 1.21.1-52.1.5-12.0.3-RC2414

    1. Declare incompatibility with adventure_platform_neoforge
      We will obviously fix the incompatibility ASAP but in the meantime the error message will be less cryptic
      Yeregorix - 6 months ago
  2. 1.21.1-52.1.5-12.0.3-RC2413

  3. 1.21.1-52.1.5-12.0.3-RC2412

  4. 1.21.1-52.1.5-12.0.3-RC2403

    1. Prefer wrapAsHolder when setting biome
      Yeregorix - 6 months ago
  5. 1.21.1-52.1.5-12.0.3-RC2402

  6. 1.21.1-52.1.5-12.0.3-RC2401

    1. Fire FishingEvent.Stop even when empty
      Yeregorix - 6 months ago
  7. 1.21.1-52.1.5-12.0.3-RC2400

    1. Fix SpawnEntityEvent list mutability
      Yeregorix - 6 months ago
  8. 1.21.1-52.1.5-12.0.3-RC2399

    1. Remove FishingHook#retrieve overwrite
      Yeregorix - 6 months ago
  9. 1.21.1-52.1.5-12.0.3-RC2396

  10. 1.21.1-52.1.5-12.0.3-RC2395

    1. Remove unnecessary entity tag snapshot in spawn transactions. Fix #4216
      1. It's not supported by some mods
      2. In practise, it's unused
      3. I've searched what the purpose could have been. It would make sense if we do entity snapshots before creating the spawn event. However, the current contract of the spawn event is to lazy-init snapshots during Order.PRE.
      
      Feel free to revert this commit if you find any usage of a such snapshot. Be careful of 1. when implementing.
      Yeregorix - 6 months ago