Sponge Downloads

All builds

  1. 1.12.2-2825-7.1.6-RC3764

    1. Implement ChangeBlockEvent.Pre for modded liquids. Fixes #892.
      A little explanation about this addition. For starters, we now modify
      the Forge added base classes for custom liquids, but as many know, we
      cannot mix into other mod code for implementors of IFluidBlock that do
      not extend BlockFluidBase/Classic/Finite etc. This remains fully
      implemented for the cases of mod blocks that do extend those classes,
      and not override the methods themselves. Due to the nature of how the
      injections work however, a bug with Mixin's refmap generation was
      discovered, leading to a required addition to the legacy-long-forgotten
      extraSrg.srg file. It now contains a searge mapping for both
      BlockFluidFinite and BlockFluidClassic #updateTick method since
      previously, the refmap would point to
      net/minecraft/block/Block;updateTick().
      
      This has been minimally tested with some mod fluids and a sponge audit
      to ensure that mixin application succeeds.
      
      To keep up to date with the Mixin issue, it can be referenced here:
      SpongePowered/Mixin#326. As soon as the issue is resolved, the
      extraSrg.srg file can be removed from the project.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 years ago
    SpongeCommon
    1. Small changes to support throwing ChangeBlockEvent.Pre events in SpongeForge.
      Gabriel Harris-Rouquette - 7 years ago
    2. Provide the MCP-Mappings-Version in the manifest.
      Chris Sanders - 7 years ago
    3. Whoops..
      Chris Sanders - 7 years ago
    4. Add Java Vendor/Version and OS information to version command.
      Chris Sanders - 7 years ago
  2. 1.12.2-2825-7.1.6-RC3763

    1. Bump common for whoops.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
    SpongeCommon
    1. Whoops..
      Chris Sanders - 7 years ago
  3. 1.12.2-2825-7.1.6-RC3762

    1. Bump common to fix assumption that nether/end always exists.
      Closes #2150.
      
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
  4. 1.12.2-2825-7.1.6-RC3761

    1. Bump common to close #2516.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
    SpongeCommon
    1. Clear manipulators if tag being set on stack is a new reference.
      Chris Sanders - 7 years ago
  5. 1.12.2-2825-7.1.6-RC3760

    1. Bump common for hidden reflection bug fix. Fixes #2770.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 years ago
    SpongeCommon
    1. Don't ignore classes that end up with errors when looking up methods.
      Gabriel Harris-Rouquette - 7 years ago
  6. 1.12.2-2825-7.1.6-RC3759

    1. Closes #2628.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
  7. 1.12.2-2825-7.1.6-RC3758

    1. Update for common changes to unloadWorld.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 7 years ago
  8. 1.12.2-2825-7.1.6-RC3757

    1. Update common for fix with sponge config command.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 years ago
    SpongeCommon
    1. Fix SpongeConfig not being able to fetch children config options.
      Gabriel Harris-Rouquette - 7 years ago
  9. 1.12.2-2825-7.1.6-RC3756

    1. Bump common for small updates. Fixes #2796.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 years ago
    SpongeCommon
    1. Fix redstone not being updated to the proxy. Fixes #2283.
      Gabriel Harris-Rouquette - 7 years ago
    2. I swear I'm not doing this on purpose.
      Gabriel Harris-Rouquette - 7 years ago
    3. *Whistles* Nothing to see here....
      Gabriel Harris-Rouquette - 7 years ago
    4. Dragon eggs fall too.
      Chris Sanders - 7 years ago
    5. Sanity check all accesses to getting a World out of a BlockSnapshot.
      Gabriel Harris-Rouquette - 7 years ago
  10. 1.12.2-2825-7.1.6-RC3755

    1. Bump common for disappearing tile entities.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 7 years ago
    SpongeCommon
    1. Fix disappearing TileEntities during removals and un-marking. Might fix #2277.
      Gabriel Harris-Rouquette - 7 years ago