mojira.dev
MC-255780

Blue axolotls don't spawn?

I've bred over 3,200 axolotls (babies spawned, not parents bred) in survival over the past week with not a single blue one to be found. I'm not sure if something is bugged with their spawn chance or I'm just incredibly unlucky.

I, and the 20+ hours I've sank into this, would be very appreciative if anyone could look into it.

Attachments

Comments 4

I just checked the code and it seems that you're so unlucky.

private static boolean useRareVariantForAxolotl(RandomSource p) {
      return p.nextInt(1200) == 0;
   }

The chance of you not getting a blue axolotl 3200 times in a row is roughly 7% so not exactly impossible: (1 - 1/1200)^3200 = 6.94%

So, you probably just were unlucky.

Thank you for the information! I'll go back on the grind and hope for the best!

Update: I just got two back-to-back!

[media]

Tristin Platt

(Unassigned)

Unconfirmed

(Unassigned)

1.19.2

Retrieved