62832 / MEGACells

ME Greater Accumulation Cells - For when kilobytes just won't do.
https://www.curseforge.com/minecraft/mc-mods/mega-cells
GNU Lesser General Public License v3.0
28 stars 11 forks source link

update to new ae2wtlib api #135

Closed Mari023 closed 1 month ago

Mari023 commented 1 month ago

ae2wtlib is getting a new api which is supposed to be JiJed by mods adding their own terminals. this has the advantage that the terminal related code isn't duplicated between ae2wtlib present and ae2wtlib not present. it is however also a breaking change for all mods interacting with ae2wtlib, so I am making this PR before I release the ae2wtlib update publicly in order to minimize the impact

I marked megacells <= 4.0.0-alpha incompatible in ae2wtlib (but excluded 0.0.0 so it works in dev) since this now uses the api mod, there shouldn't be any weird issues with people accidentally using an old ae2wtlib version with this PR (except that they couldn't put greater energy cards in ae2wtlib terminals)

I will probably release the ae2wtlib update today or tomorrow

62832 commented 1 month ago

Thanks for the heads-up. Am I good to merge this already in that case?

Mari023 commented 1 month ago

yes

Mari023 commented 1 month ago

the new ae2wtlib version is now released on curseforge and modrinth