BTW-Community / De-Novo

MIT License
2 stars 0 forks source link

Pruning should reset the daily growth flag #12

Closed SimonMeskens closed 4 months ago

SimonMeskens commented 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);