Sponge Downloads

All builds

  1. 1.12.2-2705-7.1.0-BETA-3227

  2. 1.12.2-2705-7.1.0-BETA-3226

    1. Bump Common for userOrSource fix
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. Bump API for userOrSource fix
      Daniel Naylor - 8 years ago
  3. 1.12.2-2705-7.1.0-BETA-3224

    1. Bump Common for userOrSource command element fix
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. Bump API for userOrSource fix
      Daniel Naylor - 8 years ago
  4. 1.12.2-2705-7.1.0-BETA-3222

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. fix transformed slots returning the wrong slotindex
      Anselm Brehme - 8 years ago
  5. 1.12.2-2705-7.1.0-BETA-3221

    1. Bump SpongeCommon for command fixes
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. Fix various command issues
      Daniel Naylor - 8 years ago
  6. 1.12.2-2705-7.1.0-BETA-3218

    1. Bump SpongeCommon for off-hand fix
      Aaron Hill - 8 years ago
    SpongeCommon
    1. Ensure that off-hand slot is always restored properly
      Aaron Hill - 8 years ago
  7. 1.12.2-2705-7.1.0-BETA-3217

    1. Fix entityName registration for certain mods like MoCreatures.
      MoCreatures "Ent" should now have a proper entityName during
      registration.
      bloodshot - 8 years ago
  8. 1.12.2-2705-7.1.0-BETA-3216

    1. Actually bump SpongeCommon ref
      Aaron Hill - 8 years ago
    SpongeCommon
    1. Add onUseItemTick hook for SpongeForge
      Aaron Hill - 8 years ago
  9. 1.12.2-2705-7.1.0-BETA-3215

    1. Properly handle ticking items with Forge
      Call the Forge-added method Item#onUsingTick from the newly created
      SpongeCommon hook. Previously, we were skipping this method entirely
      
      Also, ensure that cancelling the Forge LivingEntityUseItemEvent.Tick
      causes the Sponge event to be updated properly. Cancelling the Forge
      event causes the player to stop using the item entirely, but cancelling
      the Sponge event simply causes that tick's actions to be skipped.
      Therefore, we manually set the duration of the Sponge event to -1 if the
      Forge event is cancelled.
      
      Fixes #2247
      Aaron Hill - 8 years ago
  10. 1.12.2-2705-7.1.0-BETA-3214