Goat Horn Give Command Generator — All 8 Instruments (Java 1.20.5+)
Uses modern Minecraft item component syntax (1.20.5+). On older versions these need the legacy NBT tag format instead.
How to Use the Goat Horn Generator
- Pick a target selector (defaults to
@s, the player running the command). - Choose one of the 8 instruments from the dropdown.
- Copy the generated
/givecommand.
Syntax Reference
Since Java Edition 1.20.5, goat horns no longer use a separate item ID per sound – there’s one minecraft:goat_horn item, and the instrument is set with the instrument item component:
/give @s minecraft:goat_horn[instrument="minecraft:ponder_goat_horn"]
Swap ponder for any of the 8 valid instrument names: ponder, sing, seek, feel, admire, call, yearn, dream.
Frequently Asked Questions
How do you normally get each goat horn without commands?
Goat horns drop when an adult goat rams into a block it can damage (stone, ore blocks, logs, packed ice, and similar). A regular goat can only drop the first four sounds – Ponder, Sing, Seek, and Feel – chosen at random with equal odds. The other four – Admire, Call, Yearn, and Dream – only ever drop from a Screaming Goat, a rare goat variant with roughly a 2% chance to spawn instead of a normal one (recognizable by its distinct scream instead of a bleat). Regular-goat horns can also turn up as loot in Pillager Outpost chests.
What does using a goat horn actually do in-game?
It plays a loud instrument sound audible up to 256 blocks away and has a 7-second cooldown before it can be used again – it has no gameplay effect beyond the sound itself.
Do all 8 goat horns stack together?
No – each instrument is a distinct item (they differ by the instrument component), so they don’t stack with each other in an inventory, only with more of the exact same instrument.
Does this generator work for versions before 1.20.5?
No – older versions used 8 separate items with NBT-based instrument data instead of the modern component syntax this tool outputs. If you’re on an older version, use the legacy {instrument:"..."} NBT tag format instead.
Related Tools
- Give Command Generator – build any other item, including armor with trims and enchantments.
- Container Give Command – give a pre-filled shulker box or chest.
- Goat Summon Generator – spawn a goat directly, including a screaming one.