Create

Create

86M Downloads

Add an option for harvester to not break leaves when passing through them.

Yaron-Me opened this issue ยท 0 comments

commented

Describe the Suggestion

Add an option for a harvester to not break leaves when passing through them, either as on option on a harvester or in the game config. This is to make the harvester tree-berry-farm friendly. As a harvester currently just completely demolishes all the leaves of a tree expect for the berry-leaves.

Screenshots and Videos

image

An example of where a harvester passed through a tree. The normal leaves got broken, and the berry got left behind. This change is mostly for aesthetic reasons as breaking the leaves does not harm the production of the farm, but it does make your farm a lot less nice to look at since it contain half destroyed trees.

Additional Context

https://github.com/Creators-of-Create/Create/blob/2e1bcdb6198d4eeb294b63511df339125a14f903/src/main/java/com/simibubi/create/content/contraptions/actors/harvester/HarvesterMovementBehaviour.java#L151C19-L151C19

This should be the line of code that decides this behaviour. Don't know if this will be of any help.