[Feedback] Testing 224 - Crop growth times

I mentioned in another thread, crops tick once per day (already a much longer period than say minecraft) and if we wanted a crop to have guaranteed growth time we have to store a counter of how many days since planted to be ticked every day. For say a 1 (real) day crop (60 game days) that’s already 8 bits, and we also have fertilizer and grades of fertilizer that take up bit space, and without using a huge number of block-ids (hundreds, thousands) we dont have that many bits

2 Likes