MoonManModding / EmergingTechnology

A Minecraft mod exploring emerging technologies
MIT License
24 stars 11 forks source link

[Feature Request] Harvester turn to nearby crop #36

Closed DevTimur closed 4 years ago

DevTimur commented 4 years ago

image

Is it possible to make so Harvester turn and harvest nearby crops, not only one in front? Just curious, it may hurt ballance a bit, so don't do it if not necessary.

MoonManModding commented 4 years ago

Yes definitely - I wanted to do this from the beginning but my animation skills were not good enough.

I think I could probably do this now, although I may not add it if it causes too much lag. Should be fine though and would be an awesome feature to have.

Thanks again 😁

DevTimur commented 4 years ago

No additional animation needed, m8. Just turn whole block into direction of fully grown crop, and play original animation.

Also, harvester harvest crops very fast, what timer does it got? Every tick, or per block updates? I think you should make this tile entity more relaxed, make so it check surrounding blocks every like 20-40 ticks (1-2 seccond), or even more. Considering how slow crops grow it shouldn't be a problem.

MoonManModding commented 4 years ago

Hi,

This feature should now be available in version 1.3.8-beta.

Thanks again for the suggestion. Keep 'em coming! 😁