Whistling Petals
No reviews yet
Arrows can break spore blossoms and harvest glow berries; configurable to support more items
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Default effect:


Configuration files:
- path: config\whistling_petals.json
- op permission Thermal heavy load command: /whistling_petals reload
Arrow Destruction (canDestroy)
- Arrows can destroy hit or pass blocks.
- Uses the same block syntax as Minecraft's /setblock command, supporting block states.
Example:
"canDestroy": [
"minecraft:spore_blossom",
"minecraft:mangrove_propagule[hanging=true,age=4]"
]
- 1: destroys default state spore_blossom.
- 2: destroys mangrove_propagules that are hanging and have age=4
Arrow Plucking (canPluck)
- When an arrow passes through a block, it can pluck fruits or crops and generate drops.
- Format: Define one or more plucking rules for each block.
Example:
"canPluck": {
"minecraft:cave_vines": [
{
"state": "berries",
"pluck": true,
"after": false,
"drops": [
{ "item": "minecraft:glow_berries" },
{ "item": "minecraft:glow_berries", "min": 1, "max": 2 }
]
}
]
}
- state: The block state name to check
- pluck: The value that triggers plucking (when the state equals this value)
- after: The value to set the state to after plucking
- drops: List of items to drop, supports random count (min/max). Defaults to 1 if omitted
Tip:
- Press F3 + I to copy the /setblock command for the block you're looking at.
- The command includes the block's registry name and full state — you can directly copy the block part from it to use in your configuration.
Default effect:


Configuration files:
- Path: config\whistling_petals.json
- op permission Thermal heavy load command: /whistling_petals reload
Arrow Destruction (canDestroy)
- Arrows can destroy hit or pass blocks.
- Uses the same block syntax as Minecraft's /setblock command, supporting block states.
Example:
"canDestroy": [
"minecraft:spore_blossom",
"minecraft:mangrove_propagule[hanging=true,age=4]"
]
- 1: destroys default state spore_blossom.
- 2: destroys mangrove_propagules that are hanging and have age=4
Arrow Plucking (canPluck)
- When an arrow passes through a block, it can pluck fruits or crops and generate drops.
- Format: Define one or more plucking rules for each block.
Example:
"canPluck": {
"minecraft:cave_vines": [
{
"state": "berries",
"pluck": true,
"after": false,
"drops": [
{ "item": "minecraft:glow_berries" },
{ "item": "minecraft:glow_berries", "min": 1, "max": 2 }
]
}
]
}
- state: The block state name to check
- pluck: The value that triggers plucking (when the state equals this value)
- after: The value to set the state to after plucking
- drops: List of items to drop, supports random count (min/max). Defaults to 1 if omitted
Tip:
- Press F3 + I to copy the /setblock command for the block you're looking at.
- The command includes the block's registry name and full state — you can directly copy the block part from it to use in your configuration.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources