Sponge Downloads

All builds

  1. 1.21.1-12.0.0-RC1923 Experimental

    1. Edge case fixes for dummy slots
      aromaa - 2 years ago
  2. 1.21.1-12.0.0-RC1917 Experimental

    1. Cleanup SV installer models
      Yeregorix - 2 years ago
    2. Use SHA-512 for libraries verification
      Yeregorix - 2 years ago
    3. Cleanup LibraryManager
      Yeregorix - 2 years ago
    4. Move LibraryManager into a subproject
      Yeregorix - 2 years ago
  3. 1.21.1-12.0.0-RC1915 Experimental

  4. 1.21.1-12.0.0-RC1913 Experimental

  5. 1.21.1-12.0.0-RC1911 Experimental

  6. 1.21.1-12.0.0-RC1910 Experimental

    1. Clean up SpongeUserManager knownUUIDs opts
      Fixes logic bug where the set was not being filled
      correctly due to trying to parse full path instead
      of the file name.
      
      Moved all of the logic to its own class.
      
      Correctly handle overflows and re-read the filesystem.
      aromaa - 2 years ago
  7. 1.21.1-12.0.0-RC1909 Experimental

  8. 1.21.1-12.0.0-RC1903 Experimental

  9. 1.21.1-12.0.0-RC1902 Experimental

  10. 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