change xp
This commit is contained in:
parent
f647862095
commit
e784b65be7
2 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue