Skip to content

Fixup experience drain particle VFX - #1083

Open
OhmV-IR wants to merge 1 commit into
masterfrom
change-xp-drain-vfx
Open

Fixup experience drain particle VFX#1083
OhmV-IR wants to merge 1 commit into
masterfrom
change-xp-drain-vfx

Conversation

@OhmV-IR

@OhmV-IR OhmV-IR commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Fixes #1022
I think happy villager particles look better. Either way have made it a configurable setting in case people would like to change it.

@Seggan Seggan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd ma

public final int xpDrainPeriodTicks = getSettingOrThrow("xp-drain-period-ticks", ConfigAdapter.INTEGER);
public final int xpDrainAmount = getSettingOrThrow("xp-drain-amount", ConfigAdapter.INTEGER);
public final int xpBufferAmount = getSettingOrThrow("xp-buffer-amount", ConfigAdapter.INTEGER);
public final Particle drainParticleType = getSettingOrThrow("particle-type", ConfigAdapter.ENUM.from(Particle.class));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this keyed instead of enum adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

change the 'bubble' effect of XP drain

3 participants