Skip to content

v7.0.1-alpha for Minecraft 1.21.1

Compare
Choose a tag to compare
@Rover656 Rover656 released this 24 Sep 12:08
· 43 commits to dev/1.21 since this release

Ender IO 7.0.1-alpha

This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.

Features

  • Add chemical filters (with laserio compatibility too)

Miscellaneous Tasks

  • Update all dependencies in development environment.
  • [API breaking] Bump minimum AE2 version and add support for exposing capabilities with any context.
  • Add guard clause to GridHelper.onFirstTick to avoid calling create twice. (Speculative fix for an AE2 related crash)
  • Bump graphlib and use maven mirror.

Build

(Developer changes, you can ignore these as a player)

  • Fix gradle string interpolation for publish versioning [no ci]
  • Fix maven publishing and update readme for new maven name [no ci]
  • Publish all modules separately with dependencies [no ci]
  • Also publish modded conduits [no ci]
  • CompileOnly refined storage [no ci]
  • RuntimeOnly refined storage in enderio target [no ci]
  • Put back data generation that I mistakenly removed [no ci]
  • Fixed the ensure compiler plugin
  • Add checkstyle gradle plugin and fix warnings.
  • Introduce spotbugs gradle plugin [no ci]
  • Use api configuration instead of implementation to ensure maven dependencies are scoped correctly [no ci]