mojira.dev

HackerRouter

Assigned

No issues.

Reported

MC-266210 Dragon respawn is unable to be frozen with /tick freeze Fixed MC-265541 player.dat_old won't be read even if player.dat doesn't exist Fixed MC-177213 A part was missing when an end ship was generated Invalid

Comments

In fact, I noted "this bug exists in carpet mod" just because the "tick" function is originally from carpet mod, and "the mod creator" is gnembon who works at Mojang.

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

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