MrIlliteracy

Sounds.json

Oct 31st, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 74.13 KB | None | 0 0
  1. How to use:
  2. CTRL + F (or CMD + F) then type the old sound name.
  3. If it can't find it change the '.' to a '/' (Ex. random/fizz instead of random.fizz)
  4. The find the new sound name above "category":
  5.  
  6. Sound.json
  7.  
  8. {
  9.  "ambient.cave": {
  10.    "category": "ambient",
  11.    "sounds": [
  12.      "ambient/cave/cave1",
  13.      "ambient/cave/cave2",
  14.      "ambient/cave/cave3",
  15.      "ambient/cave/cave4",
  16.      "ambient/cave/cave5",
  17.      "ambient/cave/cave6",
  18.      "ambient/cave/cave7",
  19.      "ambient/cave/cave8",
  20.      "ambient/cave/cave9",
  21.      "ambient/cave/cave10",
  22.      "ambient/cave/cave11",
  23.      "ambient/cave/cave12",
  24.      "ambient/cave/cave13"
  25.    ]
  26.  },
  27.  "block.anvil.break": {
  28.    "category": "block",
  29.    "sounds": [
  30.      "dig/stone1",
  31.      "dig/stone2",
  32.      "dig/stone3",
  33.      "dig/stone4"
  34.    ],
  35.    "subtitle": "subtitles.block.generic.break"
  36.  },
  37.  "block.anvil.destroy": {
  38.    "category": "block",
  39.    "sounds": [
  40.      "random/anvil_break"
  41.    ],
  42.    "subtitle": "subtitles.block.anvil.destroy"
  43.  },
  44.  "block.anvil.fall": {
  45.    "category": "neutral",
  46.    "sounds": [
  47.      "step/stone1",
  48.      "step/stone2",
  49.      "step/stone3",
  50.      "step/stone4",
  51.      "step/stone5",
  52.      "step/stone6"
  53.    ]
  54.  },
  55.  "block.anvil.hit": {
  56.    "category": "neutral",
  57.    "sounds": [
  58.      "step/stone1",
  59.      "step/stone2",
  60.      "step/stone3",
  61.      "step/stone4",
  62.      "step/stone5",
  63.      "step/stone6"
  64.    ],
  65.    "subtitle": "subtitles.block.generic.break"
  66.  },
  67.  "block.anvil.land": {
  68.    "category": "block",
  69.    "sounds": [
  70.      "random/anvil_land"
  71.    ],
  72.    "subtitle": "subtitles.block.anvil.land"
  73.  },
  74.  "block.anvil.place": {
  75.    "category": "block",
  76.    "sounds": [
  77.      "random/anvil_land"
  78.    ],
  79.    "subtitle": "subtitles.block.generic.place"
  80.  },
  81.  "block.anvil.step": {
  82.    "category": "neutral",
  83.    "sounds": [
  84.      "step/stone1",
  85.      "step/stone2",
  86.      "step/stone3",
  87.      "step/stone4",
  88.      "step/stone5",
  89.      "step/stone6"
  90.    ],
  91.    "subtitle": "subtitles.block.generic.footsteps"
  92.  },
  93.  "block.anvil.use": {
  94.    "category": "block",
  95.    "sounds": [
  96.      "random/anvil_use"
  97.    ],
  98.    "subtitle": "subtitles.block.anvil.use"
  99.  },
  100.  "block.chest.close": {
  101.    "category": "block",
  102.    "sounds": [
  103.      "random/chestclosed"
  104.    ],
  105.    "subtitle": "subtitles.block.chest.close"
  106.  },
  107.  "block.chest.locked": {
  108.    "category": "block",
  109.    "sounds": [
  110.      "random/door_close",
  111.      "random/door_open"
  112.    ]
  113.  },
  114.  "block.chest.open": {
  115.    "category": "block",
  116.    "sounds": [
  117.      "random/chestopen"
  118.    ],
  119.    "subtitle": "subtitles.block.chest.open"
  120.  },
  121.  "block.cloth.break": {
  122.    "category": "block",
  123.    "sounds": [
  124.      "dig/cloth1",
  125.      "dig/cloth2",
  126.      "dig/cloth3",
  127.      "dig/cloth4"
  128.    ],
  129.    "subtitle": "subtitles.block.generic.break"
  130.  },
  131.  "block.cloth.fall": {
  132.    "category": "neutral",
  133.    "sounds": [
  134.      "step/cloth1",
  135.      "step/cloth2",
  136.      "step/cloth3",
  137.      "step/cloth4"
  138.    ]
  139.  },
  140.  "block.cloth.hit": {
  141.    "category": "neutral",
  142.    "sounds": [
  143.      "step/cloth1",
  144.      "step/cloth2",
  145.      "step/cloth3",
  146.      "step/cloth4"
  147.    ],
  148.    "subtitle": "subtitles.block.generic.break"
  149.  },
  150.  "block.cloth.place": {
  151.    "category": "block",
  152.    "sounds": [
  153.      "dig/cloth1",
  154.      "dig/cloth2",
  155.      "dig/cloth3",
  156.      "dig/cloth4"
  157.    ],
  158.    "subtitle": "subtitles.block.generic.place"
  159.  },
  160.  "block.cloth.step": {
  161.    "category": "neutral",
  162.    "sounds": [
  163.      "step/cloth1",
  164.      "step/cloth2",
  165.      "step/cloth3",
  166.      "step/cloth4"
  167.    ],
  168.    "subtitle": "subtitles.block.generic.footsteps"
  169.  },
  170.  "block.comparator.click": {
  171.    "category": "block",
  172.    "sounds": [
  173.      "random/click"
  174.    ]
  175.  },
  176.  "block.dispenser.dispense": {
  177.    "category": "block",
  178.    "sounds": [
  179.      "random/click"
  180.    ],
  181.    "subtitle": "subtitles.block.dispenser.dispense"
  182.  },
  183.  "block.dispenser.fail": {
  184.    "category": "block",
  185.    "sounds": [
  186.      "random/click"
  187.    ],
  188.    "subtitle": "subtitles.block.dispenser.fail"
  189.  },
  190.  "block.dispenser.launch": {
  191.    "category": "neutral",
  192.    "sounds": [
  193.      "random/bow"
  194.    ],
  195.    "subtitle": "subtitles.block.dispenser.dispense"
  196.  },
  197.  "block.end_gateway.spawn": {
  198.    "category": "block",
  199.    "sounds": [
  200.      "random/explode1",
  201.      "random/explode2",
  202.      "random/explode3",
  203.      "random/explode4"
  204.    ],
  205.    "subtitle": "subtitles.enity.generic.explode"
  206.  },
  207.  "block.enderchest.close": {
  208.    "category": "block",
  209.    "sounds": [
  210.      "random/chestclosed"
  211.    ],
  212.    "subtitle": "subtitles.block.chest.close"
  213.  },
  214.  "block.enderchest.open": {
  215.    "category": "block",
  216.    "sounds": [
  217.      "random/chestopen"
  218.    ],
  219.    "subtitle": "subtitles.block.chest.open"
  220.  },
  221.  "block.fence_gate.close": {
  222.    "category": "block",
  223.    "sounds": [
  224.      "random/door_close",
  225.      "random/door_open"
  226.    ],
  227.    "subtitle": "subtitles.block.fence_gate.toggle"
  228.  },
  229.  "block.fence_gate.open": {
  230.    "category": "block",
  231.    "sounds": [
  232.      "random/door_close",
  233.      "random/door_open"
  234.    ],
  235.    "subtitle": "subtitles.block.fence_gate.toggle"
  236.  },
  237.  "block.fire.ambient": {
  238.    "category": "block",
  239.    "sounds": [
  240.      "fire/fire"
  241.    ],
  242.    "subtitle": "subtitles.block.fire.ambient"
  243.  },
  244.  "block.fire.extinguish": {
  245.    "category": "block",
  246.    "sounds": [
  247.      "random/fizz"
  248.    ],
  249.    "subtitle": "subtitles.block.fire.extinguish"
  250.  },
  251.  "block.glass.break": {
  252.    "category": "block",
  253.    "sounds": [
  254.      "random/glass1",
  255.      "random/glass2",
  256.      "random/glass3"
  257.    ],
  258.    "subtitle": "subtitles.block.generic.break"
  259.  },
  260.  "block.glass.fall": {
  261.    "category": "neutral",
  262.    "sounds": [
  263.      "step/stone1",
  264.      "step/stone2",
  265.      "step/stone3",
  266.      "step/stone4",
  267.      "step/stone5",
  268.      "step/stone6"
  269.    ]
  270.  },
  271.  "block.glass.hit": {
  272.    "category": "neutral",
  273.    "sounds": [
  274.      "step/stone1",
  275.      "step/stone2",
  276.      "step/stone3",
  277.      "step/stone4",
  278.      "step/stone5",
  279.      "step/stone6"
  280.    ],
  281.    "subtitle": "subtitles.block.generic.break"
  282.  },
  283.  "block.glass.place": {
  284.    "category": "block",
  285.    "sounds": [
  286.      "dig/stone1",
  287.      "dig/stone2",
  288.      "dig/stone3",
  289.      "dig/stone4"
  290.    ],
  291.    "subtitle": "subtitles.block.generic.place"
  292.  },
  293.  "block.glass.step": {
  294.    "category": "neutral",
  295.    "sounds": [
  296.      "step/stone1",
  297.      "step/stone2",
  298.      "step/stone3",
  299.      "step/stone4",
  300.      "step/stone5",
  301.      "step/stone6"
  302.    ],
  303.    "subtitle": "subtitles.block.generic.footsteps"
  304.  },
  305.  "block.grass.break": {
  306.    "category": "block",
  307.    "sounds": [
  308.      "dig/grass1",
  309.      "dig/grass2",
  310.      "dig/grass3",
  311.      "dig/grass4"
  312.    ],
  313.    "subtitle": "subtitles.block.generic.break"
  314.  },
  315.  "block.grass.fall": {
  316.    "category": "neutral",
  317.    "sounds": [
  318.      "step/grass1",
  319.      "step/grass2",
  320.      "step/grass3",
  321.      "step/grass4",
  322.      "step/grass5",
  323.      "step/grass6"
  324.    ]
  325.  },
  326.  "block.grass.hit": {
  327.    "category": "neutral",
  328.    "sounds": [
  329.      "step/grass1",
  330.      "step/grass2",
  331.      "step/grass3",
  332.      "step/grass4",
  333.      "step/grass5",
  334.      "step/grass6"
  335.    ],
  336.    "subtitle": "subtitles.block.generic.break"
  337.  },
  338.  "block.grass.place": {
  339.    "category": "block",
  340.    "sounds": [
  341.      "dig/grass1",
  342.      "dig/grass2",
  343.      "dig/grass3",
  344.      "dig/grass4"
  345.    ],
  346.    "subtitle": "subtitles.block.generic.place"
  347.  },
  348.  "block.grass.step": {
  349.    "category": "neutral",
  350.    "sounds": [
  351.      "step/grass1",
  352.      "step/grass2",
  353.      "step/grass3",
  354.      "step/grass4",
  355.      "step/grass5",
  356.      "step/grass6"
  357.    ],
  358.    "subtitle": "subtitles.block.generic.footsteps"
  359.  },
  360.  "block.gravel.break": {
  361.    "category": "block",
  362.    "sounds": [
  363.      "dig/gravel1",
  364.      "dig/gravel2",
  365.      "dig/gravel3",
  366.      "dig/gravel4"
  367.    ],
  368.    "subtitle": "subtitles.block.generic.break"
  369.  },
  370.  "block.gravel.fall": {
  371.    "category": "neutral",
  372.    "sounds": [
  373.      "step/gravel1",
  374.      "step/gravel2",
  375.      "step/gravel3",
  376.      "step/gravel4"
  377.    ]
  378.  },
  379.  "block.gravel.hit": {
  380.    "category": "neutral",
  381.    "sounds": [
  382.      "step/gravel1",
  383.      "step/gravel2",
  384.      "step/gravel3",
  385.      "step/gravel4"
  386.    ],
  387.    "subtitle": "subtitles.block.generic.break"
  388.  },
  389.  "block.gravel.place": {
  390.    "category": "block",
  391.    "sounds": [
  392.      "dig/gravel1",
  393.      "dig/gravel2",
  394.      "dig/gravel3",
  395.      "dig/gravel4"
  396.    ],
  397.    "subtitle": "subtitles.block.generic.place"
  398.  },
  399.  "block.gravel.step": {
  400.    "category": "neutral",
  401.    "sounds": [
  402.      "step/gravel1",
  403.      "step/gravel2",
  404.      "step/gravel3",
  405.      "step/gravel4"
  406.    ],
  407.    "subtitle": "subtitles.block.generic.footsteps"
  408.  },
  409.  "block.iron_door.close": {
  410.    "category": "block",
  411.    "sounds": [
  412.      "random/door_close",
  413.      "random/door_open"
  414.    ],
  415.    "subtitle": "subtitles.block.door.toggle"
  416.  },
  417.  "block.iron_door.open": {
  418.    "category": "block",
  419.    "sounds": [
  420.      "random/door_close",
  421.      "random/door_open"
  422.    ],
  423.    "subtitle": "subtitles.block.door.toggle"
  424.  },
  425.  "block.ladder.break": {
  426.    "category": "block",
  427.    "sounds": [
  428.      "dig/wood1",
  429.      "dig/wood2",
  430.      "dig/wood3",
  431.      "dig/wood4"
  432.    ],
  433.    "subtitle": "subtitles.block.generic.break"
  434.  },
  435.  "block.ladder.fall": {
  436.    "category": "neutral",
  437.    "sounds": [
  438.      "step/ladder1",
  439.      "step/ladder2",
  440.      "step/ladder3",
  441.      "step/ladder4",
  442.      "step/ladder5"
  443.    ]
  444.  },
  445.  "block.ladder.hit": {
  446.    "category": "neutral",
  447.    "sounds": [
  448.      "step/ladder1",
  449.      "step/ladder2",
  450.      "step/ladder3",
  451.      "step/ladder4",
  452.      "step/ladder5"
  453.    ],
  454.    "subtitle": "subtitles.block.generic.break"
  455.  },
  456.  "block.ladder.place": {
  457.    "category": "block",
  458.    "sounds": [
  459.      "dig/wood1",
  460.      "dig/wood2",
  461.      "dig/wood3",
  462.      "dig/wood4"
  463.    ],
  464.    "subtitle": "subtitles.block.generic.place"
  465.  },
  466.  "block.ladder.step": {
  467.    "category": "neutral",
  468.    "sounds": [
  469.      "step/ladder1",
  470.      "step/ladder2",
  471.      "step/ladder3",
  472.      "step/ladder4",
  473.      "step/ladder5"
  474.    ],
  475.    "subtitle": "subtitles.block.generic.footsteps"
  476.  },
  477.  "block.lava.ambient": {
  478.    "category": "block",
  479.    "sounds": [
  480.      "liquid/lava"
  481.    ],
  482.    "subtitle": "subtitles.block.lava.ambient"
  483.  },
  484.  "block.lava.extinguish": {
  485.    "category": "block",
  486.    "sounds": [
  487.      "random/fizz"
  488.    ],
  489.    "subtitle": "subtitles.block.lava.extinguish"
  490.  },
  491.  "block.lava.pop": {
  492.    "category": "block",
  493.    "sounds": [
  494.      "liquid/lavapop"
  495.    ],
  496.    "subtitle": "subtitles.block.lava.ambient"
  497.  },
  498.  "block.lever.click": {
  499.    "category": "block",
  500.    "sounds": [
  501.      "random/click"
  502.    ],
  503.    "subtitle": "subtitles.block.lever.click"
  504.  },
  505.  "block.metal.break": {
  506.    "category": "block",
  507.    "sounds": [
  508.      "dig/stone1",
  509.      "dig/stone2",
  510.      "dig/stone3",
  511.      "dig/stone4"
  512.    ],
  513.    "subtitle": "subtitles.block.generic.break"
  514.  },
  515.  "block.metal.fall": {
  516.    "category": "neutral",
  517.    "sounds": [
  518.      "step/stone1",
  519.      "step/stone2",
  520.      "step/stone3",
  521.      "step/stone4",
  522.      "step/stone5",
  523.      "step/stone6"
  524.    ]
  525.  },
  526.  "block.metal.hit": {
  527.    "category": "neutral",
  528.    "sounds": [
  529.      "step/stone1",
  530.      "step/stone2",
  531.      "step/stone3",
  532.      "step/stone4",
  533.      "step/stone5",
  534.      "step/stone6"
  535.    ],
  536.    "subtitle": "subtitles.block.generic.break"
  537.  },
  538.  "block.metal.place": {
  539.    "category": "block",
  540.    "sounds": [
  541.      "dig/stone1",
  542.      "dig/stone2",
  543.      "dig/stone3",
  544.      "dig/stone4"
  545.    ],
  546.    "subtitle": "subtitles.block.generic.place"
  547.  },
  548.  "block.metal.step": {
  549.    "category": "neutral",
  550.    "sounds": [
  551.      "step/stone1",
  552.      "step/stone2",
  553.      "step/stone3",
  554.      "step/stone4",
  555.      "step/stone5",
  556.      "step/stone6"
  557.    ],
  558.    "subtitle": "subtitles.block.generic.footsteps"
  559.  },
  560.  "block.metal_pressureplate.click_off": {
  561.    "category": "block",
  562.    "sounds": [
  563.      "random/click"
  564.    ]
  565.  },
  566.  "block.metal_pressureplate.click_on": {
  567.    "category": "block",
  568.    "sounds": [
  569.      "random/click"
  570.    ],
  571.    "subtitle": "subtitles.block.pressure_plate.click"
  572.  },
  573.  "block.note.basedrum": {
  574.    "category": "record",
  575.    "sounds": [
  576.      "note/bd"
  577.    ],
  578.    "subtitle": "subtitles.block.note.note"
  579.  },
  580.  "block.note.bass": {
  581.    "category": "record",
  582.    "sounds": [
  583.      "note/bassattack"
  584.    ],
  585.    "subtitle": "subtitles.block.note.note"
  586.  },
  587.  "block.note.harp": {
  588.    "category": "record",
  589.    "sounds": [
  590.      "note/harp"
  591.    ],
  592.    "subtitle": "subtitles.block.note.note"
  593.  },
  594.  "block.note.hat": {
  595.    "category": "record",
  596.    "sounds": [
  597.      "note/hat"
  598.    ],
  599.    "subtitle": "subtitles.block.note.note"
  600.  },
  601.  "block.note.snare": {
  602.    "category": "record",
  603.    "sounds": [
  604.      "note/snare"
  605.    ],
  606.    "subtitle": "subtitles.block.note.note"
  607.  },
  608.  "block.piston.contract": {
  609.    "category": "block",
  610.    "sounds": [
  611.      "tile/piston/in"
  612.    ],
  613.    "subtitle": "subtitles.block.piston.move"
  614.  },
  615.  "block.piston.extend": {
  616.    "category": "block",
  617.    "sounds": [
  618.      "tile/piston/out"
  619.    ],
  620.    "subtitle": "subtitles.block.piston.move"
  621.  },
  622.  "block.portal.ambient": {
  623.    "category": "block",
  624.    "sounds": [
  625.      "portal/portal"
  626.    ],
  627.    "subtitle": "subtitles.block.portal.ambient"
  628.  },
  629.  "block.portal.travel": {
  630.    "category": "player",
  631.    "sounds": [
  632.      "portal/travel"
  633.    ]
  634.  },
  635.  "block.portal.trigger": {
  636.    "category": "block",
  637.    "sounds": [
  638.      "portal/trigger"
  639.    ]
  640.  },
  641.  "block.redstone_torch.burnout": {
  642.    "category": "block",
  643.    "sounds": [
  644.      "random/fizz"
  645.    ],
  646.    "subtitle": "subtitles.block.redstone_torch.burnout"
  647.  },
  648.  "block.sand.break": {
  649.    "category": "block",
  650.    "sounds": [
  651.      "dig/sand1",
  652.      "dig/sand2",
  653.      "dig/sand3",
  654.      "dig/sand4"
  655.    ],
  656.    "subtitle": "subtitles.block.generic.break"
  657.  },
  658.  "block.sand.fall": {
  659.    "category": "neutral",
  660.    "sounds": [
  661.      "step/sand1",
  662.      "step/sand2",
  663.      "step/sand3",
  664.      "step/sand4",
  665.      "step/sand5"
  666.    ]
  667.  },
  668.  "block.sand.hit": {
  669.    "category": "neutral",
  670.    "sounds": [
  671.      "step/sand1",
  672.      "step/sand2",
  673.      "step/sand3",
  674.      "step/sand4",
  675.      "step/sand5"
  676.    ],
  677.    "subtitle": "subtitles.block.generic.break"
  678.  },
  679.  "block.sand.place": {
  680.    "category": "block",
  681.    "sounds": [
  682.      "dig/sand1",
  683.      "dig/sand2",
  684.      "dig/sand3",
  685.      "dig/sand4"
  686.    ],
  687.    "subtitle": "subtitles.block.generic.place"
  688.  },
  689.  "block.sand.step": {
  690.    "category": "neutral",
  691.    "sounds": [
  692.      "step/sand1",
  693.      "step/sand2",
  694.      "step/sand3",
  695.      "step/sand4",
  696.      "step/sand5"
  697.    ],
  698.    "subtitle": "subtitles.block.generic.footsteps"
  699.  },
  700.  "block.slime.break": {
  701.    "category": "hostile",
  702.    "sounds": [
  703.      "mob/slime/big1",
  704.      "mob/slime/big2",
  705.      "mob/slime/big3",
  706.      "mob/slime/big4"
  707.    ],
  708.    "subtitle": "subtitles.block.generic.break"
  709.  },
  710.  "block.slime.fall": {
  711.    "category": "hostile",
  712.    "sounds": [
  713.      "mob/slime/small1",
  714.      "mob/slime/small2",
  715.      "mob/slime/small3",
  716.      "mob/slime/small4",
  717.      "mob/slime/small5"
  718.    ]
  719.  },
  720.  "block.slime.hit": {
  721.    "category": "hostile",
  722.    "sounds": [
  723.      "mob/slime/small1",
  724.      "mob/slime/small2",
  725.      "mob/slime/small3",
  726.      "mob/slime/small4",
  727.      "mob/slime/small5"
  728.    ],
  729.    "subtitle": "subtitles.block.generic.break"
  730.  },
  731.  "block.slime.place": {
  732.    "category": "hostile",
  733.    "sounds": [
  734.      "mob/slime/big1",
  735.      "mob/slime/big2",
  736.      "mob/slime/big3",
  737.      "mob/slime/big4"
  738.    ],
  739.    "subtitle": "subtitles.block.generic.place"
  740.  },
  741.  "block.slime.step": {
  742.    "category": "hostile",
  743.    "sounds": [
  744.      "mob/slime/small1",
  745.      "mob/slime/small2",
  746.      "mob/slime/small3",
  747.      "mob/slime/small4",
  748.      "mob/slime/small5"
  749.    ],
  750.    "subtitle": "subtitles.block.generic.footsteps"
  751.  },
  752.  "block.snow.break": {
  753.    "category": "block",
  754.    "sounds": [
  755.      "dig/snow1",
  756.      "dig/snow2",
  757.      "dig/snow3",
  758.      "dig/snow4"
  759.    ],
  760.    "subtitle": "subtitles.block.generic.break"
  761.  },
  762.  "block.snow.fall": {
  763.    "category": "neutral",
  764.    "sounds": [
  765.      "step/snow1",
  766.      "step/snow2",
  767.      "step/snow3",
  768.      "step/snow4"
  769.    ]
  770.  },
  771.  "block.snow.hit": {
  772.    "category": "neutral",
  773.    "sounds": [
  774.      "step/snow1",
  775.      "step/snow2",
  776.      "step/snow3",
  777.      "step/snow4"
  778.    ],
  779.    "subtitle": "subtitles.block.generic.break"
  780.  },
  781.  "block.snow.place": {
  782.    "category": "block",
  783.    "sounds": [
  784.      "dig/snow1",
  785.      "dig/snow2",
  786.      "dig/snow3",
  787.      "dig/snow4"
  788.    ],
  789.    "subtitle": "subtitles.block.generic.place"
  790.  },
  791.  "block.snow.step": {
  792.    "category": "neutral",
  793.    "sounds": [
  794.      "step/snow1",
  795.      "step/snow2",
  796.      "step/snow3",
  797.      "step/snow4"
  798.    ],
  799.    "subtitle": "subtitles.block.generic.footsteps"
  800.  },
  801.  "block.stone.break": {
  802.    "category": "block",
  803.    "sounds": [
  804.      "dig/stone1",
  805.      "dig/stone2",
  806.      "dig/stone3",
  807.      "dig/stone4"
  808.    ],
  809.    "subtitle": "subtitles.block.generic.break"
  810.  },
  811.  "block.stone.fall": {
  812.    "category": "neutral",
  813.    "sounds": [
  814.      "step/stone1",
  815.      "step/stone2",
  816.      "step/stone3",
  817.      "step/stone4",
  818.      "step/stone5",
  819.      "step/stone6"
  820.    ]
  821.  },
  822.  "block.stone.hit": {
  823.    "category": "neutral",
  824.    "sounds": [
  825.      "step/stone1",
  826.      "step/stone2",
  827.      "step/stone3",
  828.      "step/stone4",
  829.      "step/stone5",
  830.      "step/stone6"
  831.    ],
  832.    "subtitle": "subtitles.block.generic.break"
  833.  },
  834.  "block.stone.place": {
  835.    "category": "block",
  836.    "sounds": [
  837.      "dig/stone1",
  838.      "dig/stone2",
  839.      "dig/stone3",
  840.      "dig/stone4"
  841.    ],
  842.    "subtitle": "subtitles.block.generic.place"
  843.  },
  844.  "block.stone.step": {
  845.    "category": "neutral",
  846.    "sounds": [
  847.      "step/stone1",
  848.      "step/stone2",
  849.      "step/stone3",
  850.      "step/stone4",
  851.      "step/stone5",
  852.      "step/stone6"
  853.    ],
  854.    "subtitle": "subtitles.block.generic.footsteps"
  855.  },
  856.  "block.stone_button.click_off": {
  857.    "category": "block",
  858.    "sounds": [
  859.      "random/click"
  860.    ]
  861.  },
  862.  "block.stone_button.click_on": {
  863.    "category": "block",
  864.    "sounds": [
  865.      "random/click"
  866.    ],
  867.    "subtitle": "subtitles.block.button.click"
  868.  },
  869.  "block.stone_pressureplate.click_off": {
  870.    "category": "block",
  871.    "sounds": [
  872.      "random/click"
  873.    ]
  874.  },
  875.  "block.stone_pressureplate.click_on": {
  876.    "category": "block",
  877.    "sounds": [
  878.      "random/click"
  879.    ],
  880.    "subtitle": "subtitles.block.pressure_plate.click"
  881.  },
  882.  "block.trapdoor.close": {
  883.    "category": "block",
  884.    "sounds": [
  885.      "random/door_close",
  886.      "random/door_open"
  887.    ],
  888.    "subtitle": "subtitles.block.trapdoor.toggle"
  889.  },
  890.  "block.trapdoor.open": {
  891.    "category": "block",
  892.    "sounds": [
  893.      "random/door_close",
  894.      "random/door_open"
  895.    ],
  896.    "subtitle": "subtitles.block.trapdoor.toggle"
  897.  },
  898.  "block.tripwire.attach": {
  899.    "category": "block",
  900.    "sounds": [
  901.      "random/click"
  902.    ]
  903.  },
  904.  "block.tripwire.click_off": {
  905.    "category": "block",
  906.    "sounds": [
  907.      "random/click"
  908.    ]
  909.  },
  910.  "block.tripwire.click_on": {
  911.    "category": "block",
  912.    "sounds": [
  913.      "random/click"
  914.    ],
  915.    "subtitle": "subtitles.block.tripwire.click"
  916.  },
  917.  "block.tripwire.detach": {
  918.    "category": "neutral",
  919.    "sounds": [
  920.      "random/bowhit1",
  921.      "random/bowhit2",
  922.      "random/bowhit3",
  923.      "random/bowhit4"
  924.    ]
  925.  },
  926.  "block.water.ambient": {
  927.    "category": "block",
  928.    "sounds": [
  929.      "liquid/water"
  930.    ],
  931.    "subtitle": "subtitles.block.water.ambient"
  932.  },
  933.  "block.wood.break": {
  934.    "category": "block",
  935.    "sounds": [
  936.      "dig/wood1",
  937.      "dig/wood2",
  938.      "dig/wood3",
  939.      "dig/wood4"
  940.    ],
  941.    "subtitle": "subtitles.block.generic.break"
  942.  },
  943.  "block.wood.fall": {
  944.    "category": "neutral",
  945.    "sounds": [
  946.      "step/wood1",
  947.      "step/wood2",
  948.      "step/wood3",
  949.      "step/wood4",
  950.      "step/wood5",
  951.      "step/wood6"
  952.    ]
  953.  },
  954.  "block.wood.hit": {
  955.    "category": "neutral",
  956.    "sounds": [
  957.      "step/wood1",
  958.      "step/wood2",
  959.      "step/wood3",
  960.      "step/wood4",
  961.      "step/wood5",
  962.      "step/wood6"
  963.    ],
  964.    "subtitle": "subtitles.block.generic.break"
  965.  },
  966.  "block.wood.place": {
  967.    "category": "block",
  968.    "sounds": [
  969.      "dig/wood1",
  970.      "dig/wood2",
  971.      "dig/wood3",
  972.      "dig/wood4"
  973.    ],
  974.    "subtitle": "subtitles.block.generic.place"
  975.  },
  976.  "block.wood.step": {
  977.    "category": "neutral",
  978.    "sounds": [
  979.      "step/wood1",
  980.      "step/wood2",
  981.      "step/wood3",
  982.      "step/wood4",
  983.      "step/wood5",
  984.      "step/wood6"
  985.    ],
  986.    "subtitle": "subtitles.block.generic.footsteps"
  987.  },
  988.  "block.wood_button.click_off": {
  989.    "category": "block",
  990.    "sounds": [
  991.      "random/wood_click"
  992.    ]
  993.  },
  994.  "block.wood_button.click_on": {
  995.    "category": "block",
  996.    "sounds": [
  997.      "random/wood_click"
  998.    ],
  999.    "subtitle": "subtitles.block.button.click"
  1000.  },
  1001.  "block.wood_pressureplate.click_off": {
  1002.    "category": "block",
  1003.    "sounds": [
  1004.      "random/click"
  1005.    ]
  1006.  },
  1007.  "block.wood_pressureplate.click_on": {
  1008.    "category": "block",
  1009.    "sounds": [
  1010.      "random/click"
  1011.    ],
  1012.    "subtitle": "subtitles.block.pressure_plate.click"
  1013.  },
  1014.  "block.wooden_door.close": {
  1015.    "category": "block",
  1016.    "sounds": [
  1017.      "random/door_close",
  1018.      "random/door_open"
  1019.    ],
  1020.    "subtitle": "subtitles.block.door.toggle"
  1021.  },
  1022.  "block.wooden_door.open": {
  1023.    "category": "block",
  1024.    "sounds": [
  1025.      "random/door_close",
  1026.      "random/door_open"
  1027.    ],
  1028.    "subtitle": "subtitles.block.door.toggle"
  1029.  },
  1030.  "entity.arrow.hit": {
  1031.    "category": "neutral",
  1032.    "sounds": [
  1033.      "random/bowhit1",
  1034.      "random/bowhit2",
  1035.      "random/bowhit3",
  1036.      "random/bowhit4"
  1037.    ],
  1038.    "subtitle": "subtitles.entity.arrow.hit"
  1039.  },
  1040.  "entity.arrow.shoot": {
  1041.    "category": "neutral",
  1042.    "sounds": [
  1043.      "random/bow"
  1044.    ],
  1045.    "subtitle": "subtitles.entity.arrow.shoot"
  1046.  },
  1047.  "entity.arrow.successful_hit": {
  1048.    "category": "player",
  1049.    "sounds": [
  1050.      "random/successful_hit"
  1051.    ],
  1052.    "subtitle": "subtitles.entity.arrow.successful_hit"
  1053.  },
  1054.  "entity.bat.ambient": {
  1055.    "category": "neutral",
  1056.    "sounds": [
  1057.      "mob/bat/idle1",
  1058.      "mob/bat/idle2",
  1059.      "mob/bat/idle3",
  1060.      "mob/bat/idle4"
  1061.    ],
  1062.    "subtitle": "subtitles.entity.bat.ambient"
  1063.  },
  1064.  "entity.bat.death": {
  1065.    "category": "neutral",
  1066.    "sounds": [
  1067.      "mob/bat/death"
  1068.    ],
  1069.    "subtitle": "subtitles.entity.bat.death"
  1070.  },
  1071.  "entity.bat.hurt": {
  1072.    "category": "neutral",
  1073.    "sounds": [
  1074.      "mob/bat/hurt1",
  1075.      "mob/bat/hurt2",
  1076.      "mob/bat/hurt3",
  1077.      "mob/bat/hurt4"
  1078.    ],
  1079.    "subtitle": "subtitles.entity.bat.hurt"
  1080.  },
  1081.  "entity.bat.takeoff": {
  1082.    "category": "neutral",
  1083.    "sounds": [
  1084.      "mob/bat/takeoff"
  1085.    ]
  1086.  },
  1087.  "entity.blaze.ambient": {
  1088.    "category": "hostile",
  1089.    "sounds": [
  1090.      "mob/blaze/breathe1",
  1091.      "mob/blaze/breathe2",
  1092.      "mob/blaze/breathe3",
  1093.      "mob/blaze/breathe4"
  1094.    ],
  1095.    "subtitle": "subtitles.entity.blaze.ambient"
  1096.  },
  1097.  "entity.blaze.burn": {
  1098.    "category": "block",
  1099.    "sounds": [
  1100.      "fire/fire"
  1101.    ]
  1102.  },
  1103.  "entity.blaze.death": {
  1104.    "category": "hostile",
  1105.    "sounds": [
  1106.      "mob/blaze/death"
  1107.    ],
  1108.    "subtitle": "subtitles.entity.blaze.death"
  1109.  },
  1110.  "entity.blaze.hurt": {
  1111.    "category": "hostile",
  1112.    "sounds": [
  1113.      "mob/blaze/hit1",
  1114.      "mob/blaze/hit2",
  1115.      "mob/blaze/hit3",
  1116.      "mob/blaze/hit4"
  1117.    ],
  1118.    "subtitle": "subtitles.entity.blaze.hurt"
  1119.  },
  1120.  "entity.blaze.shoot": {
  1121.    "category": "hostile",
  1122.    "sounds": [
  1123.      "mob/ghast/fireball4"
  1124.    ],
  1125.    "subtitle": "subtitles.entity.blaze.shoot"
  1126.  },
  1127.  "entity.bobber.splash": {
  1128.    "category": "player",
  1129.    "sounds": [
  1130.      "random/splash"
  1131.    ],
  1132.    "subtitle": "subtitles.entity.bobber.splash"
  1133.  },
  1134.  "entity.bobber.throw": {
  1135.    "category": "neutral",
  1136.    "sounds": [
  1137.      "random/bow"
  1138.    ]
  1139.  },
  1140.  "entity.cat.ambient": {
  1141.    "category": "neutral",
  1142.    "sounds": [
  1143.      "mob/cat/meow1",
  1144.      "mob/cat/meow2",
  1145.      "mob/cat/meow3",
  1146.      "mob/cat/meow4"
  1147.    ],
  1148.    "subtitle": "subtitles.entity.cat.ambient"
  1149.  },
  1150.  "entity.cat.death": {
  1151.    "category": "neutral",
  1152.    "sounds": [
  1153.      "mob/cat/hitt1",
  1154.      "mob/cat/hitt2",
  1155.      "mob/cat/hitt3"
  1156.    ],
  1157.    "subtitle": "subtitles.entity.cat.death"
  1158.  },
  1159.  "entity.cat.hurt": {
  1160.    "category": "neutral",
  1161.    "sounds": [
  1162.      "mob/cat/hitt1",
  1163.      "mob/cat/hitt2",
  1164.      "mob/cat/hitt3"
  1165.    ],
  1166.    "subtitle": "subtitles.entity.cat.hurt"
  1167.  },
  1168.  "entity.cat.purr": {
  1169.    "category": "neutral",
  1170.    "sounds": [
  1171.      "mob/cat/purr1",
  1172.      "mob/cat/purr2",
  1173.      "mob/cat/purr3"
  1174.    ],
  1175.    "subtitle": "subtitles.entity.cat.ambient"
  1176.  },
  1177.  "entity.cat.purreow": {
  1178.    "category": "neutral",
  1179.    "sounds": [
  1180.      "mob/cat/purreow1",
  1181.      "mob/cat/purreow2"
  1182.    ],
  1183.    "subtitle": "subtitles.entity.cat.ambient"
  1184.  },
  1185.  "entity.chicken.ambient": {
  1186.    "category": "neutral",
  1187.    "sounds": [
  1188.      "mob/chicken/say1",
  1189.      "mob/chicken/say2",
  1190.      "mob/chicken/say3"
  1191.    ],
  1192.    "subtitle": "subtitles.entity.chicken.ambient"
  1193.  },
  1194.  "entity.chicken.death": {
  1195.    "category": "neutral",
  1196.    "sounds": [
  1197.      "mob/chicken/hurt1",
  1198.      "mob/chicken/hurt2"
  1199.    ],
  1200.    "subtitle": "subtitles.entity.chicken.death"
  1201.  },
  1202.  "entity.chicken.egg": {
  1203.    "category": "neutral",
  1204.    "sounds": [
  1205.      "mob/chicken/plop"
  1206.    ],
  1207.    "subtitle": "subtitles.entity.chicken.egg"
  1208.  },
  1209.  "entity.chicken.hurt": {
  1210.    "category": "neutral",
  1211.    "sounds": [
  1212.      "mob/chicken/hurt1",
  1213.      "mob/chicken/hurt2"
  1214.    ],
  1215.    "subtitle": "subtitles.entity.chicken.hurt"
  1216.  },
  1217.  "entity.chicken.step": {
  1218.    "category": "neutral",
  1219.    "sounds": [
  1220.      "mob/chicken/step1",
  1221.      "mob/chicken/step2"
  1222.    ],
  1223.    "subtitle": "subtitles.block.generic.footsteps"
  1224.  },
  1225.  "entity.cow.ambient": {
  1226.    "category": "neutral",
  1227.    "sounds": [
  1228.      "mob/cow/say1",
  1229.      "mob/cow/say2",
  1230.      "mob/cow/say3",
  1231.      "mob/cow/say4"
  1232.    ],
  1233.    "subtitle": "subtitles.entity.cow.ambient"
  1234.  },
  1235.  "entity.cow.death": {
  1236.    "category": "neutral",
  1237.    "sounds": [
  1238.      "mob/cow/hurt1",
  1239.      "mob/cow/hurt2",
  1240.      "mob/cow/hurt3"
  1241.    ],
  1242.    "subtitle": "subtitles.entity.cow.death"
  1243.  },
  1244.  "entity.cow.hurt": {
  1245.    "category": "neutral",
  1246.    "sounds": [
  1247.      "mob/cow/hurt1",
  1248.      "mob/cow/hurt2",
  1249.      "mob/cow/hurt3"
  1250.    ],
  1251.    "subtitle": "subtitles.entity.cow.hurt"
  1252.  },
  1253.  "entity.cow.step": {
  1254.    "category": "neutral",
  1255.    "sounds": [
  1256.      "mob/cow/step1",
  1257.      "mob/cow/step2",
  1258.      "mob/cow/step3",
  1259.      "mob/cow/step4"
  1260.    ],
  1261.    "subtitle": "subtitles.block.generic.footsteps"
  1262.  },
  1263.  "entity.creeper.death": {
  1264.    "category": "hostile",
  1265.    "sounds": [
  1266.      "mob/creeper/death"
  1267.    ],
  1268.    "subtitle": "subtitles.entity.creeper.death"
  1269.  },
  1270.  "entity.creeper.hurt": {
  1271.    "category": "hostile",
  1272.    "sounds": [
  1273.      "mob/creeper/say1",
  1274.      "mob/creeper/say2",
  1275.      "mob/creeper/say3",
  1276.      "mob/creeper/say4"
  1277.    ],
  1278.    "subtitle": "subtitles.entity.creeper.hurt"
  1279.  },
  1280.  "entity.creeper.primed": {
  1281.    "category": "hostile",
  1282.    "sounds": [
  1283.      "random/fuse"
  1284.    ],
  1285.    "subtitle": "subtitles.entity.creeper.primed"
  1286.  },
  1287.  "entity.donkey.ambient": {
  1288.    "category": "neutral",
  1289.    "sounds": [
  1290.      "mob/horse/donkey/idle1",
  1291.      "mob/horse/donkey/idle2",
  1292.      "mob/horse/donkey/idle3"
  1293.    ],
  1294.    "subtitle": "subtitles.entity.donkey.ambient"
  1295.  },
  1296.  "entity.donkey.angry": {
  1297.    "category": "neutral",
  1298.    "sounds": [
  1299.      "mob/horse/donkey/angry1",
  1300.      "mob/horse/donkey/angry2"
  1301.    ]
  1302.  },
  1303.  "entity.donkey.chest": {
  1304.    "category": "neutral",
  1305.    "sounds": [
  1306.      "mob/chicken/plop"
  1307.    ]
  1308.  },
  1309.  "entity.donkey.death": {
  1310.    "category": "neutral",
  1311.    "sounds": [
  1312.      "mob/horse/donkey/death"
  1313.    ],
  1314.    "subtitle": "subtitles.entity.donkey.death"
  1315.  },
  1316.  "entity.donkey.hurt": {
  1317.    "category": "neutral",
  1318.    "sounds": [
  1319.      "mob/horse/donkey/hit1",
  1320.      "mob/horse/donkey/hit2",
  1321.      "mob/horse/donkey/hit3"
  1322.    ],
  1323.    "subtitle": "subtitles.entity.donkey.hurt"
  1324.  },
  1325.  "entity.egg.throw": {
  1326.    "category": "neutral",
  1327.    "sounds": [
  1328.      "random/bow"
  1329.    ],
  1330.    "subtitle": "subtitles.entity.egg.throw"
  1331.  },
  1332.  "entity.elder_guardian.ambient": {
  1333.    "category": "hostile",
  1334.    "sounds": [
  1335.      "mob/guardian/elder_idle1",
  1336.      "mob/guardian/elder_idle2",
  1337.      "mob/guardian/elder_idle3",
  1338.      "mob/guardian/elder_idle4"
  1339.    ],
  1340.    "subtitle": "subtitles.entity.guardian.ambient"
  1341.  },
  1342.  "entity.elder_guardian.ambient_land": {
  1343.    "category": "hostile",
  1344.    "sounds": [
  1345.      "mob/guardian/land_idle1",
  1346.      "mob/guardian/land_idle2",
  1347.      "mob/guardian/land_idle3",
  1348.      "mob/guardian/land_idle4"
  1349.    ],
  1350.    "subtitle": "subtitles.entity.guardian.ambient.land"
  1351.  },
  1352.  "entity.elder_guardian.curse": {
  1353.    "category": "hostile",
  1354.    "sounds": [
  1355.      "mob/guardian/curse"
  1356.    ],
  1357.    "subtitle": "subtitles.entity.guardian.curse"
  1358.  },
  1359.  "entity.elder_guardian.death": {
  1360.    "category": "hostile",
  1361.    "sounds": [
  1362.      "mob/guardian/elder_death"
  1363.    ],
  1364.    "subtitle": "subtitles.entity.guardian.death"
  1365.  },
  1366.  "entity.elder_guardian.death_land": {
  1367.    "category": "hostile",
  1368.    "sounds": [
  1369.      "mob/guardian/land_death"
  1370.    ],
  1371.    "subtitle": "subtitles.entity.guardian.death"
  1372.  },
  1373.  "entity.elder_guardian.hurt": {
  1374.    "category": "hostile",
  1375.    "sounds": [
  1376.      "mob/guardian/elder_hit1",
  1377.      "mob/guardian/elder_hit2",
  1378.      "mob/guardian/elder_hit3",
  1379.      "mob/guardian/elder_hit4"
  1380.    ],
  1381.    "subtitle": "subtitles.entity.guardian.hurt"
  1382.  },
  1383.  "entity.elder_guardian.hurt_land": {
  1384.    "category": "hostile",
  1385.    "sounds": [
  1386.      "mob/guardian/land_hit1",
  1387.      "mob/guardian/land_hit2",
  1388.      "mob/guardian/land_hit3",
  1389.      "mob/guardian/land_hit4"
  1390.    ],
  1391.    "subtitle": "subtitles.entity.guardian.hurt"
  1392.  },
  1393.  "entity.enderdragon.ambient": {
  1394.    "category": "hostile",
  1395.    "sounds": [
  1396.      "mob/enderdragon/growl1",
  1397.      "mob/enderdragon/growl2",
  1398.      "mob/enderdragon/growl3",
  1399.      "mob/enderdragon/growl4"
  1400.    ],
  1401.    "subtitle": "subtitles.entity.enderdragon.ambient"
  1402.  },
  1403.  "entity.enderdragon.death": {
  1404.    "category": "hostile",
  1405.    "sounds": [
  1406.      "mob/enderdragon/end"
  1407.    ],
  1408.    "subtitle": "subtitles.entity.enderdragon.death"
  1409.  },
  1410.  "entity.enderdragon.flap": {
  1411.    "category": "hostile",
  1412.    "sounds": [
  1413.      "mob/enderdragon/wings1",
  1414.      "mob/enderdragon/wings2",
  1415.      "mob/enderdragon/wings3",
  1416.      "mob/enderdragon/wings4",
  1417.      "mob/enderdragon/wings5",
  1418.      "mob/enderdragon/wings6"
  1419.    ],
  1420.    "subtitle": "subtitles.entity.enderdragon.flap"
  1421.  },
  1422.  "entity.enderdragon.growl": {
  1423.    "category": "hostile",
  1424.    "sounds": [
  1425.      "mob/enderdragon/growl1",
  1426.      "mob/enderdragon/growl2",
  1427.      "mob/enderdragon/growl3",
  1428.      "mob/enderdragon/growl4"
  1429.    ],
  1430.    "subtitle": "subtitles.entity.enderdragon.growl"
  1431.  },
  1432.  "entity.enderdragon.hurt": {
  1433.    "category": "hostile",
  1434.    "sounds": [
  1435.      "mob/enderdragon/hit1",
  1436.      "mob/enderdragon/hit2",
  1437.      "mob/enderdragon/hit3",
  1438.      "mob/enderdragon/hit4"
  1439.    ],
  1440.    "subtitle": "subtitles.entity.enderdragon.hurt"
  1441.  },
  1442.  "entity.enderdragon.shoot": {
  1443.    "category": "hostile",
  1444.    "sounds": [
  1445.      "mob/ghast/fireball4"
  1446.    ],
  1447.    "subtitle": "subtitles.entity.enderdragon.shoot"
  1448.  },
  1449.  "entity.enderdragon_fireball.explode": {
  1450.    "category": "block",
  1451.    "sounds": [
  1452.      "random/explode1",
  1453.      "random/explode2",
  1454.      "random/explode3",
  1455.      "random/explode4"
  1456.    ],
  1457.    "subtitle": "subtitles.entity.generic.explode"
  1458.  },
  1459.  "entity.endereye.launch": {
  1460.    "category": "neutral",
  1461.    "sounds": [
  1462.      "random/bow"
  1463.    ]
  1464.  },
  1465.  "entity.endermen.ambient": {
  1466.    "category": "hostile",
  1467.    "sounds": [
  1468.      "mob/endermen/idle1",
  1469.      "mob/endermen/idle2",
  1470.      "mob/endermen/idle3",
  1471.      "mob/endermen/idle4",
  1472.      "mob/endermen/idle5"
  1473.    ],
  1474.    "subtitle": "subtitles.entity.enderman.ambient"
  1475.  },
  1476.  "entity.endermen.death": {
  1477.    "category": "hostile",
  1478.    "sounds": [
  1479.      "mob/endermen/death"
  1480.    ],
  1481.    "subtitle": "subtitles.entity.enderman.death"
  1482.  },
  1483.  "entity.endermen.hurt": {
  1484.    "category": "hostile",
  1485.    "sounds": [
  1486.      "mob/endermen/hit1",
  1487.      "mob/endermen/hit2",
  1488.      "mob/endermen/hit3",
  1489.      "mob/endermen/hit4"
  1490.    ],
  1491.    "subtitle": "subtitles.entity.enderman.hurt"
  1492.  },
  1493.  "entity.endermen.scream": {
  1494.    "category": "hostile",
  1495.    "sounds": [
  1496.      "mob/endermen/scream1",
  1497.      "mob/endermen/scream2",
  1498.      "mob/endermen/scream3",
  1499.      "mob/endermen/scream4"
  1500.    ],
  1501.    "subtitle": "subtitles.entity.enderman.ambient"
  1502.  },
  1503.  "entity.endermen.stare": {
  1504.    "category": "hostile",
  1505.    "sounds": [
  1506.      "mob/endermen/stare"
  1507.    ],
  1508.    "subtitle": "subtitles.entity.enderman.stare"
  1509.  },
  1510.  "entity.endermen.teleport": {
  1511.    "category": "hostile",
  1512.    "sounds": [
  1513.      "mob/endermen/portal",
  1514.      "mob/endermen/portal2"
  1515.    ],
  1516.    "subtitle": "subtitles.entity.enderman.teleport"
  1517.  },
  1518.  "entity.endermite.ambient": {
  1519.    "category": "hostile",
  1520.    "sounds": [
  1521.      "mob/silverfish/say1",
  1522.      "mob/silverfish/say2",
  1523.      "mob/silverfish/say3",
  1524.      "mob/silverfish/say4"
  1525.    ],
  1526.    "subtitle": "subtitles.entity.endermite.ambient"
  1527.  },
  1528.  "entity.endermite.death": {
  1529.    "category": "hostile",
  1530.    "sounds": [
  1531.      "mob/silverfish/kill"
  1532.    ],
  1533.    "subtitle": "subtitles.entity.endermite.death"
  1534.  },
  1535.  "entity.endermite.hurt": {
  1536.    "category": "hostile",
  1537.    "sounds": [
  1538.      "mob/silverfish/hit1",
  1539.      "mob/silverfish/hit2",
  1540.      "mob/silverfish/hit3"
  1541.    ],
  1542.    "subtitle": "subtitles.entity.endermite.hurt"
  1543.  },
  1544.  "entity.endermite.step": {
  1545.    "category": "hostile",
  1546.    "sounds": [
  1547.      "mob/silverfish/step1",
  1548.      "mob/silverfish/step2",
  1549.      "mob/silverfish/step3",
  1550.      "mob/silverfish/step4"
  1551.    ],
  1552.    "subtitle": "subtitles.block.generic.footsteps"
  1553.  },
  1554.  "entity.enderpearl.throw": {
  1555.    "category": "neutral",
  1556.    "sounds": [
  1557.      "random/bow"
  1558.    ],
  1559.    "subtitle": "subtitles.entity.enderpearl.throw"
  1560.  },
  1561.  "entity.experience_bottle.throw": {
  1562.    "category": "neutral",
  1563.    "sounds": [
  1564.      "random/bow"
  1565.    ]
  1566.  },
  1567.  "entity.experience_orb.pickup": {
  1568.    "category": "player",
  1569.    "sounds": [
  1570.      "random/orb"
  1571.    ],
  1572.    "subtitle": "subtitles.entity.experience_orb.pickup"
  1573.  },
  1574.  "entity.experience_orb.touch": {
  1575.    "category": "neutral",
  1576.    "sounds": [
  1577.      "random/orb"
  1578.    ]
  1579.  },
  1580.  "entity.firework.blast": {
  1581.    "category": "ambient",
  1582.    "sounds": [
  1583.      "fireworks/blast1"
  1584.    ],
  1585.    "subtitle": "subtitles.entity.firework.blast"
  1586.  },
  1587.  "entity.firework.blast_far": {
  1588.    "category": "ambient",
  1589.    "sounds": [
  1590.      "fireworks/blast_far1"
  1591.    ],
  1592.    "subtitle": "subtitles.entity.firework.blast"
  1593.  },
  1594.  "entity.firework.large_blast": {
  1595.    "category": "ambient",
  1596.    "sounds": [
  1597.      "fireworks/largeBlast1"
  1598.    ],
  1599.    "subtitle": "subtitles.entity.firework.blast"
  1600.  },
  1601.  "entity.firework.large_blast_far": {
  1602.    "category": "ambient",
  1603.    "sounds": [
  1604.      "fireworks/largeBlast_far1"
  1605.    ],
  1606.    "subtitle": "subtitles.entity.firework.blast"
  1607.  },
  1608.  "entity.firework.launch": {
  1609.    "category": "ambient",
  1610.    "sounds": [
  1611.      "fireworks/launch1"
  1612.    ],
  1613.    "subtitle": "subtitles.entity.firework.launch"
  1614.  },
  1615.  "entity.firework.shoot": {
  1616.    "category": "neutral",
  1617.    "sounds": [
  1618.      "random/bow"
  1619.    ],
  1620.    "subtitle": "subtitles.entity.firework.launch"
  1621.  },
  1622.  "entity.firework.twinkle": {
  1623.    "category": "ambient",
  1624.    "sounds": [
  1625.      "fireworks/twinkle1"
  1626.    ],
  1627.    "subtitle": "subtitles.entity.firework.twinkle"
  1628.  },
  1629.  "entity.firework.twinkle_far": {
  1630.    "category": "ambient",
  1631.    "sounds": [
  1632.      "fireworks/twinkle_far1"
  1633.    ],
  1634.    "subtitle": "subtitles.entity.firework.twinkle"
  1635.  },
  1636.  "entity.generic.big_fall": {
  1637.    "category": "neutral",
  1638.    "sounds": [
  1639.      "damage/fallbig"
  1640.    ],
  1641.    "subtitle": "subtitles.entity.generic.big_fall"
  1642.  },
  1643.  "entity.generic.burn": {
  1644.    "category": "block",
  1645.    "sounds": [
  1646.      "random/fizz"
  1647.    ],
  1648.    "subtitle": "subtitles.entity.generic.burn"
  1649.  },
  1650.  "entity.generic.death": {
  1651.    "category": "neutral",
  1652.    "sounds": [
  1653.      "damage/hit1",
  1654.      "damage/hit2",
  1655.      "damage/hit3"
  1656.    ],
  1657.    "subtitle": "subtitles.entity.generic.death"
  1658.  },
  1659.  "entity.generic.drink": {
  1660.    "category": "player",
  1661.    "sounds": [
  1662.      "random/drink"
  1663.    ],
  1664.    "subtitle": "subtitles.entity.generic.drink"
  1665.  },
  1666.  "entity.generic.eat": {
  1667.    "category": "player",
  1668.    "sounds": [
  1669.      "random/eat1",
  1670.      "random/eat2",
  1671.      "random/eat3"
  1672.    ],
  1673.    "subtitle": "subtitles.entity.generic.eat"
  1674.  },
  1675.  "entity.generic.explode": {
  1676.    "category": "block",
  1677.    "sounds": [
  1678.      "random/explode1",
  1679.      "random/explode2",
  1680.      "random/explode3",
  1681.      "random/explode4"
  1682.    ],
  1683.    "subtitle": "subtitles.entity.generic.explode"
  1684.  },
  1685.  "entity.generic.extinguish_fire": {
  1686.    "category": "block",
  1687.    "sounds": [
  1688.      "random/fizz"
  1689.    ]
  1690.  },
  1691.  "entity.generic.hurt": {
  1692.    "category": "neutral",
  1693.    "sounds": [
  1694.      "damage/hit1",
  1695.      "damage/hit2",
  1696.      "damage/hit3"
  1697.    ],
  1698.    "subtitle": "subtitles.entity.generic.hurt"
  1699.  },
  1700.  "entity.generic.small_fall": {
  1701.    "category": "neutral",
  1702.    "sounds": [
  1703.      "damage/fallsmall"
  1704.    ],
  1705.    "subtitle": "subtitles.entity.generic.small_fall"
  1706.  },
  1707.  "entity.generic.splash": {
  1708.    "category": "neutral",
  1709.    "sounds": [
  1710.      "liquid/splash",
  1711.      "liquid/splash2"
  1712.    ],
  1713.    "subtitle": "subtitles.entity.generic.splash"
  1714.  },
  1715.  "entity.generic.swim": {
  1716.    "category": "neutral",
  1717.    "sounds": [
  1718.      "liquid/swim1",
  1719.      "liquid/swim2",
  1720.      "liquid/swim3",
  1721.      "liquid/swim4"
  1722.    ],
  1723.    "subtitle": "subtitles.entity.generic.swim"
  1724.  },
  1725.  "entity.ghast.ambient": {
  1726.    "category": "hostile",
  1727.    "sounds": [
  1728.      "mob/ghast/moan1",
  1729.      "mob/ghast/moan2",
  1730.      "mob/ghast/moan3",
  1731.      "mob/ghast/moan4",
  1732.      "mob/ghast/moan5",
  1733.      "mob/ghast/moan6",
  1734.      "mob/ghast/moan7"
  1735.    ],
  1736.    "subtitle": "subtitles.entity.ghast.ambient"
  1737.  },
  1738.  "entity.ghast.death": {
  1739.    "category": "hostile",
  1740.    "sounds": [
  1741.      "mob/ghast/death"
  1742.    ],
  1743.    "subtitle": "subtitles.entity.ghast.death"
  1744.  },
  1745.  "entity.ghast.hurt": {
  1746.    "category": "hostile",
  1747.    "sounds": [
  1748.      "mob/ghast/scream1",
  1749.      "mob/ghast/scream2",
  1750.      "mob/ghast/scream3",
  1751.      "mob/ghast/scream4",
  1752.      "mob/ghast/scream5"
  1753.    ],
  1754.    "subtitle": "subtitles.entity.ghast.hurt"
  1755.  },
  1756.  "entity.ghast.shoot": {
  1757.    "category": "hostile",
  1758.    "sounds": [
  1759.      "mob/ghast/fireball4"
  1760.    ],
  1761.    "subtitle": "subtitles.entity.ghast.shoot"
  1762.  },
  1763.  "entity.ghast.warn": {
  1764.    "category": "hostile",
  1765.    "sounds": [
  1766.      "mob/ghast/charge"
  1767.    ],
  1768.    "subtitle": "subtitles.entity.ghast.shoot"
  1769.  },
  1770.  "entity.guardian.ambient": {
  1771.    "category": "hostile",
  1772.    "sounds": [
  1773.      {
  1774.        "name": "mob/guardian/guardian_idle1",
  1775.        "volume": 0.1
  1776.      },
  1777.      {
  1778.        "name": "mob/guardian/guardian_idle2",
  1779.        "volume": 0.1
  1780.      },
  1781.      {
  1782.        "name": "mob/guardian/guardian_idle3",
  1783.        "volume": 0.1
  1784.      },
  1785.      {
  1786.        "name": "mob/guardian/guardian_idle4",
  1787.        "volume": 0.1
  1788.      }
  1789.    ],
  1790.    "subtitle": "subtitles.entity.guardian.ambient"
  1791.  },
  1792.  "entity.guardian.ambient_land": {
  1793.    "category": "hostile",
  1794.    "sounds": [
  1795.      "mob/guardian/land_idle1",
  1796.      "mob/guardian/land_idle2",
  1797.      "mob/guardian/land_idle3",
  1798.      "mob/guardian/land_idle4"
  1799.    ],
  1800.    "subtitle": "subtitles.entity.guardian.ambient.land"
  1801.  },
  1802.  "entity.guardian.attack": {
  1803.    "category": "hostile",
  1804.    "sounds": [
  1805.      "mob/guardian/attack_loop"
  1806.    ],
  1807.    "subtitle": "subtitles.entity.guardian.attack"
  1808.  },
  1809.  "entity.guardian.death": {
  1810.    "category": "hostile",
  1811.    "sounds": [
  1812.      "mob/guardian/guardian_death"
  1813.    ],
  1814.    "subtitle": "subtitles.entity.guardian.death"
  1815.  },
  1816.  "entity.guardian.death_land": {
  1817.    "category": "hostile",
  1818.    "sounds": [
  1819.      "mob/guardian/land_death"
  1820.    ],
  1821.    "subtitle": "subtitles.entity.guardian.death"
  1822.  },
  1823.  "entity.guardian.flop": {
  1824.    "category": "hostile",
  1825.    "sounds": [
  1826.      "mob/guardian/flop1",
  1827.      "mob/guardian/flop2",
  1828.      "mob/guardian/flop3",
  1829.      "mob/guardian/flop4"
  1830.    ],
  1831.    "subtitle": "subtitles.entity.guardian.flop"
  1832.  },
  1833.  "entity.guardian.hurt": {
  1834.    "category": "hostile",
  1835.    "sounds": [
  1836.      "mob/guardian/guardian_hit1",
  1837.      "mob/guardian/guardian_hit2",
  1838.      "mob/guardian/guardian_hit3",
  1839.      "mob/guardian/guardian_hit4"
  1840.    ],
  1841.    "subtitle": "subtitles.entity.guardian.hurt"
  1842.  },
  1843.  "entity.guardian.hurt_land": {
  1844.    "category": "hostile",
  1845.    "sounds": [
  1846.      "mob/guardian/land_hit1",
  1847.      "mob/guardian/land_hit2",
  1848.      "mob/guardian/land_hit3",
  1849.      "mob/guardian/land_hit4"
  1850.    ],
  1851.    "subtitle": "subtitles.entity.guardian.hurt"
  1852.  },
  1853.  "entity.horse.ambient": {
  1854.    "category": "neutral",
  1855.    "sounds": [
  1856.      "mob/horse/idle1",
  1857.      "mob/horse/idle2",
  1858.      "mob/horse/idle3"
  1859.    ],
  1860.    "subtitle": "subtitles.entity.horse.ambient"
  1861.  },
  1862.  "entity.horse.angry": {
  1863.    "category": "neutral",
  1864.    "sounds": [
  1865.      "mob/horse/angry1"
  1866.    ]
  1867.  },
  1868.  "entity.horse.armor": {
  1869.    "category": "neutral",
  1870.    "sounds": [
  1871.      "mob/horse/armor"
  1872.    ]
  1873.  },
  1874.  "entity.horse.breathe": {
  1875.    "category": "neutral",
  1876.    "sounds": [
  1877.      "mob/horse/breathe1",
  1878.      "mob/horse/breathe2",
  1879.      "mob/horse/breathe3"
  1880.    ]
  1881.  },
  1882.  "entity.horse.death": {
  1883.    "category": "neutral",
  1884.    "sounds": [
  1885.      "mob/horse/death"
  1886.    ],
  1887.    "subtitle": "subtitles.entity.horse.death"
  1888.  },
  1889.  "entity.horse.gallop": {
  1890.    "category": "neutral",
  1891.    "sounds": [
  1892.      "mob/horse/gallop1",
  1893.      "mob/horse/gallop2",
  1894.      "mob/horse/gallop3",
  1895.      "mob/horse/gallop4"
  1896.    ],
  1897.    "subtitle": "subtitles.entity.horse.gallop"
  1898.  },
  1899.  "entity.horse.hurt": {
  1900.    "category": "neutral",
  1901.    "sounds": [
  1902.      "mob/horse/hit1",
  1903.      "mob/horse/hit2",
  1904.      "mob/horse/hit3",
  1905.      "mob/horse/hit4"
  1906.    ],
  1907.    "subtitle": "subtitles.entity.horse.hurt"
  1908.  },
  1909.  "entity.horse.jump": {
  1910.    "category": "neutral",
  1911.    "sounds": [
  1912.      "mob/horse/jump"
  1913.    ],
  1914.    "subtitle": "subtitles.entity.horse.jump"
  1915.  },
  1916.  "entity.horse.land": {
  1917.    "category": "neutral",
  1918.    "sounds": [
  1919.      "mob/horse/land"
  1920.    ]
  1921.  },
  1922.  "entity.horse.saddle": {
  1923.    "category": "neutral",
  1924.    "sounds": [
  1925.      "mob/horse/leather"
  1926.    ]
  1927.  },
  1928.  "entity.horse.step": {
  1929.    "category": "neutral",
  1930.    "sounds": [
  1931.      "mob/horse/soft1",
  1932.      "mob/horse/soft2",
  1933.      "mob/horse/soft3",
  1934.      "mob/horse/soft4",
  1935.      "mob/horse/soft5",
  1936.      "mob/horse/soft6"
  1937.    ],
  1938.    "subtitle": "subtitles.block.generic.footsteps"
  1939.  },
  1940.  "entity.horse.step_wood": {
  1941.    "category": "neutral",
  1942.    "sounds": [
  1943.      "mob/horse/wood1",
  1944.      "mob/horse/wood2",
  1945.      "mob/horse/wood3",
  1946.      "mob/horse/wood4",
  1947.      "mob/horse/wood5",
  1948.      "mob/horse/wood6"
  1949.    ],
  1950.    "subtitle": "subtitles.block.generic.footsteps"
  1951.  },
  1952.  "entity.hostile.big_fall": {
  1953.    "category": "hostile",
  1954.    "sounds": [
  1955.      "damage/fallbig"
  1956.    ],
  1957.    "subtitle": "subtitles.entity.generic.big_fall"
  1958.  },
  1959.  "entity.hostile.death": {
  1960.    "category": "hostile",
  1961.    "sounds": [
  1962.      "damage/hit1",
  1963.      "damage/hit2",
  1964.      "damage/hit3"
  1965.    ],
  1966.    "subtitle": "subtitles.entity.generic.death"
  1967.  },
  1968.  "entity.hostile.hurt": {
  1969.    "category": "hostile",
  1970.    "sounds": [
  1971.      "damage/hit1",
  1972.      "damage/hit2",
  1973.      "damage/hit3"
  1974.    ],
  1975.    "subtitle": "subtitles.entity.generic.hurt"
  1976.  },
  1977.  "entity.hostile.small_fall": {
  1978.    "category": "hostile",
  1979.    "sounds": [
  1980.      "damage/fallsmall"
  1981.    ],
  1982.    "subtitle": "subtitles.entity.generic.small_fall"
  1983.  },
  1984.  "entity.hostile.splash": {
  1985.    "category": "hostile",
  1986.    "sounds": [
  1987.      "liquid/splash",
  1988.      "liquid/splash2"
  1989.    ],
  1990.    "subtitle": "subtitles.entity.generic.splash"
  1991.  },
  1992.  "entity.hostile.swim": {
  1993.    "category": "hostile",
  1994.    "sounds": [
  1995.      "liquid/swim1",
  1996.      "liquid/swim2",
  1997.      "liquid/swim3",
  1998.      "liquid/swim4"
  1999.    ],
  2000.    "subtitle": "subtitles.entity.generic.swim"
  2001.  },
  2002.  "entity.irongolem.attack": {
  2003.    "category": "neutral",
  2004.    "sounds": [
  2005.      "mob/irongolem/throw"
  2006.    ],
  2007.    "subtitle": "subtitles.entity.iron_golem.attack"
  2008.  },
  2009.  "entity.irongolem.death": {
  2010.    "category": "neutral",
  2011.    "sounds": [
  2012.      "mob/irongolem/death"
  2013.    ],
  2014.    "subtitle": "subtitles.entity.iron_golem.death"
  2015.  },
  2016.  "entity.irongolem.hurt": {
  2017.    "category": "neutral",
  2018.    "sounds": [
  2019.      "mob/irongolem/hit1",
  2020.      "mob/irongolem/hit2",
  2021.      "mob/irongolem/hit3",
  2022.      "mob/irongolem/hit4"
  2023.    ],
  2024.    "subtitle": "subtitles.entity.iron_golem.hurt"
  2025.  },
  2026.  "entity.irongolem.step": {
  2027.    "category": "neutral",
  2028.    "sounds": [
  2029.      "mob/irongolem/walk1",
  2030.      "mob/irongolem/walk2",
  2031.      "mob/irongolem/walk3",
  2032.      "mob/irongolem/walk4"
  2033.    ],
  2034.    "subtitle": "subtitles.block.generic.footsteps"
  2035.  },
  2036.  "entity.item.break": {
  2037.    "category": "player",
  2038.    "sounds": [
  2039.      "random/break"
  2040.    ],
  2041.    "subtitle": "subtitles.entity.item.break"
  2042.  },
  2043.  "entity.item.pickup": {
  2044.    "category": "player",
  2045.    "sounds": [
  2046.      "random/pop"
  2047.    ],
  2048.    "subtitle": "subtitles.entity.item.pickup"
  2049.  },
  2050.  "entity.lightning.impact": {
  2051.    "category": "block",
  2052.    "sounds": [
  2053.      "random/explode1",
  2054.      "random/explode2",
  2055.      "random/explode3",
  2056.      "random/explode4"
  2057.    ],
  2058.    "subtitle": "subtitles.entity.lightning.impact"
  2059.  },
  2060.  "entity.lightning.thunder": {
  2061.    "category": "weather",
  2062.    "sounds": [
  2063.      "ambient/weather/thunder1",
  2064.      "ambient/weather/thunder2",
  2065.      "ambient/weather/thunder3"
  2066.    ],
  2067.    "subtitle": "subtitles.entity.lightning.thunder"
  2068.  },
  2069.  "entity.lingeringpotion.throw": {
  2070.    "category": "neutral",
  2071.    "sounds": [
  2072.      "random/bow"
  2073.    ],
  2074.    "subtitle": "subtitles.entity.potion.throw"
  2075.  },
  2076.  "entity.magmacube.death": {
  2077.    "category": "hostile",
  2078.    "sounds": [
  2079.      "mob/slime/big1",
  2080.      "mob/slime/big2",
  2081.      "mob/slime/big3",
  2082.      "mob/slime/big4"
  2083.    ],
  2084.    "subtitle": "subtitles.entity.magmacube.death"
  2085.  },
  2086.  "entity.magmacube.hurt": {
  2087.    "category": "hostile",
  2088.    "sounds": [
  2089.      "mob/slime/big1",
  2090.      "mob/slime/big2",
  2091.      "mob/slime/big3",
  2092.      "mob/slime/big4"
  2093.    ],
  2094.    "subtitle": "subtitles.entity.magmacube.hurt"
  2095.  },
  2096.  "entity.magmacube.jump": {
  2097.    "category": "hostile",
  2098.    "sounds": [
  2099.      "mob/magmacube/jump1",
  2100.      "mob/magmacube/jump2",
  2101.      "mob/magmacube/jump3",
  2102.      "mob/magmacube/jump4"
  2103.    ],
  2104.    "subtitle": "subtitles.entity.magmacube.jump"
  2105.  },
  2106.  "entity.magmacube.squish": {
  2107.    "category": "hostile",
  2108.    "sounds": [
  2109.      "mob/magmacube/big1",
  2110.      "mob/magmacube/big2",
  2111.      "mob/magmacube/big3",
  2112.      "mob/magmacube/big4"
  2113.    ]
  2114.  },
  2115.  "entity.minecart.inside": {
  2116.    "category": "player",
  2117.    "sounds": [
  2118.      "minecart/inside"
  2119.    ]
  2120.  },
  2121.  "entity.minecart.riding": {
  2122.    "category": "neutral",
  2123.    "sounds": [
  2124.      "minecart/base"
  2125.    ],
  2126.    "subtitle": "subtitles.entity.minecart.riding"
  2127.  },
  2128.  "entity.mooshroom.shear": {
  2129.    "category": "neutral",
  2130.    "sounds": [
  2131.      "mob/sheep/shear"
  2132.    ],
  2133.    "subtitle": "subtitles.item.shear"
  2134.  },
  2135.  "entity.mule.ambient": {
  2136.    "category": "neutral",
  2137.    "sounds": [
  2138.      "mob/horse/donkey/idle1",
  2139.      "mob/horse/donkey/idle2",
  2140.      "mob/horse/donkey/idle3"
  2141.    ],
  2142.    "subtitle": "subtitles.entity.mule.ambient"
  2143.  },
  2144.  "entity.mule.death": {
  2145.    "category": "neutral",
  2146.    "sounds": [
  2147.      "mob/horse/donkey/death"
  2148.    ],
  2149.    "subtitle": "subtitles.entity.mule.death"
  2150.  },
  2151.  "entity.mule.hurt": {
  2152.    "category": "neutral",
  2153.    "sounds": [
  2154.      "mob/horse/donkey/hit1",
  2155.      "mob/horse/donkey/hit2",
  2156.      "mob/horse/donkey/hit3"
  2157.    ],
  2158.    "subtitle": "subtitles.entity.mule.hurt"
  2159.  },
  2160.  "entity.pig.ambient": {
  2161.    "category": "neutral",
  2162.    "sounds": [
  2163.      "mob/pig/say1",
  2164.      "mob/pig/say2",
  2165.      "mob/pig/say3"
  2166.    ],
  2167.    "subtitle": "subtitles.entity.pig.ambient"
  2168.  },
  2169.  "entity.pig.death": {
  2170.    "category": "neutral",
  2171.    "sounds": [
  2172.      "mob/pig/death"
  2173.    ],
  2174.    "subtitle": "subtitles.entity.pig.death"
  2175.  },
  2176.  "entity.pig.hurt": {
  2177.    "category": "neutral",
  2178.    "sounds": [
  2179.      "mob/pig/say1",
  2180.      "mob/pig/say2",
  2181.      "mob/pig/say3"
  2182.    ],
  2183.    "subtitle": "subtitles.entity.pig.hurt"
  2184.  },
  2185.  "entity.pig.saddle": {
  2186.    "category": "neutral",
  2187.    "sounds": [
  2188.      "mob/horse/leather"
  2189.    ]
  2190.  },
  2191.  "entity.pig.step": {
  2192.    "category": "neutral",
  2193.    "sounds": [
  2194.      "mob/pig/step1",
  2195.      "mob/pig/step2",
  2196.      "mob/pig/step3",
  2197.      "mob/pig/step4",
  2198.      "mob/pig/step5"
  2199.    ],
  2200.    "subtitle": "subtitles.block.generic.footsteps"
  2201.  },
  2202.  "entity.player.big_fall": {
  2203.    "category": "player",
  2204.    "sounds": [
  2205.      "damage/fallbig"
  2206.    ],
  2207.    "subtitle": "subtitles.entity.generic.big_fall"
  2208.  },
  2209.  "entity.player.burp": {
  2210.    "category": "player",
  2211.    "sounds": [
  2212.      "random/burp"
  2213.    ],
  2214.    "subtitle": "subtitles.entity.player.burp"
  2215.  },
  2216.  "entity.player.death": {
  2217.    "category": "player",
  2218.    "sounds": [
  2219.      "damage/hit1",
  2220.      "damage/hit2",
  2221.      "damage/hit3"
  2222.    ],
  2223.    "subtitle": "subtitles.entity.player.death"
  2224.  },
  2225.  "entity.player.hurt": {
  2226.    "category": "player",
  2227.    "sounds": [
  2228.      "damage/hit1",
  2229.      "damage/hit2",
  2230.      "damage/hit3"
  2231.    ],
  2232.    "subtitle": "subtitles.entity.player.hurt"
  2233.  },
  2234.  "entity.player.levelup": {
  2235.    "category": "player",
  2236.    "sounds": [
  2237.      "random/levelup"
  2238.    ]
  2239.  },
  2240.  "entity.player.small_fall": {
  2241.    "category": "player",
  2242.    "sounds": [
  2243.      "damage/fallsmall"
  2244.    ],
  2245.    "subtitle": "subtitles.entity.generic.small_fall"
  2246.  },
  2247.  "entity.player.splash": {
  2248.    "category": "block",
  2249.    "sounds": [
  2250.      "liquid/splash",
  2251.      "liquid/splash2"
  2252.    ],
  2253.    "subtitle": "subtitles.entity.generic.splash"
  2254.  },
  2255.  "entity.player.swim": {
  2256.    "category": "player",
  2257.    "sounds": [
  2258.      "liquid/swim1",
  2259.      "liquid/swim2",
  2260.      "liquid/swim3",
  2261.      "liquid/swim4"
  2262.    ],
  2263.    "subtitle": "subtitles.entity.generic.swim"
  2264.  },
  2265.  "entity.rabbit.ambient": {
  2266.    "category": "neutral",
  2267.    "sounds": [
  2268.      {
  2269.        "name": "mob/rabbit/idle1",
  2270.        "volume": 0.25
  2271.      },
  2272.      {
  2273.        "name": "mob/rabbit/idle2",
  2274.        "volume": 0.25
  2275.      },
  2276.      {
  2277.        "name": "mob/rabbit/idle3",
  2278.        "volume": 0.25
  2279.      },
  2280.      {
  2281.        "name": "mob/rabbit/idle4",
  2282.        "volume": 0.25
  2283.      }
  2284.    ],
  2285.    "subtitle": "subtitles.entity.rabbit.ambient"
  2286.  },
  2287.  "entity.rabbit.death": {
  2288.    "category": "neutral",
  2289.    "sounds": [
  2290.      {
  2291.        "name": "mob/rabbit/bunnymurder",
  2292.        "volume": 0.5
  2293.      }
  2294.    ],
  2295.    "subtitle": "subtitles.entity.rabbit.death"
  2296.  },
  2297.  "entity.rabbit.hurt": {
  2298.    "category": "neutral",
  2299.    "sounds": [
  2300.      {
  2301.        "name": "mob/rabbit/hurt1",
  2302.        "volume": 0.5
  2303.      },
  2304.      {
  2305.        "name": "mob/rabbit/hurt2",
  2306.        "volume": 0.5
  2307.      },
  2308.      {
  2309.        "name": "mob/rabbit/hurt3",
  2310.        "volume": 0.5
  2311.      },
  2312.      {
  2313.        "name": "mob/rabbit/hurt4",
  2314.        "volume": 0.5
  2315.      }
  2316.    ],
  2317.    "subtitle": "subtitles.entity.rabbit.hurt"
  2318.  },
  2319.  "entity.rabbit.jump": {
  2320.    "category": "neutral",
  2321.    "sounds": [
  2322.      {
  2323.        "name": "mob/rabbit/hop1",
  2324.        "volume": 0.1
  2325.      },
  2326.      {
  2327.        "name": "mob/rabbit/hop2",
  2328.        "volume": 0.1
  2329.      },
  2330.      {
  2331.        "name": "mob/rabbit/hop3",
  2332.        "volume": 0.1
  2333.      },
  2334.      {
  2335.        "name": "mob/rabbit/hop4",
  2336.        "volume": 0.1
  2337.      }
  2338.    ],
  2339.    "subtitle": "subtitles.entity.rabbit.jump"
  2340.  },
  2341.  "entity.sheep.ambient": {
  2342.    "category": "neutral",
  2343.    "sounds": [
  2344.      "mob/sheep/say1",
  2345.      "mob/sheep/say2",
  2346.      "mob/sheep/say3"
  2347.    ],
  2348.    "subtitle": "subtitles.entity.sheep.ambient"
  2349.  },
  2350.  "entity.sheep.death": {
  2351.    "category": "neutral",
  2352.    "sounds": [
  2353.      "mob/sheep/say1",
  2354.      "mob/sheep/say2",
  2355.      "mob/sheep/say3"
  2356.    ],
  2357.    "subtitle": "subtitles.entity.sheep.death"
  2358.  },
  2359.  "entity.sheep.hurt": {
  2360.    "category": "neutral",
  2361.    "sounds": [
  2362.      "mob/sheep/say1",
  2363.      "mob/sheep/say2",
  2364.      "mob/sheep/say3"
  2365.    ],
  2366.    "subtitle": "subtitles.entity.sheep.hurt"
  2367.  },
  2368.  "entity.sheep.shear": {
  2369.    "category": "neutral",
  2370.    "sounds": [
  2371.      "mob/sheep/shear"
  2372.    ],
  2373.    "subtitle": "subtitles.item.shear"
  2374.  },
  2375.  "entity.sheep.step": {
  2376.    "category": "neutral",
  2377.    "sounds": [
  2378.      "mob/sheep/step1",
  2379.      "mob/sheep/step2",
  2380.      "mob/sheep/step3",
  2381.      "mob/sheep/step4",
  2382.      "mob/sheep/step5"
  2383.    ],
  2384.    "subtitle": "subtitles.block.generic.footsteps"
  2385.  },
  2386.  "entity.shield.break": {
  2387.    "category": "player",
  2388.    "sounds": [
  2389.      "random/break"
  2390.    ],
  2391.    "subtitle": "subtitles.entity.item.break"
  2392.  },
  2393.  "entity.shulker.hit": {
  2394.    "category": "neutral",
  2395.    "sounds": [
  2396.      "mob/irongolem/hit1",
  2397.      "mob/irongolem/hit2",
  2398.      "mob/irongolem/hit3",
  2399.      "mob/irongolem/hit4"
  2400.    ]
  2401.  },
  2402.  "entity.shulker.hurt": {
  2403.    "category": "neutral",
  2404.    "sounds": [
  2405.      "mob/irongolem/hit1",
  2406.      "mob/irongolem/hit2",
  2407.      "mob/irongolem/hit3",
  2408.      "mob/irongolem/hit4"
  2409.    ],
  2410.    "subtitle": "subtitles.entity.shulker.hurt"
  2411.  },
  2412.  "entity.shulker.shoot": {
  2413.    "category": "hostile",
  2414.    "sounds": [
  2415.      "mob/ghast/fireball4"
  2416.    ],
  2417.    "subtitle": "subtitles.entity.shulker.shoot"
  2418.  },
  2419.  "entity.shulker.teleport": {
  2420.    "category": "hostile",
  2421.    "sounds": [
  2422.      "mob/endermen/portal",
  2423.      "mob/endermen/portal2"
  2424.    ],
  2425.    "subtitle": "subtitles.entity.shulker.teleport"
  2426.  },
  2427.  "entity.silverfish.ambient": {
  2428.    "category": "hostile",
  2429.    "sounds": [
  2430.      "mob/silverfish/say1",
  2431.      "mob/silverfish/say2",
  2432.      "mob/silverfish/say3",
  2433.      "mob/silverfish/say4"
  2434.    ],
  2435.    "subtitle": "subtitles.entity.silverfish.ambient"
  2436.  },
  2437.  "entity.silverfish.death": {
  2438.    "category": "hostile",
  2439.    "sounds": [
  2440.      "mob/silverfish/kill"
  2441.    ],
  2442.    "subtitle": "subtitles.entity.silverfish.death"
  2443.  },
  2444.  "entity.silverfish.hurt": {
  2445.    "category": "hostile",
  2446.    "sounds": [
  2447.      "mob/silverfish/hit1",
  2448.      "mob/silverfish/hit2",
  2449.      "mob/silverfish/hit3"
  2450.    ],
  2451.    "subtitle": "subtitles.entity.silverfish.hurt"
  2452.  },
  2453.  "entity.silverfish.step": {
  2454.    "category": "hostile",
  2455.    "sounds": [
  2456.      "mob/silverfish/step1",
  2457.      "mob/silverfish/step2",
  2458.      "mob/silverfish/step3",
  2459.      "mob/silverfish/step4"
  2460.    ],
  2461.    "subtitle": "subtitles.block.generic.footsteps"
  2462.  },
  2463.  "entity.skeleton.ambient": {
  2464.    "category": "hostile",
  2465.    "sounds": [
  2466.      "mob/skeleton/say1",
  2467.      "mob/skeleton/say2",
  2468.      "mob/skeleton/say3"
  2469.    ],
  2470.    "subtitle": "subtitles.entity.skeleton.ambient"
  2471.  },
  2472.  "entity.skeleton.death": {
  2473.    "category": "hostile",
  2474.    "sounds": [
  2475.      "mob/skeleton/death"
  2476.    ],
  2477.    "subtitle": "subtitles.entity.skeleton.death"
  2478.  },
  2479.  "entity.skeleton.hurt": {
  2480.    "category": "hostile",
  2481.    "sounds": [
  2482.      "mob/skeleton/hurt1",
  2483.      "mob/skeleton/hurt2",
  2484.      "mob/skeleton/hurt3",
  2485.      "mob/skeleton/hurt4"
  2486.    ],
  2487.    "subtitle": "subtitles.entity.skeleton.hurt"
  2488.  },
  2489.  "entity.skeleton.shoot": {
  2490.    "category": "neutral",
  2491.    "sounds": [
  2492.      "random/bow"
  2493.    ],
  2494.    "subtitle": "subtitles.entity.skeleton.shoot"
  2495.  },
  2496.  "entity.skeleton.step": {
  2497.    "category": "hostile",
  2498.    "sounds": [
  2499.      "mob/skeleton/step1",
  2500.      "mob/skeleton/step2",
  2501.      "mob/skeleton/step3",
  2502.      "mob/skeleton/step4"
  2503.    ],
  2504.    "subtitle": "subtitles.block.generic.footsteps"
  2505.  },
  2506.  "entity.skeleton_horse.ambient": {
  2507.    "category": "neutral",
  2508.    "sounds": [
  2509.      "mob/horse/skeleton/idle1",
  2510.      "mob/horse/skeleton/idle2",
  2511.      "mob/horse/skeleton/idle3"
  2512.    ],
  2513.    "subtitle": "subtitles.entity.skeleton_horse.ambient"
  2514.  },
  2515.  "entity.skeleton_horse.death": {
  2516.    "category": "neutral",
  2517.    "sounds": [
  2518.      "mob/horse/skeleton/death"
  2519.    ],
  2520.    "subtitle": "subtitles.entity.skeleton_horse.death"
  2521.  },
  2522.  "entity.skeleton_horse.hurt": {
  2523.    "category": "neutral",
  2524.    "sounds": [
  2525.      "mob/horse/skeleton/hit1",
  2526.      "mob/horse/skeleton/hit2",
  2527.      "mob/horse/skeleton/hit3",
  2528.      "mob/horse/skeleton/hit4"
  2529.    ],
  2530.    "subtitle": "subtitles.entity.skeleton_horse.hurt"
  2531.  },
  2532.  "entity.slime.attack": {
  2533.    "category": "hostile",
  2534.    "sounds": [
  2535.      "mob/slime/attack1",
  2536.      "mob/slime/attack2"
  2537.    ],
  2538.    "subtitle": "subtitles.entity.slime.attack"
  2539.  },
  2540.  "entity.slime.death": {
  2541.    "category": "hostile",
  2542.    "sounds": [
  2543.      "mob/slime/big1",
  2544.      "mob/slime/big2",
  2545.      "mob/slime/big3",
  2546.      "mob/slime/big4"
  2547.    ],
  2548.    "subtitle": "subtitles.entity.slime.death"
  2549.  },
  2550.  "entity.slime.hurt": {
  2551.    "category": "hostile",
  2552.    "sounds": [
  2553.      "mob/slime/big1",
  2554.      "mob/slime/big2",
  2555.      "mob/slime/big3",
  2556.      "mob/slime/big4"
  2557.    ],
  2558.    "subtitle": "subtitles.entity.slime.hurt"
  2559.  },
  2560.  "entity.slime.jump": {
  2561.    "category": "hostile",
  2562.    "sounds": [
  2563.      "mob/slime/big1",
  2564.      "mob/slime/big2",
  2565.      "mob/slime/big3",
  2566.      "mob/slime/big4"
  2567.    ],
  2568.    "subtitle": "subtitles.entity.slime.jump"
  2569.  },
  2570.  "entity.slime.squish": {
  2571.    "category": "hostile",
  2572.    "sounds": [
  2573.      "mob/slime/big1",
  2574.      "mob/slime/big2",
  2575.      "mob/slime/big3",
  2576.      "mob/slime/big4"
  2577.    ]
  2578.  },
  2579.  "entity.small_magmacube.death": {
  2580.    "category": "hostile",
  2581.    "sounds": [
  2582.      "mob/slime/small1",
  2583.      "mob/slime/small2",
  2584.      "mob/slime/small3",
  2585.      "mob/slime/small4",
  2586.      "mob/slime/small5"
  2587.    ],
  2588.    "subtitle": "subtitles.entity.magmacube.death"
  2589.  },
  2590.  "entity.small_magmacube.hurt": {
  2591.    "category": "hostile",
  2592.    "sounds": [
  2593.      "mob/slime/small1",
  2594.      "mob/slime/small2",
  2595.      "mob/slime/small3",
  2596.      "mob/slime/small4",
  2597.      "mob/slime/small5"
  2598.    ],
  2599.    "subtitle": "subtitles.entity.magmacube.hurt"
  2600.  },
  2601.  "entity.small_magmacube.squish": {
  2602.    "category": "hostile",
  2603.    "sounds": [
  2604.      "mob/magmacube/small1",
  2605.      "mob/magmacube/small2",
  2606.      "mob/magmacube/small3",
  2607.      "mob/magmacube/small4",
  2608.      "mob/magmacube/small5"
  2609.    ]
  2610.  },
  2611.  "entity.small_slime.death": {
  2612.    "category": "hostile",
  2613.    "sounds": [
  2614.      "mob/slime/small1",
  2615.      "mob/slime/small2",
  2616.      "mob/slime/small3",
  2617.      "mob/slime/small4",
  2618.      "mob/slime/small5"
  2619.    ],
  2620.    "subtitle": "subtitles.entity.slime.death"
  2621.  },
  2622.  "entity.small_slime.hurt": {
  2623.    "category": "hostile",
  2624.    "sounds": [
  2625.      "mob/slime/small1",
  2626.      "mob/slime/small2",
  2627.      "mob/slime/small3",
  2628.      "mob/slime/small4",
  2629.      "mob/slime/small5"
  2630.    ],
  2631.    "subtitle": "subtitles.entity.slime.hurt"
  2632.  },
  2633.  "entity.small_slime.squish": {
  2634.    "category": "hostile",
  2635.    "sounds": [
  2636.      "mob/slime/small1",
  2637.      "mob/slime/small2",
  2638.      "mob/slime/small3",
  2639.      "mob/slime/small4",
  2640.      "mob/slime/small5"
  2641.    ],
  2642.    "subtitle": "subtitles.entity.slime.squish"
  2643.  },
  2644.  "entity.snowball.throw": {
  2645.    "category": "neutral",
  2646.    "sounds": [
  2647.      "random/bow"
  2648.    ],
  2649.    "subtitle": "subtitles.entity.snowball.throw"
  2650.  },
  2651.  "entity.snowman.shoot": {
  2652.    "category": "neutral",
  2653.    "sounds": [
  2654.      "random/bow"
  2655.    ],
  2656.    "subtitle": "subtitles.entity.snowball.throw"
  2657.  },
  2658.  "entity.spider.ambient": {
  2659.    "category": "hostile",
  2660.    "sounds": [
  2661.      "mob/spider/say1",
  2662.      "mob/spider/say2",
  2663.      "mob/spider/say3",
  2664.      "mob/spider/say4"
  2665.    ],
  2666.    "subtitle": "subtitles.entity.spider.ambient"
  2667.  },
  2668.  "entity.spider.death": {
  2669.    "category": "hostile",
  2670.    "sounds": [
  2671.      "mob/spider/death"
  2672.    ],
  2673.    "subtitle": "subtitles.entity.spider.death"
  2674.  },
  2675.  "entity.spider.hurt": {
  2676.    "category": "hostile",
  2677.    "sounds": [
  2678.      "mob/spider/say1",
  2679.      "mob/spider/say2",
  2680.      "mob/spider/say3",
  2681.      "mob/spider/say4"
  2682.    ],
  2683.    "subtitle": "subtitles.entity.spider.hurt"
  2684.  },
  2685.  "entity.spider.step": {
  2686.    "category": "hostile",
  2687.    "sounds": [
  2688.      "mob/spider/step1",
  2689.      "mob/spider/step2",
  2690.      "mob/spider/step3",
  2691.      "mob/spider/step4"
  2692.    ],
  2693.    "subtitle": "subtitles.block.generic.footsteps"
  2694.  },
  2695.  "entity.splash_potion.break": {
  2696.    "category": "neutral",
  2697.    "sounds": [
  2698.      "random/glass1",
  2699.      "random/glass2",
  2700.      "random/glass3"
  2701.    ],
  2702.    "subtitle": "subtitles.entity.potion.splash"
  2703.  },
  2704.  "entity.splash_potion.throw": {
  2705.    "category": "neutral",
  2706.    "sounds": [
  2707.      "random/bow"
  2708.    ],
  2709.    "subtitle": "subtitles.entity.potion.throw"
  2710.  },
  2711.  "entity.tnt.primed": {
  2712.    "category": "block",
  2713.    "sounds": [
  2714.      "random/fuse"
  2715.    ],
  2716.    "subtitle": "subtitles.entity.tnt.primed"
  2717.  },
  2718.  "entity.villager.ambient": {
  2719.    "category": "neutral",
  2720.    "sounds": [
  2721.      "mob/villager/idle1",
  2722.      "mob/villager/idle2",
  2723.      "mob/villager/idle3"
  2724.    ],
  2725.    "subtitle": "subtitles.entity.villager.ambient"
  2726.  },
  2727.  "entity.villager.death": {
  2728.    "category": "neutral",
  2729.    "sounds": [
  2730.      "mob/villager/death"
  2731.    ],
  2732.    "subtitle": "subtitles.entity.villager.death"
  2733.  },
  2734.  "entity.villager.hurt": {
  2735.    "category": "neutral",
  2736.    "sounds": [
  2737.      "mob/villager/hit1",
  2738.      "mob/villager/hit2",
  2739.      "mob/villager/hit3",
  2740.      "mob/villager/hit4"
  2741.    ],
  2742.    "subtitle": "subtitles.entity.villager.hurt"
  2743.  },
  2744.  "entity.villager.no": {
  2745.    "category": "neutral",
  2746.    "sounds": [
  2747.      "mob/villager/no1",
  2748.      "mob/villager/no2",
  2749.      "mob/villager/no3"
  2750.    ]
  2751.  },
  2752.  "entity.villager.trading": {
  2753.    "category": "neutral",
  2754.    "sounds": [
  2755.      "mob/villager/haggle1",
  2756.      "mob/villager/haggle2",
  2757.      "mob/villager/haggle3"
  2758.    ]
  2759.  },
  2760.  "entity.villager.yes": {
  2761.    "category": "neutral",
  2762.    "sounds": [
  2763.      "mob/villager/yes1",
  2764.      "mob/villager/yes2",
  2765.      "mob/villager/yes3"
  2766.    ]
  2767.  },
  2768.  "entity.wither.ambient": {
  2769.    "category": "hostile",
  2770.    "sounds": [
  2771.      "mob/wither/idle1",
  2772.      "mob/wither/idle2",
  2773.      "mob/wither/idle3",
  2774.      "mob/wither/idle4"
  2775.    ],
  2776.    "subtitle": "subtitles.entity.wither.ambient"
  2777.  },
  2778.  "entity.wither.break_block": {
  2779.    "category": "hostile",
  2780.    "sounds": [
  2781.      "mob/zombie/woodbreak"
  2782.    ],
  2783.    "subtitle": "subtitles.entity.wither.shoot"
  2784.  },
  2785.  "entity.wither.death": {
  2786.    "category": "hostile",
  2787.    "sounds": [
  2788.      "mob/wither/death"
  2789.    ],
  2790.    "subtitle": "subtitles.entity.wither.death"
  2791.  },
  2792.  "entity.wither.hurt": {
  2793.    "category": "hostile",
  2794.    "sounds": [
  2795.      "mob/wither/hurt1",
  2796.      "mob/wither/hurt2",
  2797.      "mob/wither/hurt3",
  2798.      "mob/wither/hurt4"
  2799.    ],
  2800.    "subtitle": "subtitles.entity.wither.hurt"
  2801.  },
  2802.  "entity.wither.shoot": {
  2803.    "category": "hostile",
  2804.    "sounds": [
  2805.      "mob/wither/shoot"
  2806.    ],
  2807.    "subtitle": "subtitles.entity.wither.shoot"
  2808.  },
  2809.  "entity.wither.spawn": {
  2810.    "category": "hostile",
  2811.    "sounds": [
  2812.      "mob/wither/spawn"
  2813.    ],
  2814.    "subtitle": "subtitles.entity.wither.spawn"
  2815.  },
  2816.  "entity.wolf.ambient": {
  2817.    "category": "neutral",
  2818.    "sounds": [
  2819.      "mob/wolf/bark1",
  2820.      "mob/wolf/bark2",
  2821.      "mob/wolf/bark3"
  2822.    ],
  2823.    "subtitle": "subtitles.entity.wolf.ambient"
  2824.  },
  2825.  "entity.wolf.death": {
  2826.    "category": "neutral",
  2827.    "sounds": [
  2828.      "mob/wolf/death"
  2829.    ],
  2830.    "subtitle": "subtitles.entity.wolf.death"
  2831.  },
  2832.  "entity.wolf.growl": {
  2833.    "category": "neutral",
  2834.    "sounds": [
  2835.      "mob/wolf/growl1",
  2836.      "mob/wolf/growl2",
  2837.      "mob/wolf/growl3"
  2838.    ],
  2839.    "subtitle": "subtitles.entity.wolf.growl"
  2840.  },
  2841.  "entity.wolf.hurt": {
  2842.    "category": "neutral",
  2843.    "sounds": [
  2844.      "mob/wolf/hurt1",
  2845.      "mob/wolf/hurt2",
  2846.      "mob/wolf/hurt3"
  2847.    ],
  2848.    "subtitle": "subtitles.entity.wolf.hurt"
  2849.  },
  2850.  "entity.wolf.pant": {
  2851.    "category": "neutral",
  2852.    "sounds": [
  2853.      "mob/wolf/panting"
  2854.    ],
  2855.    "subtitle": "subtitles.entity.wolf.ambient"
  2856.  },
  2857.  "entity.wolf.shake": {
  2858.    "category": "neutral",
  2859.    "sounds": [
  2860.      "mob/wolf/shake"
  2861.    ]
  2862.  },
  2863.  "entity.wolf.step": {
  2864.    "category": "neutral",
  2865.    "sounds": [
  2866.      "mob/wolf/step1",
  2867.      "mob/wolf/step2",
  2868.      "mob/wolf/step3",
  2869.      "mob/wolf/step4",
  2870.      "mob/wolf/step5"
  2871.    ],
  2872.    "subtitle": "subtitles.block.generic.footsteps"
  2873.  },
  2874.  "entity.wolf.whine": {
  2875.    "category": "neutral",
  2876.    "sounds": [
  2877.      "mob/wolf/whine"
  2878.    ],
  2879.    "subtitle": "subtitles.entity.wolf.ambient"
  2880.  },
  2881.  "entity.zombie.ambient": {
  2882.    "category": "hostile",
  2883.    "sounds": [
  2884.      "mob/zombie/say1",
  2885.      "mob/zombie/say2",
  2886.      "mob/zombie/say3"
  2887.    ],
  2888.    "subtitle": "subtitles.entity.zombie.ambient"
  2889.  },
  2890.  "entity.zombie.attack_door_wood": {
  2891.    "category": "hostile",
  2892.    "sounds": [
  2893.      "mob/zombie/wood1",
  2894.      "mob/zombie/wood2",
  2895.      "mob/zombie/wood3",
  2896.      "mob/zombie/wood4"
  2897.    ],
  2898.    "subtitle": "subtitles.block.generic.break"
  2899.  },
  2900.  "entity.zombie.attack_iron_door": {
  2901.    "category": "hostile",
  2902.    "sounds": [
  2903.      "mob/zombie/metal1",
  2904.      "mob/zombie/metal2",
  2905.      "mob/zombie/metal3"
  2906.    ],
  2907.    "subtitle": "subtitles.block.generic.break"
  2908.  },
  2909.  "entity.zombie.break_door_wood": {
  2910.    "category": "hostile",
  2911.    "sounds": [
  2912.      "mob/zombie/woodbreak"
  2913.    ],
  2914.    "subtitle": "subtitles.block.generic.break"
  2915.  },
  2916.  "entity.zombie.cure": {
  2917.    "category": "hostile",
  2918.    "sounds": [
  2919.      "mob/zombie/remedy"
  2920.    ],
  2921.    "subtitle": "subtitles.entity.zombie.cure"
  2922.  },
  2923.  "entity.zombie.death": {
  2924.    "category": "hostile",
  2925.    "sounds": [
  2926.      "mob/zombie/death"
  2927.    ],
  2928.    "subtitle": "subtitles.entity.zombie.death"
  2929.  },
  2930.  "entity.zombie.hurt": {
  2931.    "category": "hostile",
  2932.    "sounds": [
  2933.      "mob/zombie/hurt1",
  2934.      "mob/zombie/hurt2"
  2935.    ],
  2936.    "subtitle": "subtitles.entity.zombie.hurt"
  2937.  },
  2938.  "entity.zombie.step": {
  2939.    "category": "hostile",
  2940.    "sounds": [
  2941.      "mob/zombie/step1",
  2942.      "mob/zombie/step2",
  2943.      "mob/zombie/step3",
  2944.      "mob/zombie/step4",
  2945.      "mob/zombie/step5"
  2946.    ],
  2947.    "subtitle": "subtitles.block.generic.footsteps"
  2948.  },
  2949.  "entity.zombie.unfect": {
  2950.    "category": "hostile",
  2951.    "sounds": [
  2952.      "mob/zombie/unfect"
  2953.    ],
  2954.    "subtitle": "subtitles.entity.zombie.converted"
  2955.  },
  2956.  "entity.zombie_horse.ambient": {
  2957.    "category": "neutral",
  2958.    "sounds": [
  2959.      "mob/horse/zombie/idle1",
  2960.      "mob/horse/zombie/idle2",
  2961.      "mob/horse/zombie/idle3"
  2962.    ],
  2963.    "subtitle": "subtitles.entity.zombie_horse.ambient"
  2964.  },
  2965.  "entity.zombie_horse.death": {
  2966.    "category": "neutral",
  2967.    "sounds": [
  2968.      "mob/horse/zombie/death"
  2969.    ],
  2970.    "subtitle": "subtitles.entity.zombie_horse.death"
  2971.  },
  2972.  "entity.zombie_horse.hurt": {
  2973.    "category": "neutral",
  2974.    "sounds": [
  2975.      "mob/horse/zombie/hit1",
  2976.      "mob/horse/zombie/hit2",
  2977.      "mob/horse/zombie/hit3",
  2978.      "mob/horse/zombie/hit4"
  2979.    ],
  2980.    "subtitle": "subtitles.entity.zombie_horse.hurt"
  2981.  },
  2982.  "entity.zombie_pig.ambient": {
  2983.    "category": "hostile",
  2984.    "sounds": [
  2985.      "mob/zombiepig/zpig1",
  2986.      "mob/zombiepig/zpig2",
  2987.      "mob/zombiepig/zpig3",
  2988.      "mob/zombiepig/zpig4"
  2989.    ],
  2990.    "subtitle": "subtitles.entity.zombie_pigman.ambient"
  2991.  },
  2992.  "entity.zombie_pig.angry": {
  2993.    "category": "hostile",
  2994.    "sounds": [
  2995.      "mob/zombiepig/zpigangry1",
  2996.      "mob/zombiepig/zpigangry2",
  2997.      "mob/zombiepig/zpigangry3",
  2998.      "mob/zombiepig/zpigangry4"
  2999.    ],
  3000.    "subtitle": "subtitles.entity.zombie_pigman.angry"
  3001.  },
  3002.  "entity.zombie_pig.death": {
  3003.    "category": "hostile",
  3004.    "sounds": [
  3005.      "mob/zombiepig/zpigdeath"
  3006.    ],
  3007.    "subtitle": "subtitles.entity.zombie_pigman.death"
  3008.  },
  3009.  "entity.zombie_pig.hurt": {
  3010.    "category": "hostile",
  3011.    "sounds": [
  3012.      "mob/zombiepig/zpighurt1",
  3013.      "mob/zombiepig/zpighurt2"
  3014.    ],
  3015.    "subtitle": "subtitles.entity.zombie_pigman.hurt"
  3016.  },
  3017.  "enttiy.zombie.infect": {
  3018.    "category": "hostile",
  3019.    "sounds": [
  3020.      "mob/zombie/infect"
  3021.    ]
  3022.  },
  3023.  "item.firecharge.use": {
  3024.    "category": "block",
  3025.    "sounds": [
  3026.      "mob/ghast/fireball4"
  3027.    ],
  3028.    "subtitle": "subtitles.item.firecharge.use"
  3029.  },
  3030.  "item.flintandsteel.use": {
  3031.    "category": "block",
  3032.    "sounds": [
  3033.      "fire/ignite"
  3034.    ],
  3035.    "subtitle": "subtitles.item.flintandsteel.use"
  3036.  },
  3037.  "music.creative": {
  3038.    "category": "music",
  3039.    "sounds": [
  3040.      {
  3041.        "type": "event",
  3042.        "name": "music.game"
  3043.      },
  3044.      {
  3045.        "name": "music/game/creative/creative1",
  3046.        "stream": true
  3047.      },
  3048.      {
  3049.        "name": "music/game/creative/creative2",
  3050.        "stream": true
  3051.      },
  3052.      {
  3053.        "name": "music/game/creative/creative3",
  3054.        "stream": true
  3055.      },
  3056.      {
  3057.        "name": "music/game/creative/creative4",
  3058.        "stream": true
  3059.      },
  3060.      {
  3061.        "name": "music/game/creative/creative5",
  3062.        "stream": true
  3063.      },
  3064.      {
  3065.        "name": "music/game/creative/creative6",
  3066.        "stream": true
  3067.      }
  3068.    ]
  3069.  },
  3070.  "music.credits": {
  3071.    "category": "music",
  3072.    "sounds": [
  3073.      {
  3074.        "name": "music/game/end/credits",
  3075.        "stream": true
  3076.      }
  3077.    ]
  3078.  },
  3079.  "music.dragon": {
  3080.    "category": "music",
  3081.    "sounds": [
  3082.      {
  3083.        "name": "music/game/end/boss",
  3084.        "stream": true
  3085.      }
  3086.    ]
  3087.  },
  3088.  "music.end": {
  3089.    "category": "music",
  3090.    "sounds": [
  3091.      {
  3092.        "name": "music/game/end/end",
  3093.        "stream": true
  3094.      }
  3095.    ]
  3096.  },
  3097.  "music.game": {
  3098.    "category": "music",
  3099.    "sounds": [
  3100.      {
  3101.        "name": "music/game/calm1",
  3102.        "stream": true
  3103.      },
  3104.      {
  3105.        "name": "music/game/calm2",
  3106.        "stream": true
  3107.      },
  3108.      {
  3109.        "name": "music/game/calm3",
  3110.        "stream": true
  3111.      },
  3112.      {
  3113.        "name": "music/game/hal1",
  3114.        "stream": true
  3115.      },
  3116.      {
  3117.        "name": "music/game/hal2",
  3118.        "stream": true
  3119.      },
  3120.      {
  3121.        "name": "music/game/hal3",
  3122.        "stream": true
  3123.      },
  3124.      {
  3125.        "name": "music/game/hal4",
  3126.        "stream": true
  3127.      },
  3128.      {
  3129.        "name": "music/game/nuance1",
  3130.        "stream": true
  3131.      },
  3132.      {
  3133.        "name": "music/game/nuance2",
  3134.        "stream": true
  3135.      },
  3136.      {
  3137.        "name": "music/game/piano1",
  3138.        "stream": true
  3139.      },
  3140.      {
  3141.        "name": "music/game/piano2",
  3142.        "stream": true
  3143.      },
  3144.      {
  3145.        "name": "music/game/piano3",
  3146.        "stream": true
  3147.      }
  3148.    ]
  3149.  },
  3150.  "music.menu": {
  3151.    "category": "music",
  3152.    "sounds": [
  3153.      {
  3154.        "name": "music/menu/menu1",
  3155.        "stream": true
  3156.      },
  3157.      {
  3158.        "name": "music/menu/menu2",
  3159.        "stream": true
  3160.      },
  3161.      {
  3162.        "name": "music/menu/menu3",
  3163.        "stream": true
  3164.      },
  3165.      {
  3166.        "name": "music/menu/menu4",
  3167.        "stream": true
  3168.      }
  3169.    ]
  3170.  },
  3171.  "music.nether": {
  3172.    "category": "music",
  3173.    "sounds": [
  3174.      {
  3175.        "name": "music/game/nether/nether1",
  3176.        "stream": true
  3177.      },
  3178.      {
  3179.        "name": "music/game/nether/nether2",
  3180.        "stream": true
  3181.      },
  3182.      {
  3183.        "name": "music/game/nether/nether3",
  3184.        "stream": true
  3185.      },
  3186.      {
  3187.        "name": "music/game/nether/nether4",
  3188.        "stream": true
  3189.      }
  3190.    ]
  3191.  },
  3192.  "record.11": {
  3193.    "category": "record",
  3194.    "sounds": [
  3195.      {
  3196.        "name": "records/11",
  3197.        "stream": true
  3198.      }
  3199.    ]
  3200.  },
  3201.  "record.13": {
  3202.    "category": "record",
  3203.    "sounds": [
  3204.      {
  3205.        "name": "records/13",
  3206.        "stream": true
  3207.      }
  3208.    ]
  3209.  },
  3210.  "record.blocks": {
  3211.    "category": "record",
  3212.    "sounds": [
  3213.      {
  3214.        "name": "records/blocks",
  3215.        "stream": true
  3216.      }
  3217.    ]
  3218.  },
  3219.  "record.cat": {
  3220.    "category": "record",
  3221.    "sounds": [
  3222.      {
  3223.        "name": "records/cat",
  3224.        "stream": true
  3225.      }
  3226.    ]
  3227.  },
  3228.  "record.chirp": {
  3229.    "category": "record",
  3230.    "sounds": [
  3231.      {
  3232.        "name": "records/chirp",
  3233.        "stream": true
  3234.      }
  3235.    ]
  3236.  },
  3237.  "record.far": {
  3238.    "category": "record",
  3239.    "sounds": [
  3240.      {
  3241.        "name": "records/far",
  3242.        "stream": true
  3243.      }
  3244.    ]
  3245.  },
  3246.  "record.mall": {
  3247.    "category": "record",
  3248.    "sounds": [
  3249.      {
  3250.        "name": "records/mall",
  3251.        "stream": true
  3252.      }
  3253.    ]
  3254.  },
  3255.  "record.mellohi": {
  3256.    "category": "record",
  3257.    "sounds": [
  3258.      {
  3259.        "name": "records/mellohi",
  3260.        "stream": true
  3261.      }
  3262.    ]
  3263.  },
  3264.  "record.stal": {
  3265.    "category": "record",
  3266.    "sounds": [
  3267.      {
  3268.        "name": "records/stal",
  3269.        "stream": true
  3270.      }
  3271.    ]
  3272.  },
  3273.  "record.strad": {
  3274.    "category": "record",
  3275.    "sounds": [
  3276.      {
  3277.        "name": "records/strad",
  3278.        "stream": true
  3279.      }
  3280.    ]
  3281.  },
  3282.  "record.wait": {
  3283.    "category": "record",
  3284.    "sounds": [
  3285.      {
  3286.        "name": "records/wait",
  3287.        "stream": true
  3288.      }
  3289.    ]
  3290.  },
  3291.  "record.ward": {
  3292.    "category": "record",
  3293.    "sounds": [
  3294.      {
  3295.        "name": "records/ward",
  3296.        "stream": true
  3297.      }
  3298.    ]
  3299.  },
  3300.  "ui.button.click": {
  3301.    "category": "master",
  3302.    "sounds": [
  3303.      "random/click"
  3304.    ]
  3305.  },
  3306.  "weather.rain": {
  3307.    "category": "weather",
  3308.    "sounds": [
  3309.      "ambient/weather/rain1",
  3310.      "ambient/weather/rain2",
  3311.      "ambient/weather/rain3",
  3312.      "ambient/weather/rain4"
  3313.    ],
  3314.    "subtitle": "subtitles.weather.rain"
  3315.  },
  3316.  "weather.rain.above": {
  3317.    "category": "weather",
  3318.    "sounds": [
  3319.      "ambient/weather/rain1",
  3320.      "ambient/weather/rain2",
  3321.      "ambient/weather/rain3",
  3322.      "ambient/weather/rain4"
  3323.    ],
  3324.    "subtitle": "subtitles.weather.rain"
  3325.  }
  3326. }
Add Comment
Please, Sign In to add comment