Sponge Downloads

All builds

  1. 1.12.1-7.0.0-BETA-319

  2. 1.12.1-7.0.0-BETA-318

  3. 1.12.1-7.0.0-BETA-317

    1. Also remove unused ConsoleAppender for log4j2_prod.xml
      Minecrell - 9 years ago
    SpongeCommon
    1. Ensure held item is non-empty before applying enchantment effects
      Minecrell - 9 years ago
    2. Match against owning class when transforming tracked method calls
      Aaron Hill - 9 years ago
    3. Only allow custom beacon potions when set through the API
      Aaron Hill - 9 years ago
    4. Fixes #1472 : Pass all entities to the avoid target selector.
      Chris Sanders - 9 years ago
    5. Fix conflicting default method impls of Predicate#test
      Aaron Hill - 9 years ago
    6. Merge pull request #1401 from SpongePowered/feature/userinventory
      Chris Sanders - 9 years ago
    7. implement UserInventory and add testplugin
      Anselm Brehme - 9 years ago
    8. Merge pull request #1221 from SpongePowered/feature/container-property
      Chris Sanders - 9 years ago
    9. GuiIDProperty and GuiId Catalogue
      Anselm Brehme - 9 years ago
    10. Couple of inventory event fixes. Updates #1448.
      Chris Sanders - 9 years ago
    11. Cache active chunk for entities and tileentities.
      bloodshot - 9 years ago
    12. Cache persisted chunk status for activation ranges.
      bloodshot - 9 years ago
    13. Don't enter TILE_ENTITY_UNLOAD phase on client
      Aaron Hill - 9 years ago
    14. Always force id's to lowercase when read from config.
      bloodshot - 9 years ago
    15. Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
      bloodshot - 9 years ago
    16. Lets try this fix again for Inventory getPlugin.
      Chris Sanders - 9 years ago
    17. Fix Inventoryt#getPlugin for custom inventories.
      Chris Sanders - 9 years ago
    18. Merge pull request #1500 from Cybermaxke/fix-tracker-class-loading
      bloodmc - 9 years ago
    19. Fix unintentionally class loading caused by Tracker redirect methods.
      Seppe Volkaerts - 9 years ago
  4. 1.12.1-7.0.0-BETA-316

    1. Optimize runtime deobfuscation transformer to improve startup time
      Reduces time in transformer about ~1000ms, on my machine from
      ~1600ms to ~600ms.
      
      There are two main changes to optimize the transformer:
      
      - ~600ms are saved by preprocessing the obfuscation mappings to
        generate the super maps and field descriptors at compile time.
        They are stored in a more compact mapping format which can be
        loaded quickly at runtime.
      
      - ~400ms are saved by limiting the transformer to Minecraft classes.
        In production, the transformer is responsible for deobfuscating
        the original Minecraft classes (using "Notch" mappings) to
        "Searge" mappings. SpongeVanilla itself and all Sponge plugins
        should be compiled again Searge mappings already so it is pointless
        to transform these classes.
      Minecrell - 9 years ago
  5. 1.12.1-7.0.0-BETA-315

    1. Update SpongeCommon
      Minecrell - 9 years ago
  6. 1.12.1-7.0.0-BETA-314

  7. 1.12.1-7.0.0-BETA-313

    1. Update SpongeCommon for Mixin update
      Minecrell - 9 years ago
    SpongeCommon
    1. Update Mixin to 0.7-SNAPSHOT
      Minecrell - 9 years ago
  8. 1.12.1-7.0.0-BETA-312

    1. Update SpongeCommon
      Remove chunk events as these are now called in SpongeCommon.
      Minecrell - 9 years ago
    SpongeCommon
    1. Merge pull request #1481 from Grinch/feature/plugins-command
      Chris Sanders - 9 years ago
    2. Finishing touches
      Steven Downer - 9 years ago
    3. Merge pull request #1477 from JBYoshi/pluginphase-post
      Chris Sanders - 9 years ago
    4. Fix CME during TE removal. Fixes SpongePowered/SpongeForge#1722
      bloodshot - 9 years ago
    5. Fix MC-117075: TE Unload Lag Spike
      bloodshot - 9 years ago
    6. Don't enable world configs on creation from plugins.
      bloodshot - 9 years ago
    7. Don't return empty chunks in chunk cache.
      bloodshot - 9 years ago
    8. Ray trace player digging. Fixes #1415
      bloodshot - 9 years ago
    9. Don't drop items during block restores.
      bloodshot - 9 years ago
    10. Updated plugin list command to use pagination rather than a raw list
      Zach Sugano - 9 years ago
    11. Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
      Gabriel Harris-Rouquette - 9 years ago
    12. This never happened.
      Chris Sanders - 9 years ago
    13. Add AI testing plugin (cause why not..)
      Chris Sanders - 9 years ago
    14. Fix tracker not providing Player as part of entities spawned via
      Chris Sanders - 9 years ago
    15. Couple of fixes for local movement.
      Chris Sanders - 9 years ago
    16. if lens is null here build it
      Anselm Brehme - 9 years ago
    17. Implement Inventory.getPlugin(). Fixes SpongePowered/SpongeCommon#1222
      JBYoshi - 9 years ago
    18. Cleanup from Record PR + test plugins cleanup
      Chris Sanders - 9 years ago
    19. Merges #1438 : Implemented the Record API.
      Seppe Volkaerts - 9 years ago
    20. Merge pull request #1358 from JBYoshi/fix/xp-levels
      Chris Sanders - 9 years ago
    21. Merge pull request #1382 from JBYoshi/fix/plugin-teleport-cause
      Chris Sanders - 9 years ago
    22. Merge pull request #1370 from JBYoshi/fix/tnt-detonate-cancel
      Chris Sanders - 9 years ago
    23. Fix wrong chunk folder being retrieved during mod init.
      bloodshot - 9 years ago
    24. Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
      bloodshot - 9 years ago
    25. Added implementation for getPrecipitationLevel in Extent
      Desetude - 9 years ago
    26. Merge pull request #1454 from Meronat/fix/saturation-property
      Chris Sanders - 9 years ago
    27. Merge pull request #1462 from ustc-zzzz/bleeding
      Chris Sanders - 9 years ago
    28. Merges #1475: Cleanup pagination list, add a test plugin, and allow sending a specific page
      Parker Lougheed - 9 years ago
    29. Rework some of the SpongeTeleportHelper
      Daniel Naylor - 9 years ago
    30. Bump API ref.
      Chris Sanders - 9 years ago
    31. Implement Villager.getCarrier().
      JBYoshi - 9 years ago
    32. Remove getName from MixinItem toString as it can crash on startup.
      bloodshot - 9 years ago
    33. Use TeleportCauses.PLUGIN for plugin-caused teleports.
      JBYoshi - 9 years ago
    34. Allow PluginPhase to run during unwinding, for plugin actions inside event listeners that are called during unwinding. Fixes SpongePowered/SpongeVanilla#314.
      JBYoshi - 9 years ago
    35. Automatically recalculate the total XP after updating the experience levels.
      JBYoshi - 9 years ago
    36. Fix the incorrect implementation of (de)serialization of GameProfile
      Yanbing Zhao - 9 years ago
    37. Fix saturation property value to be actual value
      Parker Lougheed - 9 years ago
    38. Bypass PluginContainer cause checks. Fixes SpongePowered#1366
      JBYoshi - 9 years ago
  9. 1.12.1-7.0.0-BETA-311

  10. 1.12.1-7.0.0-BETA-310