Skip to content

Implement Sweet Berries#1205

Open
AkmalFairuz wants to merge 10 commits into
df-mc:masterfrom
AkmalFairuz:sweet-berries
Open

Implement Sweet Berries#1205
AkmalFairuz wants to merge 10 commits into
df-mc:masterfrom
AkmalFairuz:sweet-berries

Conversation

@AkmalFairuz
Copy link
Copy Markdown
Collaborator

No description provided.

@AkmalFairuz
Copy link
Copy Markdown
Collaborator Author

Duplicate #1197

@AkmalFairuz AkmalFairuz reopened this Mar 20, 2026
Comment thread server/block/sweet_berries.go Outdated
transparent
empty

// Growth is the current growth stage of the bush when placed as a block. 7 is fully grown.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 is fully grown, but there are 4 additional growth states because Mojang..

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually we don't register those extra states

Comment thread server/block/sweet_berries.go Outdated
Comment thread server/block/sweet_berries.go Outdated
Comment thread server/block/sweet_berries.go Outdated
@AkmalFairuz AkmalFairuz requested a review from DaPigGuy March 21, 2026 00:27
return
}
if math.Abs(movement[0]) >= 0.003 || math.Abs(movement[2]) >= 0.003 {
living.Hurt(0.5, DamageSource{Block: s})
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be 1?

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.

2 participants