change xp

This commit is contained in:
Sen 2025-07-11 11:21:41 +02:00
parent f647862095
commit e784b65be7
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
2 changed files with 7 additions and 6 deletions

View file

@ -22,7 +22,7 @@ public class EntityXp extends Entity implements IObjectData
/**
* A constantly increasing value that RenderXPOrb uses to control the colour shifting (Green / yellow)
*/
public int xpColor;
public int xpColor = this.rand.zrange(1000);
/** The age of the XP orb in ticks. */
public int xpOrbAge;