Skip to content

Add support for Glow Berries harvesting#10569

Open
Eragoneq wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
Eragoneq:mc1.21.1/dev
Open

Add support for Glow Berries harvesting#10569
Eragoneq wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
Eragoneq:mc1.21.1/dev

Conversation

@Eragoneq

@Eragoneq Eragoneq commented Jul 1, 2026

Copy link
Copy Markdown

Closes #4884

I added a custom behavior for the Glow Berries to allow harvesting them using Harvester.

Naturally they do not regenerate, so it might seem like it's not useful, but when paired with vanilla bees or using rich soil from Farmer's Delight they can be bone-mealed and grow berries.

I tried to mimic the proper behavior for the replant and harvestPartial so it works like so:

replant=true,  berries=true,  partial=false -> collect berries, keep vine, set berries=false
replant=false, berries=true,  partial=false -> destroy vine and collect drops
partial=true,  any berries state            -> destroy vine and collect drops
berries=false, partial=false                -> ignore vine

This changes the behavior from the current version, where people might use harvester to cut down vines as with Twisting Vines for example, but Cave Vines do not have any drops regardless so I don't expect anyone to use this specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Glow berries not harvested properly with mechanical harvesters

1 participant