Particle Core

Particle Core

2M Downloads

Incompatibility with Lunar Client

kispintyi opened this issue ยท 15 comments

commented

This mod doesn't work with Lunar Client and is crashing the game while it starts!

Crash-log: https://mclo.gs/AqwHc5j

commented

:/ Any fix you could do?

commented

if you add "POTION" to the disabledOptimizations list in the particle_core_disabled_optimizations.json config, it might launch.

commented

Well, they don't support this one. They changed something in particle rendering thats causing one of my mixins to fail.

commented

I can't seem to figure out the right format so I can't test if it works :/

commented

Where is this file located?

commented

Found it in "C:\Users\pcusername\AppData\Roaming.minecraft\particle_core_disabled_optimizations.json"

commented

Is this the right format?
image

commented

Like this then right?
image

commented

Lists in json are like
[
"POTION"
]

With square brackets, not curly

commented

If this was the right format then it's still crashing!

Crash-log: https://mclo.gs/9oiKBSR

commented

I'm waiting for confirmation

commented

Doesn't lunar client only work with a specific set of mods by design?

commented

No! They now support custom mods!

commented

Hey! Any updates?

commented

That is a different crash than the original. Seems like "DECREASE" also needs to be added to the disable list; hopefully it luanches after that