Sponge Downloads

All builds

  1. 1.21.1-12.0.0-RC1902 Experimental

  2. 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 - 1 year ago
  3. 1.21.1-12.0.0-RC1899 Experimental

    1. Fix edge cases in player respawn
      Fixes #4124
      aromaa - 1 year ago
  4. 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 - 1 year ago
  5. 1.21.1-12.0.0-RC1894 Experimental

    1. Fully configure VG runs
      Yeregorix - 1 year ago
  6. 1.21.1-12.0.0-RC1891 Experimental

  7. 1.21.1-12.0.0-RC1890 Experimental

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

  9. 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 - 1 year ago
  10. 1.21.1-12.0.0-RC1881 Experimental