Sponge Downloads

All builds

  1. 1.21.1-52.0.3-12.0.2-RC2077

  2. 1.21.1-52.0.3-12.0.2-RC2071

  3. 1.21.1-52.0.3-12.0.2-RC2070

  4. 1.21.1-52.0.3-12.0.2-RC2069

  5. 1.21.1-52.0.3-12.0.2-RC2067

  6. 1.21.1-52.0.3-12.0.2-RC2066

  7. 1.21.1-52.0.3-12.0.2-RC2061

    1. chore: prepare towards next recommended version
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 2 years ago
  8. 1.21.1-52.0.3-12.0.1 Recommended

    1. feat: prepare new recommended version with several fixes
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      gabizou - 2 years ago
  9. 1.21.1-52.0.3-12.0.1-RC2059

  10. 1.21.1-52.0.3-12.0.1-RC2058

    1. Remove cast SingleItemRecipe to StonecutterRecipe in codec
      In appearance this mixin was targetting StonecutterRecipe.Serializer but this class is not an inner class of StonecutterRecipe but the inner class of SingleItemRecipe.
      In the end, we were injecting into SingleItemRecipe.Serializer while expecting every instances to be StonecutterRecipes. This was causing conflicts with mods.
      Yeregorix - 2 years ago