Sponge Downloads

All builds

  1. 1.21.1-12.0.0-RC1901 Experimental

    1. Fix registries that rely on order
      Vanilla no longer allows to register items to arbitrary
      ids but some of our registries rely on this due to the
      way vanilla stores this data and has no natural registries
      for them.
      
      Fixing this by registering the items in the order we want
      them to be present in and then verying their ids match the
      ones we expected afterwards.
      
      While this is very brittle, it is the most straight forward
      way to ensure we stay in sync with vanilla elements
      without more complex changes.
      aromaa - 2 years ago
  2. 1.21.1-12.0.0-RC1899 Experimental

    1. Fix edge cases in player respawn
      Fixes #4124
      aromaa - 2 years ago
  3. 1.21.1-12.0.0-RC1895 Experimental

    1. Dont process packets while shutting down
      Fixes the infamous shutdown message of internal ISE exception
      due to asynchronous thread access to PhaseTracker
      aromaa - 2 years ago
  4. 1.21.1-12.0.0-RC1894 Experimental

    1. Fully configure VG runs
      Yeregorix - 2 years ago
  5. 1.21.1-12.0.0-RC1891 Experimental

    1. Implement event for scheduled block updates (#4146)
      Joni Aromaa - 2 years ago
    SpongeAPI
    1. Add event for scheduled block updates (#2571)
      Joni Aromaa - 2 years ago
  6. 1.21.1-12.0.0-RC1890 Experimental

    1. Bump API
      aromaa - 2 years ago
    2. Fix the deploy action yaml syntax errors
      aromaa - 2 years ago
    3. Fix inventory grid query
      aromaa - 2 years ago
    4. Fix Inventory#union
      aromaa - 2 years ago
    5. Fix read only menus allowing place
      aromaa - 2 years ago
    6. Show -4 older commits.
    SpongeAPI
    1. Fix checkstyle errors
      aromaa - 2 years ago
    2. feat: add overload static methods to ArmorTrim
      Gabriel Harris-Rouquette - 2 years ago
    3. feat: merge decorated pots
      Gabriel Harris-Rouquette - 2 years ago
    4. feat: merge armor trim api
      Gabriel Harris-Rouquette - 2 years ago
    5. feat: add decorated pot data
      Gabriel Harris-Rouquette - 2 years ago
    6. feat: add armor trim key
      Gabriel Harris-Rouquette - 2 years ago
  7. 1.21.1-12.0.0-RC1884 Experimental

    1. Fixes to ScheduledUpdate API
      aromaa - 2 years ago
    2. Clear IO worker queue on world deletion
      aromaa - 2 years ago
  8. 1.21.1-12.0.0-RC1883 Experimental

    1. Disable entity activation range
      This patch is broken as is and Mojang has since introduced
      simulation distance which more or less makes this deprecated.
      
      The code also had logic bug where it tried to only tick
      entities in unloaded chunks, contrary to what we wanted,
      which would only rarely surface.
      aromaa - 2 years ago
  9. 1.21.1-12.0.0-RC1881 Experimental

  10. 1.21.1-12.0.0-RC1880 Experimental