Closed SimonMeskens closed 4 months ago
Plants have 3 bits of growth data and 1 bit that tells you if a plant has grown yet that day. Pruning should disable the flag again:
yourPlantBlock.setHasGrownToday(world, x, y, z, false);
Plants have 3 bits of growth data and 1 bit that tells you if a plant has grown yet that day. Pruning should disable the flag again: