Custom Console Sounds

Custom Console Sounds

You need to learn how texture pack and datapacks works!

Create a Datapack

data/(namespace)/control_sounds/(console_name)/(console_control_name).json

  • Inside this new .json file, paste
{
 "control": "(name:of_control)",
 "console": "ait:console/(console_name)",
 "success_sound": "(sound:id)",
 "alt_sound": "(sound:id_alt)"
}
  • Replace the (name:of_control) with one of the many console controls we have.
  • Replace (console_name) with any listed below.
  • Replace (sound:id) and (sound:id_alt) with the sounds id that matches what it is ingame (using the /playsound command)
  • Now put this datapack into Minecraft.

Different Console Types

  • Hartnell Console = hartnell

  • Coral Console = coral

  • Copper Console = copper

  • Toyota Console = toyota

  • Alnico Console = alnico

  • Steam Console = steam

  • Crystaline Console = crystaline

  • Tokamak Console = renaissance

Last updated on