Sollace / Unicopia

The pony powers mod to power in your pony pony pony
https://modrinth.com/mod/unicopia
56 stars 22 forks source link

Ledger Compatibility #403

Closed OakPlatinum closed 3 days ago

OakPlatinum commented 1 month ago

Legder is a serverside logging mod. But some actions in Unicopia like magic spells and earth ponies' kicks can't be recorded. It would be great if you considered adding the compatibility.

Sollace commented 1 month ago

I don't think this is really feasible for me to do.

Sollace commented 3 days ago

After looking into it, the way Ledger implements its events are not in a very compatible way at all. I'd be surprised if Unicopia is the only mod that they have problem with.

I suggest taking the issue to them as any logging should be done in WorldChunk#setBlockState or in Block#onStateReplaced, not... in the hundreds of other places they're injecting into instead.