EndlessIDs

EndlessIDs

49.7k Downloads

[Compatibility Request]: Angelica

Rimusp opened this issue ยท 6 comments

commented

Other mod's name

Angelica

Other mod's homepage

https://github.com/GTNewHorizons/Angelica

Other mod's license

AGPLv3

Game log

fml-client-latest.log

Description

I dont even know if its possible to add compat from ur side but seems like they wont add support for endless ids as they use theire own version of neid

commented

It needs to be fixed on Angelica's side.
https://github.com/GTNewHorizons/Angelica/blob/c71c85ab2e3545b60d2dc11b8ba5f9a764e1abe5/src/main/java/com/gtnewhorizons/angelica/compat/ExtendedBlockStorageExt.java#L19

They need to add compat for EndlessIDs' block array edits in this constructor.

commented

Update: i've looked at Angelica's code, i will add some helper code into chunkapi that should make integration on their side as simple as calling a single helper method. I'm somewhat busy with IRL stuff right now, but i'll get to it once i'm free.

commented

Let me know when that is done and I can add the compat to Angelica

commented

I'm busy with university projects this week, i'll probably finish the API next week.

commented

Opened a PR on Angelica, discussion will continue there.

GTNewHorizons/Angelica#94

commented

Done.