Sponge Downloads

All builds

  1. 1.8.9-4.1.0-BETA-301

    1. Bump common for updates and fixes.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
  2. 1.8.9-4.1.0-BETA-300

    1. Fix compile warnings
      Minecrell - 10 years ago
    2. Update SpongeCommon and jopt-simple
      Minecrell - 10 years ago
    SpongeCommon
    1. Fix more compile warnings
      Minecrell - 10 years ago
    2. Update SpongeAPI and database connectors
      Minecrell - 10 years ago
  3. 1.8.9-4.1.0-BETA-297

    1. Fix MixinWorld_Activation injector.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
    2. Bump SpongeCommon for EntityMinecartCommandBlock crash fix
      simon816 - 10 years ago
    3. Update SpongeCommon for performance improvements
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Fix little edge-case where getWorld NPE'ed when constructing EntityMinecartCommandBlock
      simon816 - 10 years ago
    2. Fix some world stuff
      simon816 - 10 years ago
    3. Implement ArmorStandData. Close #594.
      Gabriel Harris-Rouquette - 10 years ago
    4. Fix issues with SpawnEntityEvent
      simon816 - 10 years ago
    5. Fix error when setting ItemTypes.NONE in an inventory slot. Fixes #580
      simon816 - 10 years ago
    6. Fix entities never making it in inter-dimensional travel
      simon816 - 10 years ago
    7. Add some missing @Final's
      Aaron Hill - 10 years ago
    8. Check for null entity types before processing.
      bloodshot - 10 years ago
    9. Improve entity performance in many areas.
      bloodshot - 10 years ago
    10. Revert "Revert "Re-add StateImplementation optimization.""
      Gabriel Harris-Rouquette - 10 years ago
    11. Whoops, forgot to make this NOT.
      Chris Sanders - 10 years ago
    12. Only migrate worlds which do not have a Sponge level.dat
      Chris Sanders - 10 years ago
    13. Add separate neighbor array to handle client-side chunks.
      bloodshot - 10 years ago
    14. Merge pull request #673 from SpongePowered/fix/isAreadLoaded
      bloodmc - 10 years ago
    15. Fix typo in World.isAreaLoaded
      Aleksi Sapon - 10 years ago
    16. Support primative parameters in event filters
      Nick Conde - 10 years ago
    17. Implement Getter paramater source filter
      Nick Conde - 10 years ago
    18. Merge pull request #669 from amaranth/chunk-neighbor
      bloodmc - 10 years ago
    19. Implement Chunk#getNeighbor and optimize World#isAreaLoaded
      Travis Watkins - 10 years ago
    20. Merge HealthDataProcessor fixes. Merges #664.
      Gabriel Harris-Rouquette - 10 years ago
    21. Update HealthValueProcessor to fire DestructEntityEvent.Death
      Daniel Naylor - 10 years ago
    22. Revert star importing CommonModuleRegistry. Star imports should be encouraged only to reduce 5+ imports to the same package.
      Gabriel Harris-Rouquette - 10 years ago
    23. Revert changes to JavaVersionCheckUtils as they were unintended.
      Gabriel Harris-Rouquette - 10 years ago
    24. Cleanup compile warnings.
      Gabriel Harris-Rouquette - 10 years ago
    25. Fix validation on ParticleEffect builders
      simon816 - 10 years ago
    26. Revert "Re-add StateImplementation optimization."
      Gabriel Harris-Rouquette - 10 years ago
    27. Re-add StateImplementation optimization.
      Gabriel Harris-Rouquette - 10 years ago
    28. Move three ValueProcessors to correct package. Fix UserDiscoverer error messages
      simon816 - 10 years ago
    29. Fix erroneous implementation of ItemStack.Builder. Minor code cleanup.
      Gabriel Harris-Rouquette - 10 years ago
    30. Ensure that ItemStack#getItem() never returns null.
      Gabriel Harris-Rouquette - 10 years ago
    31. Check if shooter is a ProjectileSource before cast in MixinEntityFireball.
      bloodshot - 10 years ago
    32. Add null item checks because mods.
      Gabriel Harris-Rouquette - 10 years ago
    33. Properly fix ChunkPreGenerate not populating chunks. Fixes #611
      Aleksi Sapon - 10 years ago
    34. Bump API for SpongePowered/SpongeAPI#1188 fix.
      Gabriel Harris-Rouquette - 10 years ago
    35. Fix duplicate SpawnCause in 'DropItemEvent.Destruct'.
      bloodshot - 10 years ago
    36. Fix 'InteractBlockEvent.Primary' being fired repeatedly when cancelled.
      bloodshot - 10 years ago
    37. Add DamageSource to 'DropItemEvent.Destruct' cause.
      bloodshot - 10 years ago
    38. Delegate to wrapped chunk generator if found for stronghold gen, fixes SpongePowered/SpongeForge#606
      Nick Conde - 10 years ago
    39. Ensure score name length is not longer than the maximum length
      Aaron Hill - 10 years ago
    40. Prevent possible stackoverflow during chunk populate.
      bloodshot - 10 years ago
    41. Fix some ProjectileLauncher issues. Fixes SpongePowered/SpongeForge#539, fixes SpongePowered/SpongeAPI#1135
      simon816 - 10 years ago
    42. Fix error on 'none' BlockType, fixes #650. Fix formatting on rotation data
      simon816 - 10 years ago
    43. Fix mapping warning on TextStyles.NONE
      simon816 - 10 years ago
    44. Don't begin initializing world in the constructor. Add dummy WorldInfo if provided with null
      simon816 - 10 years ago
    45. Create User for owner/notifier UUID, if necessary
      Aaron Hill - 10 years ago
  4. 1.8.9-4.1.0-BETA-294

  5. 1.8.9-4.1.0-BETA-293

    1. Bump common for updates and changes.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
    2. Update SpongeCommon
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Fix 2 minor mixin issues
      Mumfrey - 10 years ago
    2. Fix default cancellation filter, fixes #646
      Nick Conde - 10 years ago
    3. Change SubtypeFilterDelegate to a loop, fixes #643
      Nick Conde - 10 years ago
    4. Temporarily remove the optimization MixinStateImplementation
      Aaron Hill - 10 years ago
    5. Fix potential NPE in MixinEntity
      Aaron Hill - 10 years ago
    6. Replace withProperty @Overwrite with an injection
      Aaron Hill - 10 years ago
    7. Remove generics from MixinStateImplementation
      Aaron Hill - 10 years ago
    8. Add Chunk Cache optimization patch.
      Gabriel Harris-Rouquette - 10 years ago
    9. Update SpongeAPI
      Aaron Hill - 10 years ago
    10. The method was meant to be added to SpongeImplHooks.
      Gabriel Harris-Rouquette - 10 years ago
    11. Add implementation for AttackEntityEvent. The hook in SpongeHooks added is for SpongeForge to throw a forge event.
      Gabriel Harris-Rouquette - 10 years ago
    12. Refactor DestructEntityEvent causes for non-living entities.
      bloodshot - 10 years ago
    13. Add World#getLight optimization patches that ignore unloaded chunks.
      Gabriel Harris-Rouquette - 10 years ago
    14. Add BlockState Optimization Patch.
      Gabriel Harris-Rouquette - 10 years ago
    15. Remove duplicate event call in MixinItemInWorldManager.
      bloodshot - 10 years ago
    16. Merge DyeableDataProcessor#isDyeable null check
      Aaron Hill - 10 years ago
    17. Add null check to DyeableDataProcessor#isDyeable
      Daniel Naylor - 10 years ago
    18. Merge pull request #614 from modwizcode/master
      bloodmc - 10 years ago
    19. Don't look for hanging entities if original block was liquid.
      bloodshot - 10 years ago
    20. Fix player items disappearing after cancelling DropItemEvent.
      bloodshot - 10 years ago
    21. Fix implementation Eclipse module missing java6 source set
      Minecrell - 10 years ago
    22. Store ImmutableValues in ImmutableData fields
      simon816 - 10 years ago
    23. Ignore air blocks during entity block collisions.
      bloodshot - 10 years ago
    24. Check getSlot bounds during interact capture, fixes #602
      modwizcode - 10 years ago
  6. 1.8.9-4.1.0-BETA-291

    1. Bump common to finish up interactions.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Add missed ItemInWorldManager mixin.
      Chris Sanders - 10 years ago
  7. 1.8.9-4.1.0-BETA-290

    1. Update for common interact changes.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix duplicate 'InteractBlockEvent.Secondary' with right-clicks.
      bloodshot - 10 years ago
    2. Refactor InteractBlockEvent.
      bloodshot - 10 years ago
    3. Few small changes
      simon816 - 10 years ago
    4. Some fixes and improvements to a few data processors
      simon816 - 10 years ago
  8. 1.8.9-4.1.0-BETA-289

    1. Update SpongeCommon
      Aaron Hill - 10 years ago
    SpongeCommon
    1. Specify Locale.ENGLISH when using String#toLowerCase internally
      Aaron Hill - 10 years ago
    2. Fix particle ids
      Aaron Hill - 10 years ago
    3. Merge Virtual Block Change API. Merges #591.
      Gabriel Harris-Rouquette - 10 years ago
    4. Merge DataSerializers API implementation. Merges #634.
      Gabriel Harris-Rouquette - 10 years ago
    5. Add DataSerializer implementations for some default classes.
      Gabriel Harris-Rouquette - 10 years ago
    6. Implement virtual block changes
      kashike - 10 years ago
  9. 1.8.9-4.1.0-BETA-288

  10. 1.8.9-4.1.0-BETA-287

    1. Bump Common for BookView
      Signed-off-by: Walker Crouse <[email protected]>
      Walker Crouse - 10 years ago
    SpongeCommon
    1. Bump API for BookView
      Walker Crouse - 10 years ago
    2. Add InteractEntityEvent support for ArmorStands. Fixes #632
      bloodshot - 10 years ago