Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floral fertilizer can produce shimmering mushrooms #4795

Open
wants to merge 1 commit into
base: 1.20.x
Choose a base branch
from

Conversation

TheRealWormbo
Copy link
Collaborator

It spawns flowers on blocks in the minecraft:dirt tag (except in the nether), and mushrooms on blocks in the minecraft:mushroom_grow_block tag. If the block matches both conditions, flowers are preferred over mushrooms at a ratio of 2:1.

This commit also removes the random render offset for the mushrooms to match their interaction shape.

@TheRealWormbo
Copy link
Collaborator Author

Confirmed to be working properly. Since shimmering mushrooms only correspond to a single petal, a fertilizer application is now guaranteed (assuming there is enough space) to produce the equivalent of 5 to 7 petals, which still creates 3 or 4 flowers, if only flowers are possible in the area. This makes it "petal-positive" in all cases except with extreme space constraints.

It spawns flowers on blocks in the `minecraft:dirt` tag (except in the nether), and mushrooms on blocks in the `minecraft:mushroom_grow_block` tag. If the block matches both conditions, flowers are preferred over mushrooms at a ratio of 2:1.

This commit also removes the random render offset for the mushrooms to match their interaction shape.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant