Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.0.0-RC1076 Experimental

    1. Provide registries for BlockStateProperties
      Note that the properties used by vanilla are always the same instance.
      API properties are clones of those.
      
      Move duplicate code up into SpongeRegistryHolder.
      
      #3611
      Faithcaio - 5 years ago
  2. 1.16.5-36.2.5-8.0.0-RC1075 Experimental

  3. 1.16.5-36.2.5-8.0.0-RC1074 Experimental

  4. 1.16.5-36.2.5-8.0.0-RC1073 Experimental

    1. Update ExpireEntityEvent implementations
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 5 years ago
  5. 1.16.5-36.2.5-8.0.0-RC1072 Experimental

    1. Fix some errors related to volumes: (#3626)
      - forgot to add one when calculating size
      - blockStateStream/biomeStream using this.min()/this.max() instead of min/max arguments
      - missing carbonCopy in blockStateStream
      Yeregorix - 5 years ago
  6. 1.16.5-36.2.5-8.0.0-RC1071 Experimental

  7. 1.16.5-36.2.5-8.0.0-RC1068 Experimental

  8. 1.16.5-36.2.5-8.0.0-RC1067 Experimental

    1. Fix handling for missing local variable signatures
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 5 years ago
  9. 1.16.5-36.2.5-8.0.0-RC1066 Experimental

    1. Fix another factory classloading too early
      Some of our factory code needs to be able to reference static types,
      but occasionally that will class-load too early.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 5 years ago
    2. Fix wild carded parameterized types
      gabizou - 5 years ago
    3. Attempt to defer classloading DimensionTypes too early. Fixes #3614
      gabizou - 5 years ago
  10. 1.16.5-36.2.5-8.0.0-RC1064 Experimental

    1. Remove unused legacy Invoker factory
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 5 years ago
    2. ASMify SpongeEventManager
      gabizou - 5 years ago
    3. ASMify ReflectionUtil
      gabizou - 5 years ago
    4. Wrap around event listener registration
      gabizou - 5 years ago