Skip to content
Namnarak edited this page Aug 22, 2026 · 2 revisions

🔊 Sounds

Custom sound events.

Basic Sound

cave_wind:
  type: sound
  category: ambient
  subtitle: "subtitles.myitem.cave_wind"
  sounds:
    - "ambient/cave_wind"

Options

Option Type Description
category string Sound category
subtitle string Subtitle translation key
sounds list Sound file paths

Categories

Category Description
master Master category
music Music
record Music discs
weather Weather effects
block Block sounds
hostile Hostile mobs
neutral Neutral mobs
player Player sounds
ambient Ambient sounds
voice Voice/commands

Examples

Ambient Sound

cave_wind:
  type: sound
  category: ambient
  subtitle: "subtitles.myitem.cave_wind"
  sounds:
    - "ambient/cave_wind"

Block Sound

ruby_place:
  type: sound
  category: block
  subtitle: "subtitles.myitem.ruby_place"
  sounds:
    - "block/ruby_place"

Multiple Variations

ruby_hit:
  type: sound
  category: block
  sounds:
    - "block/ruby_hit1"
    - "block/ruby_hit2"
    - "block/ruby_hit3"

Files

Place in: assets/<pack>/sounds/<path>.ogg


See Also


📜 Footer

Kalo — Open Custom Content Engine for Minecraft

GitHubIssuesDiscord (coming soon)

Version: 0.1.0 • License: MIT • Java: 21+ / 25

Build once. Play everywhere.

Clone this wiki locally