Minecraft – Do carrots need to be within a certain range of the player to grow

minecraft-java-edition

Question is pretty simple, i'm trying to make a villager-powered carrot farm in spawn chunks, but I want to know if carrots are like saplings and grass and need to be within a certain range of a player in order to grow.

Best Answer

Not only the chunk needs to be loaded, but their growth also depends on "random ticks", which only happen in a roughly 128 block radius around the player. The exact definition from the wiki (archive):

On every game tick, each chunk within the render distance of a player and with centers within 128 blocks of a player are ticked.