Advertisement
onnowhere

18w07a sounds.json

Feb 14th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.46 KB | None | 0 0
  1. {
  2. "ambient.cave": {
  3. "sounds": [
  4. "ambient/cave/cave1",
  5. "ambient/cave/cave2",
  6. "ambient/cave/cave3",
  7. "ambient/cave/cave4",
  8. "ambient/cave/cave5",
  9. "ambient/cave/cave6",
  10. "ambient/cave/cave7",
  11. "ambient/cave/cave8",
  12. "ambient/cave/cave9",
  13. "ambient/cave/cave10",
  14. "ambient/cave/cave11",
  15. "ambient/cave/cave12",
  16. "ambient/cave/cave13",
  17. "ambient/cave/cave14",
  18. "ambient/cave/cave15",
  19. "ambient/cave/cave16",
  20. "ambient/cave/cave17",
  21. "ambient/cave/cave18"
  22.  
  23. ],
  24. "subtitle": "subtitles.ambient.cave"
  25. },
  26. "block.anvil.break": {
  27. "sounds": [
  28. "dig/stone1",
  29. "dig/stone2",
  30. "dig/stone3",
  31. "dig/stone4"
  32. ],
  33. "subtitle": "subtitles.block.generic.break"
  34. },
  35. "block.anvil.destroy": {
  36. "sounds": [
  37. "random/anvil_break"
  38. ],
  39. "subtitle": "subtitles.block.anvil.destroy"
  40. },
  41. "block.anvil.fall": {
  42. "sounds": [
  43. "step/stone1",
  44. "step/stone2",
  45. "step/stone3",
  46. "step/stone4",
  47. "step/stone5",
  48. "step/stone6"
  49. ]
  50. },
  51. "block.anvil.hit": {
  52. "sounds": [
  53. "step/stone1",
  54. "step/stone2",
  55. "step/stone3",
  56. "step/stone4",
  57. "step/stone5",
  58. "step/stone6"
  59. ],
  60. "subtitle": "subtitles.block.generic.hit"
  61. },
  62. "block.anvil.land": {
  63. "sounds": [
  64. "random/anvil_land"
  65. ],
  66. "subtitle": "subtitles.block.anvil.land"
  67. },
  68. "block.anvil.place": {
  69. "sounds": [
  70. "random/anvil_land"
  71. ],
  72. "subtitle": "subtitles.block.generic.place"
  73. },
  74. "block.anvil.step": {
  75. "sounds": [
  76. "step/stone1",
  77. "step/stone2",
  78. "step/stone3",
  79. "step/stone4",
  80. "step/stone5",
  81. "step/stone6"
  82. ],
  83. "subtitle": "subtitles.block.generic.footsteps"
  84. },
  85. "block.anvil.use": {
  86. "sounds": [
  87. "random/anvil_use"
  88. ],
  89. "subtitle": "subtitles.block.anvil.use"
  90. },
  91. "block.brewing_stand.brew": {
  92. "sounds": [
  93. "block/brewing_stand/brew1",
  94. "block/brewing_stand/brew2"
  95. ],
  96. "subtitle": "subtitles.block.brewing_stand.brew"
  97. },
  98. "block.bubble_col.bubble_column_upwards_ambient": {
  99. "sounds": [
  100. {
  101. "name": "block/bubble_column/up_amb1",
  102. "volume": 0.6
  103. },
  104. {
  105. "name": "block/bubble_column/up_amb2",
  106. "volume": 0.6
  107. },
  108. {
  109. "name": "block/bubble_column/up_amb3",
  110. "volume": 0.6
  111. },
  112. {
  113. "name": "block/bubble_column/up_amb4",
  114. "volume": 0.6
  115. },
  116. {
  117. "name": "block/bubble_column/up_amb5",
  118. "volume": 0.6
  119. }
  120. ]
  121. },
  122. "block.bubble_col.upwards_inside": {
  123. "sounds": [
  124. {
  125. "name": "block/bubble_column/col_dragup",
  126. "volume": 1
  127. }
  128. ]
  129. },
  130. "block.bubble_col.whirlpool_inside": {
  131. "sounds": [
  132. "block/bubble_column/col_dragdown"
  133. ]
  134. },
  135. "block.bubble_col.whirlpool_ambient": {
  136. "sounds": [
  137. {
  138. "name": "block/bubble_column/down_amb1",
  139. "volume": 0.6
  140. },
  141. {
  142. "name": "block/bubble_column/down_amb2",
  143. "volume": 0.6
  144. },
  145. {
  146. "name": "block/bubble_column/down_amb3",
  147. "volume": 0.6
  148. },
  149. {
  150. "name": "block/bubble_column/down_amb4",
  151. "volume": 0.6
  152. },
  153. {
  154. "name": "block/bubble_column/down_amb5",
  155. "volume": 0.6
  156. }
  157. ]
  158. },
  159. "block.bubble_col.bubble_pop": {
  160. "sounds": [
  161. {
  162. "name": "block/bubble_column/bubble1",
  163. "volume": 0.1
  164. },
  165. {
  166. "name": "block/bubble_column/bubble2",
  167. "volume": 0.1
  168. },
  169. {
  170. "name": "block/bubble_column/bubble3",
  171. "volume": 0.1
  172. }
  173. ]
  174. },
  175. "block.chest.close": {
  176. "sounds": [
  177. "block/chest/close",
  178. "block/chest/close2",
  179. "block/chest/close3"
  180. ],
  181. "subtitle": "subtitles.block.chest.close"
  182. },
  183. "block.chest.locked": {
  184. "sounds": [
  185. "block/wooden_door/close",
  186. "block/wooden_door/open"
  187. ],
  188. "subtitle": "subtitles.block.chest.locked"
  189. },
  190. "block.chest.open": {
  191. "sounds": [
  192. "block/chest/open"
  193. ],
  194. "subtitle": "subtitles.block.chest.open"
  195. },
  196. "block.chorus_flower.death": {
  197. "sounds": [
  198. "block/chorus_flower/death1",
  199. "block/chorus_flower/death2",
  200. "block/chorus_flower/death3"
  201. ],
  202. "subtitle": "subtitles.block.chorus_flower.death"
  203. },
  204. "block.chorus_flower.grow": {
  205. "sounds": [
  206. "block/chorus_flower/grow1",
  207. "block/chorus_flower/grow2",
  208. "block/chorus_flower/grow3",
  209. "block/chorus_flower/grow4"
  210. ],
  211. "subtitle": "subtitles.block.chorus_flower.grow"
  212. },
  213. "block.cloth.break": {
  214. "sounds": [
  215. "dig/cloth1",
  216. "dig/cloth2",
  217. "dig/cloth3",
  218. "dig/cloth4"
  219. ],
  220. "subtitle": "subtitles.block.generic.break"
  221. },
  222. "block.cloth.fall": {
  223. "sounds": [
  224. "step/cloth1",
  225. "step/cloth2",
  226. "step/cloth3",
  227. "step/cloth4"
  228. ]
  229. },
  230. "block.cloth.hit": {
  231. "sounds": [
  232. "step/cloth1",
  233. "step/cloth2",
  234. "step/cloth3",
  235. "step/cloth4"
  236. ],
  237. "subtitle": "subtitles.block.generic.hit"
  238. },
  239. "block.cloth.place": {
  240. "sounds": [
  241. "dig/cloth1",
  242. "dig/cloth2",
  243. "dig/cloth3",
  244. "dig/cloth4"
  245. ],
  246. "subtitle": "subtitles.block.generic.place"
  247. },
  248. "block.cloth.step": {
  249. "sounds": [
  250. "step/cloth1",
  251. "step/cloth2",
  252. "step/cloth3",
  253. "step/cloth4"
  254. ],
  255. "subtitle": "subtitles.block.generic.footsteps"
  256. },
  257. "block.comparator.click": {
  258. "sounds": [
  259. "random/click"
  260. ],
  261. "subtitle": "subtitles.block.comparator.click"
  262. },
  263. "block.dispenser.dispense": {
  264. "sounds": [
  265. "random/click"
  266. ],
  267. "subtitle": "subtitles.block.dispenser.dispense"
  268. },
  269. "block.dispenser.fail": {
  270. "sounds": [
  271. "random/click"
  272. ],
  273. "subtitle": "subtitles.block.dispenser.fail"
  274. },
  275. "block.dispenser.launch": {
  276. "sounds": [
  277. "random/bow"
  278. ],
  279. "subtitle": "subtitles.block.dispenser.dispense"
  280. },
  281. "block.enchantment_table.use": {
  282. "sounds": [
  283. "block/enchantment_table/enchant1",
  284. "block/enchantment_table/enchant2",
  285. "block/enchantment_table/enchant3"
  286. ]
  287. },
  288. "block.end_gateway.spawn": {
  289. "sounds": [
  290. "random/explode1",
  291. "random/explode2",
  292. "random/explode3",
  293. "random/explode4"
  294. ],
  295. "subtitle": "subtitles.entity.generic.explode"
  296. },
  297. "block.end_portal.spawn": {
  298. "sounds": [
  299. "block/end_portal/endportal"
  300. ]
  301. },
  302. "block.end_portal_frame.fill": {
  303. "sounds": [
  304. "block/end_portal/eyeplace1",
  305. "block/end_portal/eyeplace2",
  306. "block/end_portal/eyeplace3"
  307. ]
  308. },
  309. "block.enderchest.close": {
  310. "sounds": [
  311. "block/enderchest/close"
  312. ],
  313. "subtitle": "subtitles.block.chest.close"
  314. },
  315. "block.enderchest.open": {
  316. "sounds": [
  317. "block/enderchest/open"
  318. ],
  319. "subtitle": "subtitles.block.chest.open"
  320. },
  321. "block.fence_gate.close": {
  322. "sounds": [
  323. "block/fence_gate/close1",
  324. "block/fence_gate/close2"
  325. ],
  326. "subtitle": "subtitles.block.fence_gate.toggle"
  327. },
  328. "block.fence_gate.open": {
  329. "sounds": [
  330. "block/fence_gate/open1",
  331. "block/fence_gate/open2"
  332. ],
  333. "subtitle": "subtitles.block.fence_gate.toggle"
  334. },
  335. "block.fire.ambient": {
  336. "sounds": [
  337. "fire/fire"
  338. ],
  339. "subtitle": "subtitles.block.fire.ambient"
  340. },
  341. "block.fire.extinguish": {
  342. "sounds": [
  343. "random/fizz"
  344. ],
  345. "subtitle": "subtitles.block.fire.extinguish"
  346. },
  347. "block.furnace.fire_crackle": {
  348. "sounds": [
  349. "block/furnace/fire_crackle1",
  350. "block/furnace/fire_crackle2",
  351. "block/furnace/fire_crackle3",
  352. "block/furnace/fire_crackle4",
  353. "block/furnace/fire_crackle5"
  354. ],
  355. "subtitle": "subtitles.block.furnace.fire_crackle"
  356. },
  357. "block.glass.break": {
  358. "sounds": [
  359. "random/glass1",
  360. "random/glass2",
  361. "random/glass3"
  362. ],
  363. "subtitle": "subtitles.block.generic.break"
  364. },
  365. "block.glass.fall": {
  366. "sounds": [
  367. "step/stone1",
  368. "step/stone2",
  369. "step/stone3",
  370. "step/stone4",
  371. "step/stone5",
  372. "step/stone6"
  373. ]
  374. },
  375. "block.glass.hit": {
  376. "sounds": [
  377. "step/stone1",
  378. "step/stone2",
  379. "step/stone3",
  380. "step/stone4",
  381. "step/stone5",
  382. "step/stone6"
  383. ],
  384. "subtitle": "subtitles.block.generic.hit"
  385. },
  386. "block.glass.place": {
  387. "sounds": [
  388. "dig/stone1",
  389. "dig/stone2",
  390. "dig/stone3",
  391. "dig/stone4"
  392. ],
  393. "subtitle": "subtitles.block.generic.place"
  394. },
  395. "block.glass.step": {
  396. "sounds": [
  397. "step/stone1",
  398. "step/stone2",
  399. "step/stone3",
  400. "step/stone4",
  401. "step/stone5",
  402. "step/stone6"
  403. ],
  404. "subtitle": "subtitles.block.generic.footsteps"
  405. },
  406. "block.grass.break": {
  407. "sounds": [
  408. "dig/grass1",
  409. "dig/grass2",
  410. "dig/grass3",
  411. "dig/grass4"
  412. ],
  413. "subtitle": "subtitles.block.generic.break"
  414. },
  415. "block.grass.fall": {
  416. "sounds": [
  417. "step/grass1",
  418. "step/grass2",
  419. "step/grass3",
  420. "step/grass4",
  421. "step/grass5",
  422. "step/grass6"
  423. ]
  424. },
  425. "block.grass.hit": {
  426. "sounds": [
  427. "step/grass1",
  428. "step/grass2",
  429. "step/grass3",
  430. "step/grass4",
  431. "step/grass5",
  432. "step/grass6"
  433. ],
  434. "subtitle": "subtitles.block.generic.hit"
  435. },
  436. "block.grass.place": {
  437. "sounds": [
  438. "dig/grass1",
  439. "dig/grass2",
  440. "dig/grass3",
  441. "dig/grass4"
  442. ],
  443. "subtitle": "subtitles.block.generic.place"
  444. },
  445. "block.grass.step": {
  446. "sounds": [
  447. "step/grass1",
  448. "step/grass2",
  449. "step/grass3",
  450. "step/grass4",
  451. "step/grass5",
  452. "step/grass6"
  453. ],
  454. "subtitle": "subtitles.block.generic.footsteps"
  455. },
  456. "block.gravel.break": {
  457. "sounds": [
  458. "dig/gravel1",
  459. "dig/gravel2",
  460. "dig/gravel3",
  461. "dig/gravel4"
  462. ],
  463. "subtitle": "subtitles.block.generic.break"
  464. },
  465. "block.gravel.fall": {
  466. "sounds": [
  467. "step/gravel1",
  468. "step/gravel2",
  469. "step/gravel3",
  470. "step/gravel4"
  471. ]
  472. },
  473. "block.gravel.hit": {
  474. "sounds": [
  475. "step/gravel1",
  476. "step/gravel2",
  477. "step/gravel3",
  478. "step/gravel4"
  479. ],
  480. "subtitle": "subtitles.block.generic.hit"
  481. },
  482. "block.gravel.place": {
  483. "sounds": [
  484. "dig/gravel1",
  485. "dig/gravel2",
  486. "dig/gravel3",
  487. "dig/gravel4"
  488. ],
  489. "subtitle": "subtitles.block.generic.place"
  490. },
  491. "block.gravel.step": {
  492. "sounds": [
  493. "step/gravel1",
  494. "step/gravel2",
  495. "step/gravel3",
  496. "step/gravel4"
  497. ],
  498. "subtitle": "subtitles.block.generic.footsteps"
  499. },
  500. "block.iron_door.close": {
  501. "sounds": [
  502. "block/iron_door/close1",
  503. "block/iron_door/close2",
  504. "block/iron_door/close3",
  505. "block/iron_door/close4"
  506. ],
  507. "subtitle": "subtitles.block.door.toggle"
  508. },
  509. "block.iron_door.open": {
  510. "sounds": [
  511. "block/iron_door/open1",
  512. "block/iron_door/open2",
  513. "block/iron_door/open3",
  514. "block/iron_door/open4"
  515. ],
  516. "subtitle": "subtitles.block.door.toggle"
  517. },
  518. "block.iron_trapdoor.close": {
  519. "sounds": [
  520. "block/iron_trapdoor/close1",
  521. "block/iron_trapdoor/close2",
  522. "block/iron_trapdoor/close3",
  523. "block/iron_trapdoor/close4"
  524. ],
  525. "subtitle": "subtitles.block.iron_trapdoor.close"
  526. },
  527. "block.iron_trapdoor.open": {
  528. "sounds": [
  529. "block/iron_trapdoor/open1",
  530. "block/iron_trapdoor/open2",
  531. "block/iron_trapdoor/open3",
  532. "block/iron_trapdoor/open4"
  533. ],
  534. "subtitle": "subtitles.block.iron_trapdoor.open"
  535. },
  536. "block.ladder.break": {
  537. "sounds": [
  538. "dig/wood1",
  539. "dig/wood2",
  540. "dig/wood3",
  541. "dig/wood4"
  542. ],
  543. "subtitle": "subtitles.block.generic.break"
  544. },
  545. "block.ladder.fall": {
  546. "sounds": [
  547. "step/ladder1",
  548. "step/ladder2",
  549. "step/ladder3",
  550. "step/ladder4",
  551. "step/ladder5"
  552. ]
  553. },
  554. "block.ladder.hit": {
  555. "sounds": [
  556. "step/ladder1",
  557. "step/ladder2",
  558. "step/ladder3",
  559. "step/ladder4",
  560. "step/ladder5"
  561. ],
  562. "subtitle": "subtitles.block.generic.hit"
  563. },
  564. "block.ladder.place": {
  565. "sounds": [
  566. "dig/wood1",
  567. "dig/wood2",
  568. "dig/wood3",
  569. "dig/wood4"
  570. ],
  571. "subtitle": "subtitles.block.generic.place"
  572. },
  573. "block.ladder.step": {
  574. "sounds": [
  575. "step/ladder1",
  576. "step/ladder2",
  577. "step/ladder3",
  578. "step/ladder4",
  579. "step/ladder5"
  580. ],
  581. "subtitle": "subtitles.block.generic.footsteps"
  582. },
  583. "block.lava.ambient": {
  584. "sounds": [
  585. "liquid/lava"
  586. ],
  587. "subtitle": "subtitles.block.lava.ambient"
  588. },
  589. "block.lava.extinguish": {
  590. "sounds": [
  591. "random/fizz"
  592. ],
  593. "subtitle": "subtitles.block.lava.extinguish"
  594. },
  595. "block.lava.pop": {
  596. "sounds": [
  597. "liquid/lavapop"
  598. ],
  599. "subtitle": "subtitles.block.lava.ambient"
  600. },
  601. "block.lever.click": {
  602. "sounds": [
  603. "random/click"
  604. ],
  605. "subtitle": "subtitles.block.lever.click"
  606. },
  607. "block.metal.break": {
  608. "sounds": [
  609. "dig/stone1",
  610. "dig/stone2",
  611. "dig/stone3",
  612. "dig/stone4"
  613. ],
  614. "subtitle": "subtitles.block.generic.break"
  615. },
  616. "block.metal.fall": {
  617. "sounds": [
  618. "step/stone1",
  619. "step/stone2",
  620. "step/stone3",
  621. "step/stone4",
  622. "step/stone5",
  623. "step/stone6"
  624. ]
  625. },
  626. "block.metal.hit": {
  627. "sounds": [
  628. "step/stone1",
  629. "step/stone2",
  630. "step/stone3",
  631. "step/stone4",
  632. "step/stone5",
  633. "step/stone6"
  634. ],
  635. "subtitle": "subtitles.block.generic.hit"
  636. },
  637. "block.metal.place": {
  638. "sounds": [
  639. "dig/stone1",
  640. "dig/stone2",
  641. "dig/stone3",
  642. "dig/stone4"
  643. ],
  644. "subtitle": "subtitles.block.generic.place"
  645. },
  646. "block.metal.step": {
  647. "sounds": [
  648. "step/stone1",
  649. "step/stone2",
  650. "step/stone3",
  651. "step/stone4",
  652. "step/stone5",
  653. "step/stone6"
  654. ],
  655. "subtitle": "subtitles.block.generic.footsteps"
  656. },
  657. "block.metal_pressureplate.click_off": {
  658. "sounds": [
  659. "random/click"
  660. ],
  661. "subtitle": "subtitles.block.pressure_plate.click"
  662. },
  663. "block.metal_pressureplate.click_on": {
  664. "sounds": [
  665. "random/click"
  666. ],
  667. "subtitle": "subtitles.block.pressure_plate.click"
  668. },
  669. "block.note.basedrum": {
  670. "sounds": [
  671. "note/bd"
  672. ],
  673. "subtitle": "subtitles.block.note.note"
  674. },
  675. "block.note.bass": {
  676. "sounds": [
  677. "note/bassattack"
  678. ],
  679. "subtitle": "subtitles.block.note.note"
  680. },
  681. "block.note.bell": {
  682. "sounds": [
  683. "note/bell"
  684. ],
  685. "subtitle": "subtitles.block.note.note"
  686. },
  687. "block.note.chime": {
  688. "sounds": [
  689. "note/icechime"
  690. ],
  691. "subtitle": "subtitles.block.note.note"
  692. },
  693. "block.note.flute": {
  694. "sounds": [
  695. "note/flute"
  696. ],
  697. "subtitle": "subtitles.block.note.note"
  698. },
  699. "block.note.guitar": {
  700. "sounds": [
  701. "note/guitar"
  702. ],
  703. "subtitle": "subtitles.block.note.note"
  704. },
  705. "block.note.harp": {
  706. "sounds": [
  707. "note/harp2"
  708. ],
  709. "subtitle": "subtitles.block.note.note"
  710. },
  711. "block.note.hat": {
  712. "sounds": [
  713. "note/hat"
  714. ],
  715. "subtitle": "subtitles.block.note.note"
  716. },
  717. "block.note.pling": {
  718. "sounds": [
  719. "note/pling"
  720. ]
  721. },
  722. "block.note.snare": {
  723. "sounds": [
  724. "note/snare"
  725. ],
  726. "subtitle": "subtitles.block.note.note"
  727. },
  728. "block.note.xylophone": {
  729. "sounds": [
  730. "note/xylobone"
  731. ],
  732. "subtitle": "subtitles.block.note.note"
  733. },
  734. "block.piston.contract": {
  735. "sounds": [
  736. "tile/piston/in"
  737. ],
  738. "subtitle": "subtitles.block.piston.move"
  739. },
  740. "block.piston.extend": {
  741. "sounds": [
  742. "tile/piston/out"
  743. ],
  744. "subtitle": "subtitles.block.piston.move"
  745. },
  746. "block.portal.ambient": {
  747. "sounds": [
  748. "portal/portal"
  749. ],
  750. "subtitle": "subtitles.block.portal.ambient"
  751. },
  752. "block.portal.travel": {
  753. "sounds": [
  754. "portal/travel"
  755. ]
  756. },
  757. "block.portal.trigger": {
  758. "sounds": [
  759. "portal/trigger"
  760. ]
  761. },
  762. "block.redstone_torch.burnout": {
  763. "sounds": [
  764. "random/fizz"
  765. ],
  766. "subtitle": "subtitles.block.redstone_torch.burnout"
  767. },
  768. "block.sand.break": {
  769. "sounds": [
  770. "dig/sand1",
  771. "dig/sand2",
  772. "dig/sand3",
  773. "dig/sand4"
  774. ],
  775. "subtitle": "subtitles.block.generic.break"
  776. },
  777. "block.sand.fall": {
  778. "sounds": [
  779. "step/sand1",
  780. "step/sand2",
  781. "step/sand3",
  782. "step/sand4",
  783. "step/sand5"
  784. ]
  785. },
  786. "block.sand.hit": {
  787. "sounds": [
  788. "step/sand1",
  789. "step/sand2",
  790. "step/sand3",
  791. "step/sand4",
  792. "step/sand5"
  793. ],
  794. "subtitle": "subtitles.block.generic.hit"
  795. },
  796. "block.sand.place": {
  797. "sounds": [
  798. "dig/sand1",
  799. "dig/sand2",
  800. "dig/sand3",
  801. "dig/sand4"
  802. ],
  803. "subtitle": "subtitles.block.generic.place"
  804. },
  805. "block.sand.step": {
  806. "sounds": [
  807. "step/sand1",
  808. "step/sand2",
  809. "step/sand3",
  810. "step/sand4",
  811. "step/sand5"
  812. ],
  813. "subtitle": "subtitles.block.generic.footsteps"
  814. },
  815. "block.shulker_box.close": {
  816. "sounds": [
  817. "block/shulker_box/close"
  818. ],
  819. "subtitle": "subtitles.block.shulker_box.close"
  820. },
  821. "block.shulker_box.open": {
  822. "sounds": [
  823. "block/shulker_box/open"
  824. ],
  825. "subtitle": "subtitles.block.shulker_box.open"
  826. },
  827. "block.slime.break": {
  828. "sounds": [
  829. "mob/slime/big1",
  830. "mob/slime/big2",
  831. "mob/slime/big3",
  832. "mob/slime/big4"
  833. ],
  834. "subtitle": "subtitles.block.generic.break"
  835. },
  836. "block.slime.fall": {
  837. "sounds": [
  838. "mob/slime/small1",
  839. "mob/slime/small2",
  840. "mob/slime/small3",
  841. "mob/slime/small4",
  842. "mob/slime/small5"
  843. ]
  844. },
  845. "block.slime.hit": {
  846. "sounds": [
  847. "mob/slime/small1",
  848. "mob/slime/small2",
  849. "mob/slime/small3",
  850. "mob/slime/small4",
  851. "mob/slime/small5"
  852. ],
  853. "subtitle": "subtitles.block.generic.hit"
  854. },
  855. "block.slime.place": {
  856. "sounds": [
  857. "mob/slime/big1",
  858. "mob/slime/big2",
  859. "mob/slime/big3",
  860. "mob/slime/big4"
  861. ],
  862. "subtitle": "subtitles.block.generic.place"
  863. },
  864. "block.slime.step": {
  865. "sounds": [
  866. "mob/slime/small1",
  867. "mob/slime/small2",
  868. "mob/slime/small3",
  869. "mob/slime/small4",
  870. "mob/slime/small5"
  871. ],
  872. "subtitle": "subtitles.block.generic.footsteps"
  873. },
  874. "block.snow.break": {
  875. "sounds": [
  876. "dig/snow1",
  877. "dig/snow2",
  878. "dig/snow3",
  879. "dig/snow4"
  880. ],
  881. "subtitle": "subtitles.block.generic.break"
  882. },
  883. "block.snow.fall": {
  884. "sounds": [
  885. "step/snow1",
  886. "step/snow2",
  887. "step/snow3",
  888. "step/snow4"
  889. ]
  890. },
  891. "block.snow.hit": {
  892. "sounds": [
  893. "step/snow1",
  894. "step/snow2",
  895. "step/snow3",
  896. "step/snow4"
  897. ],
  898. "subtitle": "subtitles.block.generic.hit"
  899. },
  900. "block.snow.place": {
  901. "sounds": [
  902. "dig/snow1",
  903. "dig/snow2",
  904. "dig/snow3",
  905. "dig/snow4"
  906. ],
  907. "subtitle": "subtitles.block.generic.place"
  908. },
  909. "block.snow.step": {
  910. "sounds": [
  911. "step/snow1",
  912. "step/snow2",
  913. "step/snow3",
  914. "step/snow4"
  915. ],
  916. "subtitle": "subtitles.block.generic.footsteps"
  917. },
  918. "block.stone.break": {
  919. "sounds": [
  920. "dig/stone1",
  921. "dig/stone2",
  922. "dig/stone3",
  923. "dig/stone4"
  924. ],
  925. "subtitle": "subtitles.block.generic.break"
  926. },
  927. "block.stone.fall": {
  928. "sounds": [
  929. "step/stone1",
  930. "step/stone2",
  931. "step/stone3",
  932. "step/stone4",
  933. "step/stone5",
  934. "step/stone6"
  935. ]
  936. },
  937. "block.stone.hit": {
  938. "sounds": [
  939. "step/stone1",
  940. "step/stone2",
  941. "step/stone3",
  942. "step/stone4",
  943. "step/stone5",
  944. "step/stone6"
  945. ],
  946. "subtitle": "subtitles.block.generic.hit"
  947. },
  948. "block.stone.place": {
  949. "sounds": [
  950. "dig/stone1",
  951. "dig/stone2",
  952. "dig/stone3",
  953. "dig/stone4"
  954. ],
  955. "subtitle": "subtitles.block.generic.place"
  956. },
  957. "block.stone.step": {
  958. "sounds": [
  959. "step/stone1",
  960. "step/stone2",
  961. "step/stone3",
  962. "step/stone4",
  963. "step/stone5",
  964. "step/stone6"
  965. ],
  966. "subtitle": "subtitles.block.generic.footsteps"
  967. },
  968. "block.stone_button.click_off": {
  969. "sounds": [
  970. "random/click"
  971. ],
  972. "subtitle": "subtitles.block.button.click"
  973. },
  974. "block.stone_button.click_on": {
  975. "sounds": [
  976. "random/click"
  977. ],
  978. "subtitle": "subtitles.block.button.click"
  979. },
  980. "block.stone_pressureplate.click_off": {
  981. "sounds": [
  982. "random/click"
  983. ],
  984. "subtitle": "subtitles.block.pressure_plate.click"
  985. },
  986. "block.stone_pressureplate.click_on": {
  987. "sounds": [
  988. "random/click"
  989. ],
  990. "subtitle": "subtitles.block.pressure_plate.click"
  991. },
  992. "block.tripwire.attach": {
  993. "sounds": [
  994. "random/click"
  995. ],
  996. "subtitle": "subtitles.block.tripwire.attach"
  997. },
  998. "block.tripwire.click_off": {
  999. "sounds": [
  1000. "random/click"
  1001. ],
  1002. "subtitle": "subtitles.block.tripwire.click"
  1003. },
  1004. "block.tripwire.click_on": {
  1005. "sounds": [
  1006. "random/click"
  1007. ],
  1008. "subtitle": "subtitles.block.tripwire.click"
  1009. },
  1010. "block.tripwire.detach": {
  1011. "sounds": [
  1012. "random/bowhit1",
  1013. "random/bowhit2",
  1014. "random/bowhit3",
  1015. "random/bowhit4"
  1016. ],
  1017. "subtitle": "subtitles.block.tripwire.detach"
  1018. },
  1019. "block.water.ambient": {
  1020. "sounds": [
  1021. "liquid/water"
  1022. ],
  1023. "subtitle": "subtitles.block.water.ambient"
  1024. },
  1025. "block.waterlily.place": {
  1026. "sounds": [
  1027. "block/waterlily/place1",
  1028. "block/waterlily/place2",
  1029. "block/waterlily/place3",
  1030. "block/waterlily/place4"
  1031. ],
  1032. "subtitle": "subtitles.block.generic.place"
  1033. },
  1034. "block.wood.break": {
  1035. "sounds": [
  1036. "dig/wood1",
  1037. "dig/wood2",
  1038. "dig/wood3",
  1039. "dig/wood4"
  1040. ],
  1041. "subtitle": "subtitles.block.generic.break"
  1042. },
  1043. "block.wood.fall": {
  1044. "sounds": [
  1045. "step/wood1",
  1046. "step/wood2",
  1047. "step/wood3",
  1048. "step/wood4",
  1049. "step/wood5",
  1050. "step/wood6"
  1051. ]
  1052. },
  1053. "block.wood.hit": {
  1054. "sounds": [
  1055. "step/wood1",
  1056. "step/wood2",
  1057. "step/wood3",
  1058. "step/wood4",
  1059. "step/wood5",
  1060. "step/wood6"
  1061. ],
  1062. "subtitle": "subtitles.block.generic.hit"
  1063. },
  1064. "block.wood.place": {
  1065. "sounds": [
  1066. "dig/wood1",
  1067. "dig/wood2",
  1068. "dig/wood3",
  1069. "dig/wood4"
  1070. ],
  1071. "subtitle": "subtitles.block.generic.place"
  1072. },
  1073. "block.wood.step": {
  1074. "sounds": [
  1075. "step/wood1",
  1076. "step/wood2",
  1077. "step/wood3",
  1078. "step/wood4",
  1079. "step/wood5",
  1080. "step/wood6"
  1081. ],
  1082. "subtitle": "subtitles.block.generic.footsteps"
  1083. },
  1084. "block.wood_button.click_off": {
  1085. "sounds": [
  1086. "random/wood_click"
  1087. ],
  1088. "subtitle": "subtitles.block.button.click"
  1089. },
  1090. "block.wood_button.click_on": {
  1091. "sounds": [
  1092. "random/wood_click"
  1093. ],
  1094. "subtitle": "subtitles.block.button.click"
  1095. },
  1096. "block.wood_pressureplate.click_off": {
  1097. "sounds": [
  1098. "random/click"
  1099. ],
  1100. "subtitle": "subtitles.block.pressure_plate.click"
  1101. },
  1102. "block.wood_pressureplate.click_on": {
  1103. "sounds": [
  1104. "random/click"
  1105. ],
  1106. "subtitle": "subtitles.block.pressure_plate.click"
  1107. },
  1108. "block.wooden_door.close": {
  1109. "sounds": [
  1110. "block/wooden_door/close",
  1111. "block/wooden_door/close2",
  1112. "block/wooden_door/close3",
  1113. "block/wooden_door/close4"
  1114. ],
  1115. "subtitle": "subtitles.block.door.toggle"
  1116. },
  1117. "block.wooden_door.open": {
  1118. "sounds": [
  1119. "block/wooden_door/open",
  1120. "block/wooden_door/open2",
  1121. "block/wooden_door/open3",
  1122. "block/wooden_door/open4"
  1123. ],
  1124. "subtitle": "subtitles.block.door.toggle"
  1125. },
  1126. "block.wooden_trapdoor.close": {
  1127. "sounds": [
  1128. "block/wooden_trapdoor/close1",
  1129. "block/wooden_trapdoor/close2",
  1130. "block/wooden_trapdoor/close3"
  1131. ],
  1132. "subtitle": "subtitles.block.trapdoor.toggle"
  1133. },
  1134. "block.wooden_trapdoor.open": {
  1135. "sounds": [
  1136. "block/wooden_trapdoor/open1",
  1137. "block/wooden_trapdoor/open2",
  1138. "block/wooden_trapdoor/open3",
  1139. "block/wooden_trapdoor/open4",
  1140. "block/wooden_trapdoor/open5"
  1141. ],
  1142. "subtitle": "subtitles.block.trapdoor.toggle"
  1143. },
  1144. "enchant.thorns.hit": {
  1145. "sounds": [
  1146. "enchant/thorns/hit1",
  1147. "enchant/thorns/hit2",
  1148. "enchant/thorns/hit3",
  1149. "enchant/thorns/hit4"
  1150. ],
  1151. "subtitle": "subtitles.enchant.thorns.hit"
  1152. },
  1153. "entity.armorstand.break": {
  1154. "sounds": [
  1155. "entity/armorstand/break1",
  1156. "entity/armorstand/break2",
  1157. "entity/armorstand/break3",
  1158. "entity/armorstand/break4"
  1159. ],
  1160. "subtitle": "subtitles.block.generic.break"
  1161. },
  1162. "entity.armorstand.fall": {
  1163. "sounds": [
  1164. "dig/wood1",
  1165. "dig/wood2",
  1166. "dig/wood3",
  1167. "dig/wood4"
  1168. ],
  1169. "subtitle": "subtitles.entity.armorstand.fall"
  1170. },
  1171. "entity.armorstand.hit": {
  1172. "sounds": [
  1173. "entity/armorstand/hit1",
  1174. "entity/armorstand/hit2",
  1175. "entity/armorstand/hit3",
  1176. "entity/armorstand/hit4"
  1177. ],
  1178. "subtitle": "subtitles.block.generic.hit"
  1179. },
  1180. "entity.armorstand.place": {
  1181. "sounds": [
  1182. "dig/stone1",
  1183. "dig/stone2",
  1184. "dig/stone3",
  1185. "dig/stone4"
  1186. ],
  1187. "subtitle": "subtitles.block.generic.place"
  1188. },
  1189. "entity.arrow.hit": {
  1190. "sounds": [
  1191. "random/bowhit1",
  1192. "random/bowhit2",
  1193. "random/bowhit3",
  1194. "random/bowhit4"
  1195. ],
  1196. "subtitle": "subtitles.entity.arrow.hit"
  1197. },
  1198. "entity.arrow.hit_player": {
  1199. "sounds": [
  1200. "random/successful_hit"
  1201. ],
  1202. "subtitle": "subtitles.entity.arrow.hit_player"
  1203. },
  1204. "entity.arrow.shoot": {
  1205. "sounds": [
  1206. "random/bow"
  1207. ],
  1208. "subtitle": "subtitles.entity.arrow.shoot"
  1209. },
  1210. "entity.bat.ambient": {
  1211. "sounds": [
  1212. "mob/bat/idle1",
  1213. "mob/bat/idle2",
  1214. "mob/bat/idle3",
  1215. "mob/bat/idle4"
  1216. ],
  1217. "subtitle": "subtitles.entity.bat.ambient"
  1218. },
  1219. "entity.bat.death": {
  1220. "sounds": [
  1221. "mob/bat/death"
  1222. ],
  1223. "subtitle": "subtitles.entity.bat.death"
  1224. },
  1225. "entity.bat.hurt": {
  1226. "sounds": [
  1227. "mob/bat/hurt1",
  1228. "mob/bat/hurt2",
  1229. "mob/bat/hurt3",
  1230. "mob/bat/hurt4"
  1231. ],
  1232. "subtitle": "subtitles.entity.bat.hurt"
  1233. },
  1234. "entity.bat.loop": {
  1235. "sounds": [
  1236. "mob/bat/loop"
  1237. ]
  1238. },
  1239. "entity.bat.takeoff": {
  1240. "sounds": [
  1241. "mob/bat/takeoff"
  1242. ],
  1243. "subtitle": "subtitles.entity.bat.takeoff"
  1244. },
  1245. "entity.blaze.ambient": {
  1246. "sounds": [
  1247. "mob/blaze/breathe1",
  1248. "mob/blaze/breathe2",
  1249. "mob/blaze/breathe3",
  1250. "mob/blaze/breathe4"
  1251. ],
  1252. "subtitle": "subtitles.entity.blaze.ambient"
  1253. },
  1254. "entity.blaze.burn": {
  1255. "sounds": [
  1256. "fire/fire"
  1257. ],
  1258. "subtitle": "subtitles.entity.blaze.burn"
  1259. },
  1260. "entity.blaze.death": {
  1261. "sounds": [
  1262. "mob/blaze/death"
  1263. ],
  1264. "subtitle": "subtitles.entity.blaze.death"
  1265. },
  1266. "entity.blaze.hurt": {
  1267. "sounds": [
  1268. "mob/blaze/hit1",
  1269. "mob/blaze/hit2",
  1270. "mob/blaze/hit3",
  1271. "mob/blaze/hit4"
  1272. ],
  1273. "subtitle": "subtitles.entity.blaze.hurt"
  1274. },
  1275. "entity.blaze.shoot": {
  1276. "sounds": [
  1277. "mob/ghast/fireball4"
  1278. ],
  1279. "subtitle": "subtitles.entity.blaze.shoot"
  1280. },
  1281. "entity.boat.paddle_land": {
  1282. "sounds": [
  1283. "entity/boat/paddle_land1",
  1284. "entity/boat/paddle_land2",
  1285. "entity/boat/paddle_land3",
  1286. "entity/boat/paddle_land4",
  1287. "entity/boat/paddle_land5",
  1288. "entity/boat/paddle_land6"
  1289. ]
  1290. },
  1291. "entity.boat.paddle_water": {
  1292. "sounds": [
  1293. {
  1294. "name": "entity/boat/paddle_water1",
  1295. "pitch": 1.0,
  1296. "volume": 0.8
  1297. },
  1298. {
  1299. "name": "entity/boat/paddle_water2",
  1300. "pitch": 1.0,
  1301. "volume": 0.8
  1302. },
  1303. {
  1304. "name": "entity/boat/paddle_water3",
  1305. "pitch": 1.0,
  1306. "volume": 0.8
  1307. },
  1308. {
  1309. "name": "entity/boat/paddle_water4",
  1310. "pitch": 1.0,
  1311. "volume": 0.8
  1312. },
  1313. {
  1314. "name": "entity/boat/paddle_water5",
  1315. "pitch": 1.0,
  1316. "volume": 0.8
  1317. },
  1318. {
  1319. "name": "entity/boat/paddle_water6",
  1320. "pitch": 1.0,
  1321. "volume": 0.8
  1322. },
  1323. {
  1324. "name": "entity/boat/paddle_water7",
  1325. "pitch": 1.0,
  1326. "volume": 0.8
  1327. },
  1328. {
  1329. "name": "entity/boat/paddle_water8",
  1330. "pitch": 1.0,
  1331. "volume": 0.8
  1332. }
  1333. ]
  1334. },
  1335. "entity.bobber.retrieve": {
  1336. "sounds": [
  1337. {
  1338. "name": "entity/bobber/retrieve1",
  1339. "pitch": 2.4
  1340. },
  1341. {
  1342. "name": "entity/bobber/retrieve2",
  1343. "pitch": 2.4
  1344. }
  1345. ]
  1346. },
  1347. "entity.bobber.splash": {
  1348. "sounds": [
  1349. "random/splash"
  1350. ],
  1351. "subtitle": "subtitles.entity.bobber.splash"
  1352. },
  1353. "entity.bobber.throw": {
  1354. "sounds": [
  1355. "entity/bobber/castfast"
  1356. ],
  1357. "subtitle": "subtitles.entity.bobber.throw"
  1358. },
  1359. "entity.cat.ambient": {
  1360. "sounds": [
  1361. "mob/cat/meow1",
  1362. "mob/cat/meow2",
  1363. "mob/cat/meow3",
  1364. "mob/cat/meow4"
  1365. ],
  1366. "subtitle": "subtitles.entity.cat.ambient"
  1367. },
  1368. "entity.cat.death": {
  1369. "sounds": [
  1370. "mob/cat/hitt1",
  1371. "mob/cat/hitt2",
  1372. "mob/cat/hitt3"
  1373. ],
  1374. "subtitle": "subtitles.entity.cat.death"
  1375. },
  1376. "entity.cat.hiss": {
  1377. "sounds": [
  1378. "mob/cat/hiss1",
  1379. "mob/cat/hiss2",
  1380. "mob/cat/hiss3"
  1381. ]
  1382. },
  1383. "entity.cat.hurt": {
  1384. "sounds": [
  1385. "mob/cat/hitt1",
  1386. "mob/cat/hitt2",
  1387. "mob/cat/hitt3"
  1388. ],
  1389. "subtitle": "subtitles.entity.cat.hurt"
  1390. },
  1391. "entity.cat.purr": {
  1392. "sounds": [
  1393. "mob/cat/purr1",
  1394. "mob/cat/purr2",
  1395. "mob/cat/purr3"
  1396. ],
  1397. "subtitle": "subtitles.entity.cat.ambient"
  1398. },
  1399. "entity.cat.purreow": {
  1400. "sounds": [
  1401. "mob/cat/purreow1",
  1402. "mob/cat/purreow2"
  1403. ],
  1404. "subtitle": "subtitles.entity.cat.ambient"
  1405. },
  1406. "entity.chicken.ambient": {
  1407. "sounds": [
  1408. "mob/chicken/say1",
  1409. "mob/chicken/say2",
  1410. "mob/chicken/say3"
  1411. ],
  1412. "subtitle": "subtitles.entity.chicken.ambient"
  1413. },
  1414. "entity.chicken.death": {
  1415. "sounds": [
  1416. "mob/chicken/hurt1",
  1417. "mob/chicken/hurt2"
  1418. ],
  1419. "subtitle": "subtitles.entity.chicken.death"
  1420. },
  1421. "entity.chicken.egg": {
  1422. "sounds": [
  1423. "mob/chicken/plop"
  1424. ],
  1425. "subtitle": "subtitles.entity.chicken.egg"
  1426. },
  1427. "entity.chicken.hurt": {
  1428. "sounds": [
  1429. "mob/chicken/hurt1",
  1430. "mob/chicken/hurt2"
  1431. ],
  1432. "subtitle": "subtitles.entity.chicken.hurt"
  1433. },
  1434. "entity.chicken.step": {
  1435. "sounds": [
  1436. "mob/chicken/step1",
  1437. "mob/chicken/step2"
  1438. ],
  1439. "subtitle": "subtitles.block.generic.footsteps"
  1440. },
  1441. "entity.cow.ambient": {
  1442. "sounds": [
  1443. "mob/cow/say1",
  1444. "mob/cow/say2",
  1445. "mob/cow/say3",
  1446. "mob/cow/say4"
  1447. ],
  1448. "subtitle": "subtitles.entity.cow.ambient"
  1449. },
  1450. "entity.cow.death": {
  1451. "sounds": [
  1452. "mob/cow/hurt1",
  1453. "mob/cow/hurt2",
  1454. "mob/cow/hurt3"
  1455. ],
  1456. "subtitle": "subtitles.entity.cow.death"
  1457. },
  1458. "entity.cow.hurt": {
  1459. "sounds": [
  1460. "mob/cow/hurt1",
  1461. "mob/cow/hurt2",
  1462. "mob/cow/hurt3"
  1463. ],
  1464. "subtitle": "subtitles.entity.cow.hurt"
  1465. },
  1466. "entity.cow.milk": {
  1467. "sounds": [
  1468. "entity/cow/milk1",
  1469. "entity/cow/milk2",
  1470. "entity/cow/milk3"
  1471. ],
  1472. "subtitle": "subtitles.entity.cow.milk"
  1473. },
  1474. "entity.cow.step": {
  1475. "sounds": [
  1476. "mob/cow/step1",
  1477. "mob/cow/step2",
  1478. "mob/cow/step3",
  1479. "mob/cow/step4"
  1480. ],
  1481. "subtitle": "subtitles.block.generic.footsteps"
  1482. },
  1483. "entity.creeper.death": {
  1484. "sounds": [
  1485. "mob/creeper/death"
  1486. ],
  1487. "subtitle": "subtitles.entity.creeper.death"
  1488. },
  1489. "entity.creeper.hurt": {
  1490. "sounds": [
  1491. "mob/creeper/say1",
  1492. "mob/creeper/say2",
  1493. "mob/creeper/say3",
  1494. "mob/creeper/say4"
  1495. ],
  1496. "subtitle": "subtitles.entity.creeper.hurt"
  1497. },
  1498. "entity.creeper.primed": {
  1499. "sounds": [
  1500. "random/fuse"
  1501. ],
  1502. "subtitle": "subtitles.entity.creeper.primed"
  1503. },
  1504. "entity.donkey.ambient": {
  1505. "sounds": [
  1506. "mob/horse/donkey/idle1",
  1507. "mob/horse/donkey/idle2",
  1508. "mob/horse/donkey/idle3"
  1509. ],
  1510. "subtitle": "subtitles.entity.donkey.ambient"
  1511. },
  1512. "entity.donkey.angry": {
  1513. "sounds": [
  1514. "mob/horse/donkey/angry1",
  1515. "mob/horse/donkey/angry2"
  1516. ],
  1517. "subtitle": "subtitles.entity.donkey.angry"
  1518. },
  1519. "entity.donkey.chest": {
  1520. "sounds": [
  1521. "mob/chicken/plop"
  1522. ],
  1523. "subtitle": "subtitles.entity.donkey.chest"
  1524. },
  1525. "entity.donkey.death": {
  1526. "sounds": [
  1527. "mob/horse/donkey/death"
  1528. ],
  1529. "subtitle": "subtitles.entity.donkey.death"
  1530. },
  1531. "entity.donkey.hurt": {
  1532. "sounds": [
  1533. "mob/horse/donkey/hit1",
  1534. "mob/horse/donkey/hit2",
  1535. "mob/horse/donkey/hit3"
  1536. ],
  1537. "subtitle": "subtitles.entity.donkey.hurt"
  1538. },
  1539. "entity.egg.throw": {
  1540. "sounds": [
  1541. "random/bow"
  1542. ],
  1543. "subtitle": "subtitles.entity.egg.throw"
  1544. },
  1545. "entity.elder_guardian.ambient": {
  1546. "sounds": [
  1547. "mob/guardian/elder_idle1",
  1548. "mob/guardian/elder_idle2",
  1549. "mob/guardian/elder_idle3",
  1550. "mob/guardian/elder_idle4"
  1551. ],
  1552. "subtitle": "subtitles.entity.elder_guardian.ambient"
  1553. },
  1554. "entity.elder_guardian.ambient_land": {
  1555. "sounds": [
  1556. "mob/guardian/land_idle1",
  1557. "mob/guardian/land_idle2",
  1558. "mob/guardian/land_idle3",
  1559. "mob/guardian/land_idle4"
  1560. ],
  1561. "subtitle": "subtitles.entity.elder_guardian.ambient.land"
  1562. },
  1563. "entity.elder_guardian.curse": {
  1564. "sounds": [
  1565. "mob/guardian/curse"
  1566. ],
  1567. "subtitle": "subtitles.entity.elder_guardian.curse"
  1568. },
  1569. "entity.elder_guardian.death": {
  1570. "sounds": [
  1571. "mob/guardian/elder_death"
  1572. ],
  1573. "subtitle": "subtitles.entity.elder_guardian.death"
  1574. },
  1575. "entity.elder_guardian.death_land": {
  1576. "sounds": [
  1577. "mob/guardian/land_death"
  1578. ],
  1579. "subtitle": "subtitles.entity.elder_guardian.death"
  1580. },
  1581. "entity.elder_guardian.flop": {
  1582. "sounds": [
  1583. "mob/guardian/flop1",
  1584. "mob/guardian/flop2",
  1585. "mob/guardian/flop3",
  1586. "mob/guardian/flop4"
  1587. ],
  1588. "subtitle": "subtitles.entity.elder_guardian.flop"
  1589. },
  1590. "entity.elder_guardian.hurt": {
  1591. "sounds": [
  1592. "mob/guardian/elder_hit1",
  1593. "mob/guardian/elder_hit2",
  1594. "mob/guardian/elder_hit3",
  1595. "mob/guardian/elder_hit4"
  1596. ],
  1597. "subtitle": "subtitles.entity.elder_guardian.hurt"
  1598. },
  1599. "entity.elder_guardian.hurt_land": {
  1600. "sounds": [
  1601. "mob/guardian/land_hit1",
  1602. "mob/guardian/land_hit2",
  1603. "mob/guardian/land_hit3",
  1604. "mob/guardian/land_hit4"
  1605. ],
  1606. "subtitle": "subtitles.entity.elder_guardian.hurt"
  1607. },
  1608. "entity.enderdragon.ambient": {
  1609. "sounds": [
  1610. "mob/enderdragon/growl1",
  1611. "mob/enderdragon/growl2",
  1612. "mob/enderdragon/growl3",
  1613. "mob/enderdragon/growl4"
  1614. ],
  1615. "subtitle": "subtitles.entity.enderdragon.ambient"
  1616. },
  1617. "entity.enderdragon.death": {
  1618. "sounds": [
  1619. "mob/enderdragon/end"
  1620. ],
  1621. "subtitle": "subtitles.entity.enderdragon.death"
  1622. },
  1623. "entity.enderdragon.flap": {
  1624. "sounds": [
  1625. "mob/enderdragon/wings1",
  1626. "mob/enderdragon/wings2",
  1627. "mob/enderdragon/wings3",
  1628. "mob/enderdragon/wings4",
  1629. "mob/enderdragon/wings5",
  1630. "mob/enderdragon/wings6"
  1631. ],
  1632. "subtitle": "subtitles.entity.enderdragon.flap"
  1633. },
  1634. "entity.enderdragon.growl": {
  1635. "sounds": [
  1636. "mob/enderdragon/growl1",
  1637. "mob/enderdragon/growl2",
  1638. "mob/enderdragon/growl3",
  1639. "mob/enderdragon/growl4"
  1640. ],
  1641. "subtitle": "subtitles.entity.enderdragon.growl"
  1642. },
  1643. "entity.enderdragon.hurt": {
  1644. "sounds": [
  1645. "mob/enderdragon/hit1",
  1646. "mob/enderdragon/hit2",
  1647. "mob/enderdragon/hit3",
  1648. "mob/enderdragon/hit4"
  1649. ],
  1650. "subtitle": "subtitles.entity.enderdragon.hurt"
  1651. },
  1652. "entity.enderdragon.shoot": {
  1653. "sounds": [
  1654. "mob/ghast/fireball4"
  1655. ],
  1656. "subtitle": "subtitles.entity.enderdragon.shoot"
  1657. },
  1658. "entity.enderdragon_fireball.explode": {
  1659. "sounds": [
  1660. "random/explode1",
  1661. "random/explode2",
  1662. "random/explode3",
  1663. "random/explode4"
  1664. ],
  1665. "subtitle": "subtitles.entity.generic.explode"
  1666. },
  1667. "entity.endereye.death": {
  1668. "sounds": [
  1669. {
  1670. "name": "entity/endereye/dead1",
  1671. "pitch": 1.0,
  1672. "volume": 1.3
  1673. },
  1674. {
  1675. "name": "entity/endereye/dead2",
  1676. "pitch": 1.0,
  1677. "volume": 1.3
  1678. }
  1679. ]
  1680. },
  1681. "entity.endereye.launch": {
  1682. "sounds": [
  1683. "entity/endereye/endereye_launch1",
  1684. "entity/endereye/endereye_launch2"
  1685. ],
  1686. "subtitle": "subtitles.entity.endereye.launch"
  1687. },
  1688. "entity.endermen.ambient": {
  1689. "sounds": [
  1690. "mob/endermen/idle1",
  1691. "mob/endermen/idle2",
  1692. "mob/endermen/idle3",
  1693. "mob/endermen/idle4",
  1694. "mob/endermen/idle5"
  1695. ],
  1696. "subtitle": "subtitles.entity.enderman.ambient"
  1697. },
  1698. "entity.endermen.death": {
  1699. "sounds": [
  1700. "mob/endermen/death"
  1701. ],
  1702. "subtitle": "subtitles.entity.enderman.death"
  1703. },
  1704. "entity.endermen.hurt": {
  1705. "sounds": [
  1706. "mob/endermen/hit1",
  1707. "mob/endermen/hit2",
  1708. "mob/endermen/hit3",
  1709. "mob/endermen/hit4"
  1710. ],
  1711. "subtitle": "subtitles.entity.enderman.hurt"
  1712. },
  1713. "entity.endermen.scream": {
  1714. "sounds": [
  1715. "mob/endermen/scream1",
  1716. "mob/endermen/scream2",
  1717. "mob/endermen/scream3",
  1718. "mob/endermen/scream4"
  1719. ],
  1720. "subtitle": "subtitles.entity.enderman.ambient"
  1721. },
  1722. "entity.endermen.stare": {
  1723. "sounds": [
  1724. "mob/endermen/stare"
  1725. ],
  1726. "subtitle": "subtitles.entity.enderman.stare"
  1727. },
  1728. "entity.endermen.teleport": {
  1729. "sounds": [
  1730. "mob/endermen/portal",
  1731. "mob/endermen/portal2"
  1732. ],
  1733. "subtitle": "subtitles.entity.enderman.teleport"
  1734. },
  1735. "entity.endermite.ambient": {
  1736. "sounds": [
  1737. "mob/silverfish/say1",
  1738. "mob/silverfish/say2",
  1739. "mob/silverfish/say3",
  1740. "mob/silverfish/say4"
  1741. ],
  1742. "subtitle": "subtitles.entity.endermite.ambient"
  1743. },
  1744. "entity.endermite.death": {
  1745. "sounds": [
  1746. "mob/silverfish/kill"
  1747. ],
  1748. "subtitle": "subtitles.entity.endermite.death"
  1749. },
  1750. "entity.endermite.hurt": {
  1751. "sounds": [
  1752. "mob/silverfish/hit1",
  1753. "mob/silverfish/hit2",
  1754. "mob/silverfish/hit3"
  1755. ],
  1756. "subtitle": "subtitles.entity.endermite.hurt"
  1757. },
  1758. "entity.endermite.step": {
  1759. "sounds": [
  1760. "mob/silverfish/step1",
  1761. "mob/silverfish/step2",
  1762. "mob/silverfish/step3",
  1763. "mob/silverfish/step4"
  1764. ],
  1765. "subtitle": "subtitles.block.generic.footsteps"
  1766. },
  1767. "entity.enderpearl.throw": {
  1768. "sounds": [
  1769. "random/bow"
  1770. ],
  1771. "subtitle": "subtitles.entity.enderpearl.throw"
  1772. },
  1773. "entity.evocation_fangs.attack": {
  1774. "sounds": [
  1775. "mob/evocation_illager/fangs"
  1776. ],
  1777. "subtitle": "subtitles.entity.evocation_fangs.attack"
  1778. },
  1779. "entity.evocation_illager.ambient": {
  1780. "sounds": [
  1781. "mob/evocation_illager/idle1",
  1782. "mob/evocation_illager/idle2",
  1783. "mob/evocation_illager/idle3",
  1784. "mob/evocation_illager/idle4"
  1785. ],
  1786. "subtitle": "subtitles.entity.evocation_illager.ambient"
  1787. },
  1788. "entity.evocation_illager.cast_spell": {
  1789. "sounds": [
  1790. "mob/evocation_illager/cast1",
  1791. "mob/evocation_illager/cast2"
  1792. ],
  1793. "subtitle": "subtitles.entity.evocation_illager.cast_spell"
  1794. },
  1795. "entity.evocation_illager.death": {
  1796. "sounds": [
  1797. "mob/evocation_illager/death1",
  1798. "mob/evocation_illager/death2"
  1799. ],
  1800. "subtitle": "subtitles.entity.evocation_illager.death"
  1801. },
  1802. "entity.evocation_illager.hurt": {
  1803. "sounds": [
  1804. "mob/evocation_illager/hurt1",
  1805. "mob/evocation_illager/hurt2"
  1806. ],
  1807. "subtitle": "subtitles.entity.evocation_illager.hurt"
  1808. },
  1809. "entity.evocation_illager.prepare_attack": {
  1810. "sounds": [
  1811. "mob/evocation_illager/prepare_attack1",
  1812. "mob/evocation_illager/prepare_attack2"
  1813. ],
  1814. "subtitle": "subtitles.entity.evocation_illager.prepare_attack"
  1815. },
  1816. "entity.evocation_illager.prepare_summon": {
  1817. "sounds": [
  1818. "mob/evocation_illager/prepare_summon"
  1819. ],
  1820. "subtitle": "subtitles.entity.evocation_illager.prepare_summon"
  1821. },
  1822. "entity.evocation_illager.prepare_wololo": {
  1823. "sounds": [
  1824. "mob/evocation_illager/prepare_wololo"
  1825. ],
  1826. "subtitle": "subtitles.entity.evocation_illager.prepare_wololo"
  1827. },
  1828. "entity.experience_bottle.throw": {
  1829. "sounds": [
  1830. "random/bow"
  1831. ],
  1832. "subtitle": "subtitles.entity.potion.throw"
  1833. },
  1834. "entity.experience_orb.pickup": {
  1835. "sounds": [
  1836. "random/orb"
  1837. ],
  1838. "subtitle": "subtitles.entity.experience_orb.pickup"
  1839. },
  1840. "entity.firework.blast": {
  1841. "sounds": [
  1842. "fireworks/blast1"
  1843. ],
  1844. "subtitle": "subtitles.entity.firework.blast"
  1845. },
  1846. "entity.firework.blast_far": {
  1847. "sounds": [
  1848. "fireworks/blast_far1"
  1849. ],
  1850. "subtitle": "subtitles.entity.firework.blast"
  1851. },
  1852. "entity.firework.large_blast": {
  1853. "sounds": [
  1854. "fireworks/largeblast1"
  1855. ],
  1856. "subtitle": "subtitles.entity.firework.blast"
  1857. },
  1858. "entity.firework.large_blast_far": {
  1859. "sounds": [
  1860. "fireworks/largeblast_far1"
  1861. ],
  1862. "subtitle": "subtitles.entity.firework.blast"
  1863. },
  1864. "entity.firework.launch": {
  1865. "sounds": [
  1866. "fireworks/launch1"
  1867. ],
  1868. "subtitle": "subtitles.entity.firework.launch"
  1869. },
  1870. "entity.firework.shoot": {
  1871. "sounds": [
  1872. "random/bow"
  1873. ],
  1874. "subtitle": "subtitles.entity.firework.launch"
  1875. },
  1876. "entity.firework.twinkle": {
  1877. "sounds": [
  1878. "fireworks/twinkle1"
  1879. ],
  1880. "subtitle": "subtitles.entity.firework.twinkle"
  1881. },
  1882. "entity.firework.twinkle_far": {
  1883. "sounds": [
  1884. "fireworks/twinkle_far1"
  1885. ],
  1886. "subtitle": "subtitles.entity.firework.twinkle"
  1887. },
  1888. "entity.generic.big_fall": {
  1889. "sounds": [
  1890. "damage/fallbig"
  1891. ],
  1892. "subtitle": "subtitles.entity.generic.big_fall"
  1893. },
  1894. "entity.generic.burn": {
  1895. "sounds": [
  1896. "random/fizz"
  1897. ],
  1898. "subtitle": "subtitles.entity.generic.burn"
  1899. },
  1900. "entity.generic.death": {
  1901. "sounds": [
  1902. "damage/hit1",
  1903. "damage/hit2",
  1904. "damage/hit3"
  1905. ],
  1906. "subtitle": "subtitles.entity.generic.death"
  1907. },
  1908. "entity.generic.drink": {
  1909. "sounds": [
  1910. "random/drink"
  1911. ],
  1912. "subtitle": "subtitles.entity.generic.drink"
  1913. },
  1914. "entity.generic.eat": {
  1915. "sounds": [
  1916. "random/eat1",
  1917. "random/eat2",
  1918. "random/eat3"
  1919. ],
  1920. "subtitle": "subtitles.entity.generic.eat"
  1921. },
  1922. "entity.generic.explode": {
  1923. "sounds": [
  1924. "random/explode1",
  1925. "random/explode2",
  1926. "random/explode3",
  1927. "random/explode4"
  1928. ],
  1929. "subtitle": "subtitles.entity.generic.explode"
  1930. },
  1931. "entity.generic.extinguish_fire": {
  1932. "sounds": [
  1933. "random/fizz"
  1934. ],
  1935. "subtitle": "subtitles.entity.generic.extinguish_fire"
  1936. },
  1937. "entity.generic.hurt": {
  1938. "sounds": [
  1939. "damage/hit1",
  1940. "damage/hit2",
  1941. "damage/hit3"
  1942. ],
  1943. "subtitle": "subtitles.entity.generic.hurt"
  1944. },
  1945. "entity.generic.small_fall": {
  1946. "sounds": [
  1947. "damage/fallsmall"
  1948. ],
  1949. "subtitle": "subtitles.entity.generic.small_fall"
  1950. },
  1951. "entity.generic.splash": {
  1952. "sounds": [
  1953. "liquid/splash",
  1954. "liquid/splash2"
  1955. ],
  1956. "subtitle": "subtitles.entity.generic.splash"
  1957. },
  1958. "entity.generic.swim": {
  1959. "sounds": [
  1960. "liquid/swim1",
  1961. "liquid/swim2",
  1962. "liquid/swim3",
  1963. "liquid/swim4"
  1964. ],
  1965. "subtitle": "subtitles.entity.generic.swim"
  1966. },
  1967. "entity.ghast.ambient": {
  1968. "sounds": [
  1969. "mob/ghast/moan1",
  1970. "mob/ghast/moan2",
  1971. "mob/ghast/moan3",
  1972. "mob/ghast/moan4",
  1973. "mob/ghast/moan5",
  1974. "mob/ghast/moan6",
  1975. "mob/ghast/moan7"
  1976. ],
  1977. "subtitle": "subtitles.entity.ghast.ambient"
  1978. },
  1979. "entity.ghast.death": {
  1980. "sounds": [
  1981. "mob/ghast/death"
  1982. ],
  1983. "subtitle": "subtitles.entity.ghast.death"
  1984. },
  1985. "entity.ghast.hurt": {
  1986. "sounds": [
  1987. "mob/ghast/scream1",
  1988. "mob/ghast/scream2",
  1989. "mob/ghast/scream3",
  1990. "mob/ghast/scream4",
  1991. "mob/ghast/scream5"
  1992. ],
  1993. "subtitle": "subtitles.entity.ghast.hurt"
  1994. },
  1995. "entity.ghast.scream": {
  1996. "sounds": [
  1997. "mob/ghast/affectionate_scream"
  1998. ]
  1999. },
  2000. "entity.ghast.shoot": {
  2001. "sounds": [
  2002. "mob/ghast/fireball4"
  2003. ],
  2004. "subtitle": "subtitles.entity.ghast.shoot"
  2005. },
  2006. "entity.ghast.warn": {
  2007. "sounds": [
  2008. "mob/ghast/charge"
  2009. ],
  2010. "subtitle": "subtitles.entity.ghast.shoot"
  2011. },
  2012. "entity.guardian.ambient": {
  2013. "sounds": [
  2014. {
  2015. "name": "entity/guardian/ambient1",
  2016. "volume": 0.1
  2017. },
  2018. {
  2019. "name": "entity/guardian/ambient2",
  2020. "volume": 0.1
  2021. },
  2022. {
  2023. "name": "entity/guardian/ambient3",
  2024. "volume": 0.1
  2025. },
  2026. {
  2027. "name": "entity/guardian/ambient4",
  2028. "volume": 0.1
  2029. }
  2030. ],
  2031. "subtitle": "subtitles.entity.guardian.ambient"
  2032. },
  2033. "entity.guardian.ambient_land": {
  2034. "sounds": [
  2035. "mob/guardian/land_idle1",
  2036. "mob/guardian/land_idle2",
  2037. "mob/guardian/land_idle3",
  2038. "mob/guardian/land_idle4"
  2039. ],
  2040. "subtitle": "subtitles.entity.guardian.ambient.land"
  2041. },
  2042. "entity.guardian.attack": {
  2043. "sounds": [
  2044. "mob/guardian/attack_loop"
  2045. ],
  2046. "subtitle": "subtitles.entity.guardian.attack"
  2047. },
  2048. "entity.guardian.death": {
  2049. "sounds": [
  2050. "mob/guardian/guardian_death"
  2051. ],
  2052. "subtitle": "subtitles.entity.guardian.death"
  2053. },
  2054. "entity.guardian.death_land": {
  2055. "sounds": [
  2056. "mob/guardian/land_death"
  2057. ],
  2058. "subtitle": "subtitles.entity.guardian.death"
  2059. },
  2060. "entity.guardian.flop": {
  2061. "sounds": [
  2062. "mob/guardian/flop1",
  2063. "mob/guardian/flop2",
  2064. "mob/guardian/flop3",
  2065. "mob/guardian/flop4"
  2066. ],
  2067. "subtitle": "subtitles.entity.guardian.flop"
  2068. },
  2069. "entity.guardian.hurt": {
  2070. "sounds": [
  2071. "mob/guardian/guardian_hit1",
  2072. "mob/guardian/guardian_hit2",
  2073. "mob/guardian/guardian_hit3",
  2074. "mob/guardian/guardian_hit4"
  2075. ],
  2076. "subtitle": "subtitles.entity.guardian.hurt"
  2077. },
  2078. "entity.guardian.hurt_land": {
  2079. "sounds": [
  2080. "mob/guardian/land_hit1",
  2081. "mob/guardian/land_hit2",
  2082. "mob/guardian/land_hit3",
  2083. "mob/guardian/land_hit4"
  2084. ],
  2085. "subtitle": "subtitles.entity.guardian.hurt"
  2086. },
  2087. "entity.horse.ambient": {
  2088. "sounds": [
  2089. "mob/horse/idle1",
  2090. "mob/horse/idle2",
  2091. "mob/horse/idle3"
  2092. ],
  2093. "subtitle": "subtitles.entity.horse.ambient"
  2094. },
  2095. "entity.horse.angry": {
  2096. "sounds": [
  2097. "mob/horse/angry1"
  2098. ],
  2099. "subtitle": "subtitles.entity.horse.angry"
  2100. },
  2101. "entity.horse.armor": {
  2102. "sounds": [
  2103. "mob/horse/armor"
  2104. ],
  2105. "subtitle": "subtitles.entity.horse.armor"
  2106. },
  2107. "entity.horse.breathe": {
  2108. "sounds": [
  2109. "mob/horse/breathe1",
  2110. "mob/horse/breathe2",
  2111. "mob/horse/breathe3"
  2112. ],
  2113. "subtitle": "subtitles.entity.horse.breathe"
  2114. },
  2115. "entity.horse.death": {
  2116. "sounds": [
  2117. "mob/horse/death"
  2118. ],
  2119. "subtitle": "subtitles.entity.horse.death"
  2120. },
  2121. "entity.horse.eat": {
  2122. "sounds": [
  2123. "entity/horse/eat1",
  2124. "entity/horse/eat2",
  2125. "entity/horse/eat3",
  2126. "entity/horse/eat4",
  2127. "entity/horse/eat5"
  2128. ],
  2129. "subtitle": "subtitles.entity.horse.eat"
  2130. },
  2131. "entity.horse.gallop": {
  2132. "sounds": [
  2133. "mob/horse/gallop1",
  2134. "mob/horse/gallop2",
  2135. "mob/horse/gallop3",
  2136. "mob/horse/gallop4"
  2137. ],
  2138. "subtitle": "subtitles.entity.horse.gallop"
  2139. },
  2140. "entity.horse.hurt": {
  2141. "sounds": [
  2142. "mob/horse/hit1",
  2143. "mob/horse/hit2",
  2144. "mob/horse/hit3",
  2145. "mob/horse/hit4"
  2146. ],
  2147. "subtitle": "subtitles.entity.horse.hurt"
  2148. },
  2149. "entity.horse.jump": {
  2150. "sounds": [
  2151. "mob/horse/jump"
  2152. ],
  2153. "subtitle": "subtitles.entity.horse.jump"
  2154. },
  2155. "entity.horse.land": {
  2156. "sounds": [
  2157. "mob/horse/land"
  2158. ]
  2159. },
  2160. "entity.horse.saddle": {
  2161. "sounds": [
  2162. "mob/horse/leather"
  2163. ],
  2164. "subtitle": "subtitles.entity.horse.saddle"
  2165. },
  2166. "entity.horse.step": {
  2167. "sounds": [
  2168. "mob/horse/soft1",
  2169. "mob/horse/soft2",
  2170. "mob/horse/soft3",
  2171. "mob/horse/soft4",
  2172. "mob/horse/soft5",
  2173. "mob/horse/soft6"
  2174. ],
  2175. "subtitle": "subtitles.block.generic.footsteps"
  2176. },
  2177. "entity.horse.step_wood": {
  2178. "sounds": [
  2179. "mob/horse/wood1",
  2180. "mob/horse/wood2",
  2181. "mob/horse/wood3",
  2182. "mob/horse/wood4",
  2183. "mob/horse/wood5",
  2184. "mob/horse/wood6"
  2185. ],
  2186. "subtitle": "subtitles.block.generic.footsteps"
  2187. },
  2188. "entity.hostile.big_fall": {
  2189. "sounds": [
  2190. "damage/fallbig"
  2191. ],
  2192. "subtitle": "subtitles.entity.generic.big_fall"
  2193. },
  2194. "entity.hostile.death": {
  2195. "sounds": [
  2196. "damage/hit1",
  2197. "damage/hit2",
  2198. "damage/hit3"
  2199. ],
  2200. "subtitle": "subtitles.entity.generic.death"
  2201. },
  2202. "entity.hostile.hurt": {
  2203. "sounds": [
  2204. "damage/hit1",
  2205. "damage/hit2",
  2206. "damage/hit3"
  2207. ],
  2208. "subtitle": "subtitles.entity.generic.hurt"
  2209. },
  2210. "entity.hostile.small_fall": {
  2211. "sounds": [
  2212. "damage/fallsmall"
  2213. ],
  2214. "subtitle": "subtitles.entity.generic.small_fall"
  2215. },
  2216. "entity.hostile.splash": {
  2217. "sounds": [
  2218. "liquid/splash",
  2219. "liquid/splash2"
  2220. ],
  2221. "subtitle": "subtitles.entity.generic.splash"
  2222. },
  2223. "entity.hostile.swim": {
  2224. "sounds": [
  2225. "liquid/swim1",
  2226. "liquid/swim2",
  2227. "liquid/swim3",
  2228. "liquid/swim4"
  2229. ],
  2230. "subtitle": "subtitles.entity.generic.swim"
  2231. },
  2232. "entity.husk.ambient": {
  2233. "sounds": [
  2234. "mob/husk/idle1",
  2235. "mob/husk/idle2",
  2236. "mob/husk/idle3"
  2237. ],
  2238. "subtitle": "subtitles.entity.husk.ambient"
  2239. },
  2240. "entity.husk.death": {
  2241. "sounds": [
  2242. "mob/husk/death1",
  2243. "mob/husk/death2"
  2244. ],
  2245. "subtitle": "subtitles.entity.husk.death"
  2246. },
  2247. "entity.husk.hurt": {
  2248. "sounds": [
  2249. "mob/husk/hurt1",
  2250. "mob/husk/hurt2"
  2251. ],
  2252. "subtitle": "subtitles.entity.husk.hurt"
  2253. },
  2254. "entity.husk.step": {
  2255. "sounds": [
  2256. "mob/husk/step1",
  2257. "mob/husk/step2",
  2258. "mob/husk/step3",
  2259. "mob/husk/step4",
  2260. "mob/husk/step5"
  2261. ]
  2262. },
  2263. "entity.illusion_illager.ambient": {
  2264. "sounds": [
  2265. "mob/illusion_illager/idle1",
  2266. "mob/illusion_illager/idle2",
  2267. "mob/illusion_illager/idle3",
  2268. "mob/illusion_illager/idle4"
  2269. ]
  2270. },
  2271. "entity.illusion_illager.cast_spell": {
  2272. "sounds": [
  2273. "mob/evocation_illager/cast1",
  2274. "mob/evocation_illager/cast2"
  2275. ]
  2276. },
  2277. "entity.illusion_illager.death": {
  2278. "sounds": [
  2279. "mob/illusion_illager/death1",
  2280. "mob/illusion_illager/death2"
  2281. ]
  2282. },
  2283. "entity.illusion_illager.hurt": {
  2284. "sounds": [
  2285. "mob/illusion_illager/hurt1",
  2286. "mob/illusion_illager/hurt2",
  2287. "mob/illusion_illager/hurt3"
  2288. ]
  2289. },
  2290. "entity.illusion_illager.mirror_move": {
  2291. "sounds": [
  2292. "mob/illusion_illager/mirror_move1",
  2293. "mob/illusion_illager/mirror_move2"
  2294. ]
  2295. },
  2296. "entity.illusion_illager.prepare_blindness": {
  2297. "sounds": [
  2298. "mob/illusion_illager/prepare_blind"
  2299. ]
  2300. },
  2301. "entity.illusion_illager.prepare_mirror": {
  2302. "sounds": [
  2303. "mob/illusion_illager/prepare_mirror"
  2304. ]
  2305. },
  2306. "entity.irongolem.attack": {
  2307. "sounds": [
  2308. "mob/irongolem/throw"
  2309. ],
  2310. "subtitle": "subtitles.entity.iron_golem.attack"
  2311. },
  2312. "entity.irongolem.death": {
  2313. "sounds": [
  2314. "mob/irongolem/death"
  2315. ],
  2316. "subtitle": "subtitles.entity.iron_golem.death"
  2317. },
  2318. "entity.irongolem.hurt": {
  2319. "sounds": [
  2320. "mob/irongolem/hit1",
  2321. "mob/irongolem/hit2",
  2322. "mob/irongolem/hit3",
  2323. "mob/irongolem/hit4"
  2324. ],
  2325. "subtitle": "subtitles.entity.iron_golem.hurt"
  2326. },
  2327. "entity.irongolem.step": {
  2328. "sounds": [
  2329. "mob/irongolem/walk1",
  2330. "mob/irongolem/walk2",
  2331. "mob/irongolem/walk3",
  2332. "mob/irongolem/walk4"
  2333. ],
  2334. "subtitle": "subtitles.block.generic.footsteps"
  2335. },
  2336. "entity.item.break": {
  2337. "sounds": [
  2338. "random/break"
  2339. ],
  2340. "subtitle": "subtitles.entity.item.break"
  2341. },
  2342. "entity.item.pickup": {
  2343. "sounds": [
  2344. "random/pop"
  2345. ],
  2346. "subtitle": "subtitles.entity.item.pickup"
  2347. },
  2348. "entity.itemframe.add_item": {
  2349. "sounds": [
  2350. "entity/itemframe/add_item1",
  2351. "entity/itemframe/add_item2",
  2352. "entity/itemframe/add_item3",
  2353. "entity/itemframe/add_item4"
  2354. ],
  2355. "subtitle": "subtitles.entity.itemframe.add_item"
  2356. },
  2357. "entity.itemframe.break": {
  2358. "sounds": [
  2359. "entity/itemframe/break1",
  2360. "entity/itemframe/break2",
  2361. "entity/itemframe/break3"
  2362. ],
  2363. "subtitle": "subtitles.entity.itemframe.break"
  2364. },
  2365. "entity.itemframe.place": {
  2366. "sounds": [
  2367. "entity/itemframe/place1",
  2368. "entity/itemframe/place2",
  2369. "entity/itemframe/place3",
  2370. "entity/itemframe/place4"
  2371. ],
  2372. "subtitle": "subtitles.entity.itemframe.place"
  2373. },
  2374. "entity.itemframe.remove_item": {
  2375. "sounds": [
  2376. "entity/itemframe/remove_item1",
  2377. "entity/itemframe/remove_item2",
  2378. "entity/itemframe/remove_item3",
  2379. "entity/itemframe/remove_item4"
  2380. ],
  2381. "subtitle": "subtitles.entity.itemframe.remove_item"
  2382. },
  2383. "entity.itemframe.rotate_item": {
  2384. "sounds": [
  2385. "entity/itemframe/rotate_item1",
  2386. "entity/itemframe/rotate_item2",
  2387. "entity/itemframe/rotate_item3",
  2388. "entity/itemframe/rotate_item4"
  2389. ],
  2390. "subtitle": "subtitles.entity.itemframe.rotate_item"
  2391. },
  2392. "entity.leashknot.break": {
  2393. "sounds": [
  2394. "entity/leashknot/break1",
  2395. "entity/leashknot/break2",
  2396. "entity/leashknot/break3"
  2397. ],
  2398. "subtitle": "subtitles.entity.leashknot.break"
  2399. },
  2400. "entity.leashknot.place": {
  2401. "sounds": [
  2402. "entity/leashknot/place1",
  2403. "entity/leashknot/place2",
  2404. "entity/leashknot/place3"
  2405. ],
  2406. "subtitle": "subtitles.entity.leashknot.place"
  2407. },
  2408. "entity.lightning.impact": {
  2409. "sounds": [
  2410. "random/explode1",
  2411. "random/explode2",
  2412. "random/explode3",
  2413. "random/explode4"
  2414. ],
  2415. "subtitle": "subtitles.entity.lightning.impact"
  2416. },
  2417. "entity.lightning.thunder": {
  2418. "sounds": [
  2419. "ambient/weather/thunder1",
  2420. "ambient/weather/thunder2",
  2421. "ambient/weather/thunder3"
  2422. ],
  2423. "subtitle": "subtitles.entity.lightning.thunder"
  2424. },
  2425. "entity.lingeringpotion.throw": {
  2426. "sounds": [
  2427. "random/bow"
  2428. ],
  2429. "subtitle": "subtitles.entity.potion.throw"
  2430. },
  2431. "entity.llama.ambient": {
  2432. "sounds": [
  2433. "mob/llama/idle1",
  2434. "mob/llama/idle2",
  2435. "mob/llama/idle3",
  2436. "mob/llama/idle4",
  2437. "mob/llama/idle5"
  2438. ],
  2439. "subtitle": "subtitles.entity.llama.ambient"
  2440. },
  2441. "entity.llama.angry": {
  2442. "sounds": [
  2443. "mob/llama/angry1"
  2444. ],
  2445. "subtitle": "subtitles.entity.llama.angry"
  2446. },
  2447. "entity.llama.chest": {
  2448. "sounds": [
  2449. "mob/chicken/plop"
  2450. ],
  2451. "subtitle": "subtitles.entity.llama.chest"
  2452. },
  2453. "entity.llama.death": {
  2454. "sounds": [
  2455. "mob/llama/death1",
  2456. "mob/llama/death2"
  2457. ],
  2458. "subtitle": "subtitles.entity.llama.death"
  2459. },
  2460. "entity.llama.eat": {
  2461. "sounds": [
  2462. "mob/llama/eat1",
  2463. "mob/llama/eat2",
  2464. "mob/llama/eat3"
  2465. ],
  2466. "subtitle": "subtitles.entity.llama.eat"
  2467. },
  2468. "entity.llama.hurt": {
  2469. "sounds": [
  2470. "mob/llama/hurt1",
  2471. "mob/llama/hurt2",
  2472. "mob/llama/hurt3"
  2473. ],
  2474. "subtitle": "subtitles.entity.llama.hurt"
  2475. },
  2476. "entity.llama.spit": {
  2477. "sounds": [
  2478. "mob/llama/spit1",
  2479. "mob/llama/spit2"
  2480. ],
  2481. "subtitle": "subtitles.entity.llama.spit"
  2482. },
  2483. "entity.llama.step": {
  2484. "sounds": [
  2485. "mob/llama/step1",
  2486. "mob/llama/step2",
  2487. "mob/llama/step3",
  2488. "mob/llama/step4",
  2489. "mob/llama/step5"
  2490. ],
  2491. "subtitle": "subtitles.entity.llama.step"
  2492. },
  2493. "entity.llama.swag": {
  2494. "sounds": [
  2495. "mob/llama/swag"
  2496. ],
  2497. "subtitle": "subtitles.entity.llama.swag"
  2498. },
  2499. "entity.magmacube.death": {
  2500. "sounds": [
  2501. "mob/slime/big1",
  2502. "mob/slime/big2",
  2503. "mob/slime/big3",
  2504. "mob/slime/big4"
  2505. ],
  2506. "subtitle": "subtitles.entity.magmacube.death"
  2507. },
  2508. "entity.magmacube.hurt": {
  2509. "sounds": [
  2510. "mob/slime/big1",
  2511. "mob/slime/big2",
  2512. "mob/slime/big3",
  2513. "mob/slime/big4"
  2514. ],
  2515. "subtitle": "subtitles.entity.magmacube.hurt"
  2516. },
  2517. "entity.magmacube.jump": {
  2518. "sounds": [
  2519. "mob/magmacube/jump1",
  2520. "mob/magmacube/jump2",
  2521. "mob/magmacube/jump3",
  2522. "mob/magmacube/jump4"
  2523. ],
  2524. "subtitle": "subtitles.entity.magmacube.squish"
  2525. },
  2526. "entity.magmacube.squish": {
  2527. "sounds": [
  2528. "mob/magmacube/big1",
  2529. "mob/magmacube/big2",
  2530. "mob/magmacube/big3",
  2531. "mob/magmacube/big4"
  2532. ],
  2533. "subtitle": "subtitles.entity.magmacube.squish"
  2534. },
  2535. "entity.minecart.inside": {
  2536. "sounds": [
  2537. "minecart/inside"
  2538. ]
  2539. },
  2540. "entity.minecart.riding": {
  2541. "sounds": [
  2542. "minecart/base"
  2543. ],
  2544. "subtitle": "subtitles.entity.minecart.riding"
  2545. },
  2546. "entity.mooshroom.shear": {
  2547. "sounds": [
  2548. "mob/sheep/shear"
  2549. ],
  2550. "subtitle": "subtitles.item.shear"
  2551. },
  2552. "entity.mule.ambient": {
  2553. "sounds": [
  2554. "mob/horse/donkey/idle1",
  2555. "mob/horse/donkey/idle2",
  2556. "mob/horse/donkey/idle3"
  2557. ],
  2558. "subtitle": "subtitles.entity.mule.ambient"
  2559. },
  2560. "entity.mule.chest": {
  2561. "sounds": [
  2562. "mob/chicken/plop"
  2563. ],
  2564. "subtitle": "subtitles.entity.mule.chest"
  2565. },
  2566. "entity.mule.death": {
  2567. "sounds": [
  2568. "mob/horse/donkey/death"
  2569. ],
  2570. "subtitle": "subtitles.entity.mule.death"
  2571. },
  2572. "entity.mule.hurt": {
  2573. "sounds": [
  2574. "mob/horse/donkey/hit1",
  2575. "mob/horse/donkey/hit2",
  2576. "mob/horse/donkey/hit3"
  2577. ],
  2578. "subtitle": "subtitles.entity.mule.hurt"
  2579. },
  2580. "entity.painting.break": {
  2581. "sounds": [
  2582. "entity/painting/break1",
  2583. "entity/painting/break2",
  2584. "entity/painting/break3"
  2585. ],
  2586. "subtitle": "subtitles.entity.painting.break"
  2587. },
  2588. "entity.painting.place": {
  2589. "sounds": [
  2590. "entity/painting/place1",
  2591. "entity/painting/place2",
  2592. "entity/painting/place3",
  2593. "entity/painting/place4"
  2594. ],
  2595. "subtitle": "subtitles.entity.painting.place"
  2596. },
  2597. "entity.parrot.ambient": {
  2598. "sounds": [
  2599. {
  2600. "name": "mob/parrot/idle1",
  2601. "volume": 0.7
  2602. },
  2603. {
  2604. "name": "mob/parrot/idle2",
  2605. "volume": 0.7
  2606. },
  2607. {
  2608. "name": "mob/parrot/idle3",
  2609. "volume": 0.7
  2610. },
  2611. {
  2612. "name": "mob/parrot/idle4",
  2613. "volume": 0.7
  2614. },
  2615. {
  2616. "name": "mob/parrot/idle5",
  2617. "volume": 0.7
  2618. },
  2619. {
  2620. "name": "mob/parrot/idle6",
  2621. "volume": 0.7
  2622. }
  2623. ],
  2624. "subtitle": "subtitles.entity.parrot.ambient"
  2625. },
  2626. "entity.parrot.death": {
  2627. "sounds": [
  2628. {
  2629. "name": "mob/parrot/death1",
  2630. "pitch": 0.9
  2631. },
  2632. {
  2633. "name": "mob/parrot/death2",
  2634. "pitch": 0.9
  2635. },
  2636. {
  2637. "name": "mob/parrot/death3",
  2638. "pitch": 0.9
  2639. },
  2640. {
  2641. "name": "mob/parrot/death4",
  2642. "pitch": 0.7
  2643. }
  2644. ],
  2645. "subtitle": "subtitles.entity.parrot.death"
  2646. },
  2647. "entity.parrot.eat": {
  2648. "sounds": [
  2649. "mob/parrot/eat1",
  2650. "mob/parrot/eat2",
  2651. "mob/parrot/eat3"
  2652. ],
  2653. "subtitle": "subtitles.entity.parrot.eats"
  2654. },
  2655. "entity.parrot.fly": {
  2656. "sounds": [
  2657. "mob/parrot/fly1",
  2658. "mob/parrot/fly2",
  2659. "mob/parrot/fly3",
  2660. "mob/parrot/fly4",
  2661. "mob/parrot/fly5",
  2662. "mob/parrot/fly6",
  2663. "mob/parrot/fly7",
  2664. "mob/parrot/fly8"
  2665. ]
  2666. },
  2667. "entity.parrot.hurt": {
  2668. "sounds": [
  2669. {
  2670. "name": "mob/parrot/hurt1",
  2671. "pitch": 0.8
  2672. },
  2673. {
  2674. "name": "mob/parrot/hurt2",
  2675. "pitch": 0.9
  2676. },
  2677. {
  2678. "name": "mob/parrot/hurt1",
  2679. "pitch": 0.9
  2680. }
  2681. ],
  2682. "subtitle": "subtitles.entity.parrot.hurts"
  2683. },
  2684. "entity.parrot.imitate.blaze": {
  2685. "sounds": [
  2686. {
  2687. "type": "event",
  2688. "name": "entity.blaze.ambient",
  2689. "volume": 0.4,
  2690. "pitch": 1.8
  2691. }
  2692. ],
  2693. "subtitle": "subtitles.entity.parrot.imitate.blaze"
  2694. },
  2695. "entity.parrot.imitate.creeper": {
  2696. "sounds": [
  2697. {
  2698. "type": "event",
  2699. "name": "entity.creeper.primed",
  2700. "volume": 0.6,
  2701. "pitch": 1.8
  2702. }
  2703. ],
  2704. "subtitle": "subtitles.entity.parrot.imitate.creeper"
  2705. },
  2706. "entity.parrot.imitate.elder_guardian": {
  2707. "sounds": [
  2708. {
  2709. "type": "event",
  2710. "name": "entity.elder_guardian.ambient_land",
  2711. "volume": 0.7,
  2712. "pitch": 1.8
  2713. }
  2714. ],
  2715. "subtitle": "subtitles.entity.parrot.imitate.elder_guardian"
  2716. },
  2717. "entity.parrot.imitate.enderdragon": {
  2718. "sounds": [
  2719. {
  2720. "type": "event",
  2721. "name": "entity.enderdragon.ambient",
  2722. "volume": 0.2,
  2723. "pitch": 1.8
  2724. }
  2725. ],
  2726. "subtitle": "subtitles.entity.parrot.imitate.enderdragon"
  2727. },
  2728. "entity.parrot.imitate.enderman": {
  2729. "sounds": [
  2730. {
  2731. "type": "event",
  2732. "name": "entity.endermen.ambient",
  2733. "volume": 0.5,
  2734. "pitch": 1.7
  2735. }
  2736. ],
  2737. "subtitle": "subtitles.entity.parrot.imitate.enderman"
  2738. },
  2739. "entity.parrot.imitate.endermite": {
  2740. "sounds": [
  2741. {
  2742. "type": "event",
  2743. "name": "entity.endermite.ambient",
  2744. "volume": 0.7,
  2745. "pitch": 1.8
  2746. }
  2747. ],
  2748. "subtitle": "subtitles.entity.parrot.imitate.endermite"
  2749. },
  2750. "entity.parrot.imitate.evocation_illager": {
  2751. "sounds": [
  2752. {
  2753. "type": "event",
  2754. "name": "entity.evocation_illager.ambient",
  2755. "volume": 0.6,
  2756. "pitch": 1.8
  2757. }
  2758. ],
  2759. "subtitle": "subtitles.entity.parrot.imitate.evocation_illager"
  2760. },
  2761. "entity.parrot.imitate.ghast": {
  2762. "sounds": [
  2763. {
  2764. "type": "event",
  2765. "name": "entity.ghast.ambient",
  2766. "volume": 0.7,
  2767. "pitch": 1.8
  2768. }
  2769. ],
  2770. "subtitle": "subtitles.entity.parrot.imitate.ghast"
  2771. },
  2772. "entity.parrot.imitate.husk": {
  2773. "sounds": [
  2774. {
  2775. "type": "event",
  2776. "name": "entity.husk.ambient",
  2777. "volume": 0.6,
  2778. "pitch": 1.8
  2779. }
  2780. ],
  2781. "subtitle": "subtitles.entity.parrot.imitate.husk"
  2782. },
  2783. "entity.parrot.imitate.illusion_illager": {
  2784. "sounds": [
  2785. {
  2786. "type": "event",
  2787. "name": "entity.illusion_illager.ambient",
  2788. "volume": 0.7,
  2789. "pitch": 1.8
  2790. }
  2791. ],
  2792. "subtitle": "subtitles.entity.parrot.imitate.illusion_illager"
  2793. },
  2794. "entity.parrot.imitate.magmacube": {
  2795. "sounds": [
  2796. {
  2797. "type": "event",
  2798. "name": "entity.magmacube.squish",
  2799. "volume": 0.6,
  2800. "pitch": 1.8
  2801. }
  2802. ],
  2803. "subtitle": "subtitles.entity.parrot.imitate.magmacube"
  2804. },
  2805. "entity.parrot.imitate.polar_bear": {
  2806. "sounds": [
  2807. {
  2808. "type": "event",
  2809. "name": "entity.polar_bear.ambient",
  2810. "volume": 0.7,
  2811. "pitch": 0.8
  2812. }
  2813. ],
  2814. "subtitle": "subtitles.entity.parrot.imitate.polar_bear"
  2815. },
  2816. "entity.parrot.imitate.shulker": {
  2817. "sounds": [
  2818. {
  2819. "type": "event",
  2820. "name": "entity.shulker.ambient",
  2821. "volume": 0.4,
  2822. "pitch": 1.7
  2823. }
  2824. ],
  2825. "subtitle": "subtitles.entity.parrot.imitate.shulker"
  2826. },
  2827. "entity.parrot.imitate.silverfish": {
  2828. "sounds": [
  2829. {
  2830. "type": "event",
  2831. "name": "entity.silverfish.ambient",
  2832. "volume": 0.7,
  2833. "pitch": 1.8
  2834. }
  2835. ],
  2836. "subtitle": "subtitles.entity.parrot.imitate.silverfish"
  2837. },
  2838. "entity.parrot.imitate.skeleton": {
  2839. "sounds": [
  2840. {
  2841. "type": "event",
  2842. "name": "entity.skeleton.ambient",
  2843. "volume": 1,
  2844. "pitch": 1.7
  2845. }
  2846. ],
  2847. "subtitle": "subtitles.entity.parrot.imitate.skeleton"
  2848. },
  2849. "entity.parrot.imitate.slime": {
  2850. "sounds": [
  2851. {
  2852. "type": "event",
  2853. "name": "entity.slime.squish",
  2854. "volume": 0.6,
  2855. "pitch": 1.8
  2856. }
  2857. ],
  2858. "subtitle": "subtitles.entity.parrot.imitate.slime"
  2859. },
  2860. "entity.parrot.imitate.spider": {
  2861. "sounds": [
  2862. {
  2863. "type": "event",
  2864. "name": "entity.spider.ambient",
  2865. "volume": 0.6,
  2866. "pitch": 1.8
  2867. }
  2868. ],
  2869. "subtitle": "subtitles.entity.parrot.imitate.spider"
  2870. },
  2871. "entity.parrot.imitate.stray": {
  2872. "sounds": [
  2873. {
  2874. "type": "event",
  2875. "name": "entity.stray.ambient",
  2876. "volume": 0.6,
  2877. "pitch": 1.6
  2878. }
  2879. ],
  2880. "subtitle": "subtitles.entity.parrot.imitate.stray"
  2881. },
  2882. "entity.parrot.imitate.vex": {
  2883. "sounds": [
  2884. {
  2885. "type": "event",
  2886. "name": "entity.vex.ambient",
  2887. "volume": 0.8,
  2888. "pitch": 1.6
  2889. }
  2890. ],
  2891. "subtitle": "subtitles.entity.parrot.imitate.vex"
  2892. },
  2893. "entity.parrot.imitate.vindication_illager": {
  2894. "sounds": [
  2895. {
  2896. "type": "event",
  2897. "name": "entity.vindication_illager.ambient",
  2898. "volume": 0.6,
  2899. "pitch": 1.7
  2900. }
  2901. ],
  2902. "subtitle": "subtitles.entity.parrot.imitate.vindication_illager"
  2903. },
  2904. "entity.parrot.imitate.witch": {
  2905. "sounds": [
  2906. {
  2907. "type": "event",
  2908. "name": "entity.witch.ambient",
  2909. "volume": 0.5,
  2910. "pitch": 1.8
  2911. }
  2912. ],
  2913. "subtitle": "subtitles.entity.parrot.imitate.witch"
  2914. },
  2915. "entity.parrot.imitate.wither": {
  2916. "sounds": [
  2917. {
  2918. "type": "event",
  2919. "name": "entity.wither.ambient",
  2920. "volume": 0.2,
  2921. "pitch": 1.8
  2922. }
  2923. ],
  2924. "subtitle": "subtitles.entity.parrot.imitate.wither"
  2925. },
  2926. "entity.parrot.imitate.wither_skeleton": {
  2927. "sounds": [
  2928. {
  2929. "type": "event",
  2930. "name": "entity.wither_skeleton.ambient",
  2931. "volume": 0.7,
  2932. "pitch": 1.8
  2933. }
  2934. ],
  2935. "subtitle": "subtitles.entity.parrot.imitate.wither_skeleton"
  2936. },
  2937. "entity.parrot.imitate.wolf": {
  2938. "sounds": [
  2939. {
  2940. "type": "event",
  2941. "name": "entity.wolf.ambient",
  2942. "volume": 0.6,
  2943. "pitch": 1.8
  2944. }
  2945. ],
  2946. "subtitle": "subtitles.entity.parrot.imitate.wolf"
  2947. },
  2948. "entity.parrot.imitate.zombie": {
  2949. "sounds": [
  2950. {
  2951. "type": "event",
  2952. "name": "entity.zombie.ambient",
  2953. "volume": 0.6,
  2954. "pitch": 1.8
  2955. }
  2956. ],
  2957. "subtitle": "subtitles.entity.parrot.imitate.zombie"
  2958. },
  2959. "entity.parrot.imitate.zombie_pigman": {
  2960. "sounds": [
  2961. {
  2962. "type": "event",
  2963. "name": "entity.zombie_pig.ambient",
  2964. "volume": 0.4,
  2965. "pitch": 1.8
  2966. }
  2967. ],
  2968. "subtitle": "subtitles.entity.parrot.imitate.zombie_pigman"
  2969. },
  2970. "entity.parrot.imitate.zombie_villager": {
  2971. "sounds": [
  2972. {
  2973. "type": "event",
  2974. "name": "entity.zombie_villager.ambient",
  2975. "volume": 0.6,
  2976. "pitch": 1.8
  2977. }
  2978. ],
  2979. "subtitle": "subtitles.entity.parrot.imitate.zombie_villager"
  2980. },
  2981. "entity.parrot.step": {
  2982. "sounds": [
  2983. "mob/parrot/step1",
  2984. "mob/parrot/step2",
  2985. "mob/parrot/step3",
  2986. "mob/parrot/step4",
  2987. "mob/parrot/step5"
  2988. ]
  2989. },
  2990. "entity.pig.ambient": {
  2991. "sounds": [
  2992. "mob/pig/say1",
  2993. "mob/pig/say2",
  2994. "mob/pig/say3"
  2995. ],
  2996. "subtitle": "subtitles.entity.pig.ambient"
  2997. },
  2998. "entity.pig.death": {
  2999. "sounds": [
  3000. "mob/pig/death"
  3001. ],
  3002. "subtitle": "subtitles.entity.pig.death"
  3003. },
  3004. "entity.pig.hurt": {
  3005. "sounds": [
  3006. "mob/pig/say1",
  3007. "mob/pig/say2",
  3008. "mob/pig/say3"
  3009. ],
  3010. "subtitle": "subtitles.entity.pig.hurt"
  3011. },
  3012. "entity.pig.saddle": {
  3013. "sounds": [
  3014. "mob/horse/leather"
  3015. ],
  3016. "subtitle": "subtitles.entity.pig.saddle"
  3017. },
  3018. "entity.pig.step": {
  3019. "sounds": [
  3020. "mob/pig/step1",
  3021. "mob/pig/step2",
  3022. "mob/pig/step3",
  3023. "mob/pig/step4",
  3024. "mob/pig/step5"
  3025. ],
  3026. "subtitle": "subtitles.block.generic.footsteps"
  3027. },
  3028. "entity.player.attack.crit": {
  3029. "sounds": [
  3030. {
  3031. "name": "entity/player/attack/crit1",
  3032. "volume": 0.7
  3033. },
  3034. {
  3035. "name": "entity/player/attack/crit2",
  3036. "volume": 0.7
  3037. },
  3038. {
  3039. "name": "entity/player/attack/crit3",
  3040. "volume": 0.7
  3041. }
  3042. ]
  3043. },
  3044. "entity.player.attack.knockback": {
  3045. "sounds": [
  3046. {
  3047. "name": "entity/player/attack/knockback1",
  3048. "volume": 0.7
  3049. },
  3050. {
  3051. "name": "entity/player/attack/knockback2",
  3052. "volume": 0.7
  3053. },
  3054. {
  3055. "name": "entity/player/attack/knockback3",
  3056. "volume": 0.7
  3057. },
  3058. {
  3059. "name": "entity/player/attack/knockback4",
  3060. "volume": 0.7
  3061. }
  3062. ]
  3063. },
  3064. "entity.player.attack.nodamage": {
  3065. "sounds": [
  3066. {
  3067. "name": "entity/player/attack/weak1",
  3068. "volume": 0.7
  3069. },
  3070. {
  3071. "name": "entity/player/attack/weak2",
  3072. "volume": 0.7
  3073. },
  3074. {
  3075. "name": "entity/player/attack/weak3",
  3076. "volume": 0.7
  3077. },
  3078. {
  3079. "name": "entity/player/attack/weak4",
  3080. "volume": 0.7
  3081. }
  3082. ]
  3083. },
  3084. "entity.player.attack.strong": {
  3085. "sounds": [
  3086. {
  3087. "name": "entity/player/attack/strong1",
  3088. "volume": 0.6
  3089. },
  3090. {
  3091. "name": "entity/player/attack/strong2",
  3092. "volume": 0.6
  3093. },
  3094. {
  3095. "name": "entity/player/attack/strong3",
  3096. "volume": 0.6
  3097. },
  3098. {
  3099. "name": "entity/player/attack/strong4",
  3100. "volume": 0.6
  3101. },
  3102. {
  3103. "name": "entity/player/attack/strong5",
  3104. "volume": 0.7
  3105. },
  3106. {
  3107. "name": "entity/player/attack/strong6",
  3108. "volume": 0.7
  3109. }
  3110. ]
  3111. },
  3112. "entity.player.attack.sweep": {
  3113. "sounds": [
  3114. {
  3115. "name": "entity/player/attack/sweep1",
  3116. "volume": 0.7
  3117. },
  3118. {
  3119. "name": "entity/player/attack/sweep2",
  3120. "volume": 0.7
  3121. },
  3122. {
  3123. "name": "entity/player/attack/sweep3",
  3124. "volume": 0.7
  3125. },
  3126. {
  3127. "name": "entity/player/attack/sweep4",
  3128. "volume": 0.7
  3129. },
  3130. {
  3131. "name": "entity/player/attack/sweep5",
  3132. "volume": 0.7
  3133. },
  3134. {
  3135. "name": "entity/player/attack/sweep6",
  3136. "volume": 0.7
  3137. },
  3138. {
  3139. "name": "entity/player/attack/sweep7",
  3140. "volume": 0.7
  3141. }
  3142. ]
  3143. },
  3144. "entity.player.attack.weak": {
  3145. "sounds": [
  3146. {
  3147. "name": "entity/player/attack/weak1",
  3148. "volume": 0.7
  3149. },
  3150. {
  3151. "name": "entity/player/attack/weak2",
  3152. "volume": 0.7
  3153. },
  3154. {
  3155. "name": "entity/player/attack/weak3",
  3156. "volume": 0.7
  3157. },
  3158. {
  3159. "name": "entity/player/attack/weak4",
  3160. "volume": 0.7
  3161. }
  3162. ]
  3163. },
  3164. "entity.player.big_fall": {
  3165. "sounds": [
  3166. "damage/fallbig"
  3167. ],
  3168. "subtitle": "subtitles.entity.generic.big_fall"
  3169. },
  3170. "entity.player.breath": {
  3171. "sounds": [
  3172. "random/breath"
  3173. ]
  3174. },
  3175. "entity.player.burp": {
  3176. "sounds": [
  3177. "random/burp"
  3178. ],
  3179. "subtitle": "subtitles.entity.player.burp"
  3180. },
  3181. "entity.player.death": {
  3182. "sounds": [
  3183. "damage/hit1",
  3184. "damage/hit2",
  3185. "damage/hit3"
  3186. ],
  3187. "subtitle": "subtitles.entity.player.death"
  3188. },
  3189. "entity.player.hurt": {
  3190. "sounds": [
  3191. "damage/hit1",
  3192. "damage/hit2",
  3193. "damage/hit3"
  3194. ],
  3195. "subtitle": "subtitles.entity.player.hurt"
  3196. },
  3197. "entity.player.hurt_drown": {
  3198. "sounds": [
  3199. {
  3200. "name": "entity/player/hurt/drown1",
  3201. "volume": 1.0
  3202. },
  3203. {
  3204. "name": "entity/player/hurt/drown2",
  3205. "volume": 1.0
  3206. },
  3207. {
  3208. "name": "entity/player/hurt/drown3",
  3209. "volume": 1.0
  3210. },
  3211. {
  3212. "name": "entity/player/hurt/drown4",
  3213. "volume": 1.0
  3214. }
  3215. ]
  3216. },
  3217. "entity.player.hurt_on_fire": {
  3218. "sounds": [
  3219. {
  3220. "name": "entity/player/hurt/fire_hurt1",
  3221. "volume": 1.0
  3222. },
  3223. {
  3224. "name": "entity/player/hurt/fire_hurt2",
  3225. "volume": 1.0
  3226. },
  3227. {
  3228. "name": "entity/player/hurt/fire_hurt3",
  3229. "volume": 1.0
  3230. }
  3231. ]
  3232. },
  3233. "entity.player.levelup": {
  3234. "sounds": [
  3235. "random/levelup"
  3236. ],
  3237. "subtitle": "subtitles.entity.player.levelup"
  3238. },
  3239. "entity.player.small_fall": {
  3240. "sounds": [
  3241. "damage/fallsmall"
  3242. ],
  3243. "subtitle": "subtitles.entity.generic.small_fall"
  3244. },
  3245. "entity.player.splash": {
  3246. "sounds": [
  3247. "liquid/splash",
  3248. "liquid/splash2"
  3249. ],
  3250. "subtitle": "subtitles.entity.generic.splash"
  3251. },
  3252. "entity.player.swim": {
  3253. "sounds": [
  3254. "liquid/swim1",
  3255. "liquid/swim2",
  3256. "liquid/swim3",
  3257. "liquid/swim4"
  3258. ],
  3259. "subtitle": "subtitles.entity.generic.swim"
  3260. },
  3261. "entity.polar_bear.ambient": {
  3262. "sounds": [
  3263. "mob/polarbear/idle1",
  3264. "mob/polarbear/idle2",
  3265. "mob/polarbear/idle3",
  3266. "mob/polarbear/idle4"
  3267. ],
  3268. "subtitle": "subtitles.entity.polar_bear.ambient"
  3269. },
  3270. "entity.polar_bear.baby_ambient": {
  3271. "sounds": [
  3272. "mob/polarbear_baby/idle1",
  3273. "mob/polarbear_baby/idle2",
  3274. "mob/polarbear_baby/idle3",
  3275. "mob/polarbear_baby/idle4"
  3276. ],
  3277. "subtitle": "subtitles.entity.polar_bear.baby_ambient"
  3278. },
  3279. "entity.polar_bear.death": {
  3280. "sounds": [
  3281. "mob/polarbear/death1",
  3282. "mob/polarbear/death2",
  3283. "mob/polarbear/death3"
  3284. ],
  3285. "subtitle": "subtitles.entity.polar_bear.death"
  3286. },
  3287. "entity.polar_bear.hurt": {
  3288. "sounds": [
  3289. "mob/polarbear/hurt1",
  3290. "mob/polarbear/hurt2",
  3291. "mob/polarbear/hurt3",
  3292. "mob/polarbear/hurt4"
  3293. ],
  3294. "subtitle": "subtitles.entity.polar_bear.hurt"
  3295. },
  3296. "entity.polar_bear.step": {
  3297. "sounds": [
  3298. "mob/polarbear/step1",
  3299. "mob/polarbear/step2",
  3300. "mob/polarbear/step3",
  3301. "mob/polarbear/step4"
  3302. ]
  3303. },
  3304. "entity.polar_bear.warning": {
  3305. "sounds": [
  3306. {
  3307. "name": "mob/polarbear/warning3",
  3308. "pitch": 0.9
  3309. },
  3310. "mob/polarbear/warning1",
  3311. "mob/polarbear/warning2",
  3312. "mob/polarbear/warning3"
  3313. ],
  3314. "subtitle": "subtitles.entity.polar_bear.warning"
  3315. },
  3316. "entity.rabbit.ambient": {
  3317. "sounds": [
  3318. {
  3319. "name": "mob/rabbit/idle1",
  3320. "volume": 0.25
  3321. },
  3322. {
  3323. "name": "mob/rabbit/idle2",
  3324. "volume": 0.25
  3325. },
  3326. {
  3327. "name": "mob/rabbit/idle3",
  3328. "volume": 0.25
  3329. },
  3330. {
  3331. "name": "mob/rabbit/idle4",
  3332. "volume": 0.25
  3333. }
  3334. ],
  3335. "subtitle": "subtitles.entity.rabbit.ambient"
  3336. },
  3337. "entity.rabbit.attack": {
  3338. "sounds": [
  3339. "entity/rabbit/attack1",
  3340. "entity/rabbit/attack2",
  3341. "entity/rabbit/attack3",
  3342. "entity/rabbit/attack4"
  3343. ],
  3344. "subtitle": "subtitles.entity.rabbit.attack"
  3345. },
  3346. "entity.rabbit.death": {
  3347. "sounds": [
  3348. {
  3349. "name": "mob/rabbit/bunnymurder",
  3350. "volume": 0.5
  3351. }
  3352. ],
  3353. "subtitle": "subtitles.entity.rabbit.death"
  3354. },
  3355. "entity.rabbit.hurt": {
  3356. "sounds": [
  3357. {
  3358. "name": "mob/rabbit/hurt1",
  3359. "volume": 0.5
  3360. },
  3361. {
  3362. "name": "mob/rabbit/hurt2",
  3363. "volume": 0.5
  3364. },
  3365. {
  3366. "name": "mob/rabbit/hurt3",
  3367. "volume": 0.5
  3368. },
  3369. {
  3370. "name": "mob/rabbit/hurt4",
  3371. "volume": 0.5
  3372. }
  3373. ],
  3374. "subtitle": "subtitles.entity.rabbit.hurt"
  3375. },
  3376. "entity.rabbit.jump": {
  3377. "sounds": [
  3378. {
  3379. "name": "mob/rabbit/hop1",
  3380. "volume": 0.1
  3381. },
  3382. {
  3383. "name": "mob/rabbit/hop2",
  3384. "volume": 0.1
  3385. },
  3386. {
  3387. "name": "mob/rabbit/hop3",
  3388. "volume": 0.1
  3389. },
  3390. {
  3391. "name": "mob/rabbit/hop4",
  3392. "volume": 0.1
  3393. }
  3394. ],
  3395. "subtitle": "subtitles.entity.rabbit.jump"
  3396. },
  3397. "entity.sheep.ambient": {
  3398. "sounds": [
  3399. "mob/sheep/say1",
  3400. "mob/sheep/say2",
  3401. "mob/sheep/say3"
  3402. ],
  3403. "subtitle": "subtitles.entity.sheep.ambient"
  3404. },
  3405. "entity.sheep.death": {
  3406. "sounds": [
  3407. "mob/sheep/say1",
  3408. "mob/sheep/say2",
  3409. "mob/sheep/say3"
  3410. ],
  3411. "subtitle": "subtitles.entity.sheep.death"
  3412. },
  3413. "entity.sheep.hurt": {
  3414. "sounds": [
  3415. "mob/sheep/say1",
  3416. "mob/sheep/say2",
  3417. "mob/sheep/say3"
  3418. ],
  3419. "subtitle": "subtitles.entity.sheep.hurt"
  3420. },
  3421. "entity.sheep.shear": {
  3422. "sounds": [
  3423. "mob/sheep/shear"
  3424. ],
  3425. "subtitle": "subtitles.item.shear"
  3426. },
  3427. "entity.sheep.step": {
  3428. "sounds": [
  3429. "mob/sheep/step1",
  3430. "mob/sheep/step2",
  3431. "mob/sheep/step3",
  3432. "mob/sheep/step4",
  3433. "mob/sheep/step5"
  3434. ],
  3435. "subtitle": "subtitles.block.generic.footsteps"
  3436. },
  3437. "entity.shulker.ambient": {
  3438. "sounds": [
  3439. "entity/shulker/ambient1",
  3440. "entity/shulker/ambient2",
  3441. "entity/shulker/ambient3",
  3442. "entity/shulker/ambient4",
  3443. "entity/shulker/ambient5",
  3444. "entity/shulker/ambient6",
  3445. "entity/shulker/ambient7"
  3446. ],
  3447. "subtitle": "subtitles.entity.shulker.ambient"
  3448. },
  3449. "entity.shulker.close": {
  3450. "sounds": [
  3451. "entity/shulker/close1",
  3452. "entity/shulker/close2",
  3453. "entity/shulker/close3",
  3454. "entity/shulker/close4",
  3455. "entity/shulker/close5"
  3456. ],
  3457. "subtitle": "subtitles.entity.shulker.close"
  3458. },
  3459. "entity.shulker.death": {
  3460. "sounds": [
  3461. "entity/shulker/death1",
  3462. "entity/shulker/death2",
  3463. "entity/shulker/death3",
  3464. "entity/shulker/death4"
  3465. ],
  3466. "subtitle": "subtitles.entity.shulker.death"
  3467. },
  3468. "entity.shulker.hurt": {
  3469. "sounds": [
  3470. "entity/shulker/hurt1",
  3471. "entity/shulker/hurt2",
  3472. "entity/shulker/hurt3",
  3473. "entity/shulker/hurt4"
  3474. ],
  3475. "subtitle": "subtitles.entity.shulker.hurt"
  3476. },
  3477. "entity.shulker.hurt_closed": {
  3478. "sounds": [
  3479. "entity/shulker/hurt_closed1",
  3480. "entity/shulker/hurt_closed2",
  3481. "entity/shulker/hurt_closed3",
  3482. "entity/shulker/hurt_closed4",
  3483. "entity/shulker/hurt_closed5"
  3484. ],
  3485. "subtitle": "subtitles.entity.shulker.hurt"
  3486. },
  3487. "entity.shulker.open": {
  3488. "sounds": [
  3489. "entity/shulker/open1",
  3490. "entity/shulker/open2",
  3491. "entity/shulker/open3",
  3492. "entity/shulker/open4",
  3493. "entity/shulker/open5"
  3494. ],
  3495. "subtitle": "subtitles.entity.shulker.open"
  3496. },
  3497. "entity.shulker.shoot": {
  3498. "sounds": [
  3499. "entity/shulker/shoot1",
  3500. "entity/shulker/shoot2",
  3501. "entity/shulker/shoot3",
  3502. "entity/shulker/shoot4"
  3503. ],
  3504. "subtitle": "subtitles.entity.shulker.shoot"
  3505. },
  3506. "entity.shulker.teleport": {
  3507. "sounds": [
  3508. "mob/endermen/portal",
  3509. "mob/endermen/portal2"
  3510. ],
  3511. "subtitle": "subtitles.entity.shulker.teleport"
  3512. },
  3513. "entity.shulker_bullet.hit": {
  3514. "sounds": [
  3515. "entity/shulker_bullet/hit1",
  3516. "entity/shulker_bullet/hit2",
  3517. "entity/shulker_bullet/hit3",
  3518. "entity/shulker_bullet/hit4"
  3519. ],
  3520. "subtitle": "subtitles.entity.shulker_bullet.hit"
  3521. },
  3522. "entity.shulker_bullet.hurt": {
  3523. "sounds": [
  3524. "entity/shulker_bullet/hit1",
  3525. "entity/shulker_bullet/hit2",
  3526. "entity/shulker_bullet/hit3",
  3527. "entity/shulker_bullet/hit4"
  3528. ],
  3529. "subtitle": "subtitles.entity.shulker_bullet.hurt"
  3530. },
  3531. "entity.silverfish.ambient": {
  3532. "sounds": [
  3533. "mob/silverfish/say1",
  3534. "mob/silverfish/say2",
  3535. "mob/silverfish/say3",
  3536. "mob/silverfish/say4"
  3537. ],
  3538. "subtitle": "subtitles.entity.silverfish.ambient"
  3539. },
  3540. "entity.silverfish.death": {
  3541. "sounds": [
  3542. "mob/silverfish/kill"
  3543. ],
  3544. "subtitle": "subtitles.entity.silverfish.death"
  3545. },
  3546. "entity.silverfish.hurt": {
  3547. "sounds": [
  3548. "mob/silverfish/hit1",
  3549. "mob/silverfish/hit2",
  3550. "mob/silverfish/hit3"
  3551. ],
  3552. "subtitle": "subtitles.entity.silverfish.hurt"
  3553. },
  3554. "entity.silverfish.step": {
  3555. "sounds": [
  3556. "mob/silverfish/step1",
  3557. "mob/silverfish/step2",
  3558. "mob/silverfish/step3",
  3559. "mob/silverfish/step4"
  3560. ],
  3561. "subtitle": "subtitles.block.generic.footsteps"
  3562. },
  3563. "entity.skeleton.ambient": {
  3564. "sounds": [
  3565. "mob/skeleton/say1",
  3566. "mob/skeleton/say2",
  3567. "mob/skeleton/say3"
  3568. ],
  3569. "subtitle": "subtitles.entity.skeleton.ambient"
  3570. },
  3571. "entity.skeleton.death": {
  3572. "sounds": [
  3573. "mob/skeleton/death"
  3574. ],
  3575. "subtitle": "subtitles.entity.skeleton.death"
  3576. },
  3577. "entity.skeleton.hurt": {
  3578. "sounds": [
  3579. "mob/skeleton/hurt1",
  3580. "mob/skeleton/hurt2",
  3581. "mob/skeleton/hurt3",
  3582. "mob/skeleton/hurt4"
  3583. ],
  3584. "subtitle": "subtitles.entity.skeleton.hurt"
  3585. },
  3586. "entity.skeleton.shoot": {
  3587. "sounds": [
  3588. "random/bow"
  3589. ],
  3590. "subtitle": "subtitles.entity.skeleton.shoot"
  3591. },
  3592. "entity.skeleton.step": {
  3593. "sounds": [
  3594. "mob/skeleton/step1",
  3595. "mob/skeleton/step2",
  3596. "mob/skeleton/step3",
  3597. "mob/skeleton/step4"
  3598. ],
  3599. "subtitle": "subtitles.block.generic.footsteps"
  3600. },
  3601. "entity.skeleton_horse.ambient": {
  3602. "sounds": [
  3603. "mob/horse/skeleton/idle1",
  3604. "mob/horse/skeleton/idle2",
  3605. "mob/horse/skeleton/idle3"
  3606. ],
  3607. "subtitle": "subtitles.entity.skeleton_horse.ambient"
  3608. },
  3609. "entity.skeleton_horse.death": {
  3610. "sounds": [
  3611. "mob/horse/skeleton/death"
  3612. ],
  3613. "subtitle": "subtitles.entity.skeleton_horse.death"
  3614. },
  3615. "entity.skeleton_horse.hurt": {
  3616. "sounds": [
  3617. "mob/horse/skeleton/hit1",
  3618. "mob/horse/skeleton/hit2",
  3619. "mob/horse/skeleton/hit3",
  3620. "mob/horse/skeleton/hit4"
  3621. ],
  3622. "subtitle": "subtitles.entity.skeleton_horse.hurt"
  3623. },
  3624. "entity.slime.attack": {
  3625. "sounds": [
  3626. "mob/slime/attack1",
  3627. "mob/slime/attack2"
  3628. ],
  3629. "subtitle": "subtitles.entity.slime.attack"
  3630. },
  3631. "entity.slime.death": {
  3632. "sounds": [
  3633. "mob/slime/big1",
  3634. "mob/slime/big2",
  3635. "mob/slime/big3",
  3636. "mob/slime/big4"
  3637. ],
  3638. "subtitle": "subtitles.entity.slime.death"
  3639. },
  3640. "entity.slime.hurt": {
  3641. "sounds": [
  3642. "mob/slime/big1",
  3643. "mob/slime/big2",
  3644. "mob/slime/big3",
  3645. "mob/slime/big4"
  3646. ],
  3647. "subtitle": "subtitles.entity.slime.hurt"
  3648. },
  3649. "entity.slime.jump": {
  3650. "sounds": [
  3651. "mob/slime/big1",
  3652. "mob/slime/big2",
  3653. "mob/slime/big3",
  3654. "mob/slime/big4"
  3655. ],
  3656. "subtitle": "subtitles.entity.slime.squish"
  3657. },
  3658. "entity.slime.squish": {
  3659. "sounds": [
  3660. "mob/slime/big1",
  3661. "mob/slime/big2",
  3662. "mob/slime/big3",
  3663. "mob/slime/big4"
  3664. ],
  3665. "subtitle": "subtitles.entity.slime.squish"
  3666. },
  3667. "entity.small_magmacube.death": {
  3668. "sounds": [
  3669. "mob/slime/small1",
  3670. "mob/slime/small2",
  3671. "mob/slime/small3",
  3672. "mob/slime/small4",
  3673. "mob/slime/small5"
  3674. ],
  3675. "subtitle": "subtitles.entity.magmacube.death"
  3676. },
  3677. "entity.small_magmacube.hurt": {
  3678. "sounds": [
  3679. "mob/slime/small1",
  3680. "mob/slime/small2",
  3681. "mob/slime/small3",
  3682. "mob/slime/small4",
  3683. "mob/slime/small5"
  3684. ],
  3685. "subtitle": "subtitles.entity.magmacube.hurt"
  3686. },
  3687. "entity.small_magmacube.squish": {
  3688. "sounds": [
  3689. "mob/magmacube/small1",
  3690. "mob/magmacube/small2",
  3691. "mob/magmacube/small3",
  3692. "mob/magmacube/small4",
  3693. "mob/magmacube/small5"
  3694. ],
  3695. "subtitle": "subtitles.entity.magmacube.squish"
  3696. },
  3697. "entity.small_slime.death": {
  3698. "sounds": [
  3699. "mob/slime/small1",
  3700. "mob/slime/small2",
  3701. "mob/slime/small3",
  3702. "mob/slime/small4",
  3703. "mob/slime/small5"
  3704. ],
  3705. "subtitle": "subtitles.entity.slime.death"
  3706. },
  3707. "entity.small_slime.hurt": {
  3708. "sounds": [
  3709. "mob/slime/small1",
  3710. "mob/slime/small2",
  3711. "mob/slime/small3",
  3712. "mob/slime/small4",
  3713. "mob/slime/small5"
  3714. ],
  3715. "subtitle": "subtitles.entity.slime.hurt"
  3716. },
  3717. "entity.small_slime.jump": {
  3718. "sounds": []
  3719. },
  3720. "entity.small_slime.squish": {
  3721. "sounds": []
  3722. },
  3723. "entity.snowball.throw": {
  3724. "sounds": [
  3725. "random/bow"
  3726. ],
  3727. "subtitle": "subtitles.entity.snowball.throw"
  3728. },
  3729. "entity.snowman.ambient": {
  3730. "sounds": []
  3731. },
  3732. "entity.snowman.death": {
  3733. "sounds": [
  3734. "entity/snowman/death1",
  3735. "entity/snowman/death2",
  3736. "entity/snowman/death3"
  3737. ],
  3738. "subtitle": "subtitles.entity.snowman.death"
  3739. },
  3740. "entity.snowman.hurt": {
  3741. "sounds": [
  3742. "entity/snowman/hurt1",
  3743. "entity/snowman/hurt2",
  3744. "entity/snowman/hurt3"
  3745. ],
  3746. "subtitle": "subtitles.entity.snowman.hurt"
  3747. },
  3748. "entity.snowman.shoot": {
  3749. "sounds": [
  3750. "random/bow"
  3751. ],
  3752. "subtitle": "subtitles.entity.snowball.throw"
  3753. },
  3754. "entity.spider.ambient": {
  3755. "sounds": [
  3756. "mob/spider/say1",
  3757. "mob/spider/say2",
  3758. "mob/spider/say3",
  3759. "mob/spider/say4"
  3760. ],
  3761. "subtitle": "subtitles.entity.spider.ambient"
  3762. },
  3763. "entity.spider.death": {
  3764. "sounds": [
  3765. "mob/spider/death"
  3766. ],
  3767. "subtitle": "subtitles.entity.spider.death"
  3768. },
  3769. "entity.spider.hurt": {
  3770. "sounds": [
  3771. "mob/spider/say1",
  3772. "mob/spider/say2",
  3773. "mob/spider/say3",
  3774. "mob/spider/say4"
  3775. ],
  3776. "subtitle": "subtitles.entity.spider.hurt"
  3777. },
  3778. "entity.spider.step": {
  3779. "sounds": [
  3780. "mob/spider/step1",
  3781. "mob/spider/step2",
  3782. "mob/spider/step3",
  3783. "mob/spider/step4"
  3784. ],
  3785. "subtitle": "subtitles.block.generic.footsteps"
  3786. },
  3787. "entity.splash_potion.break": {
  3788. "sounds": [
  3789. "random/glass1",
  3790. "random/glass2",
  3791. "random/glass3"
  3792. ],
  3793. "subtitle": "subtitles.entity.potion.splash"
  3794. },
  3795. "entity.splash_potion.throw": {
  3796. "sounds": [
  3797. "random/bow"
  3798. ],
  3799. "subtitle": "subtitles.entity.potion.throw"
  3800. },
  3801. "entity.squid.ambient": {
  3802. "sounds": [
  3803. "entity/squid/ambient1",
  3804. "entity/squid/ambient2",
  3805. "entity/squid/ambient3",
  3806. "entity/squid/ambient4",
  3807. "entity/squid/ambient5"
  3808. ],
  3809. "subtitle": "subtitles.entity.squid.ambient"
  3810. },
  3811. "entity.squid.death": {
  3812. "sounds": [
  3813. "entity/squid/death1",
  3814. "entity/squid/death2",
  3815. "entity/squid/death3"
  3816. ],
  3817. "subtitle": "subtitles.entity.squid.death"
  3818. },
  3819. "entity.squid.hurt": {
  3820. "sounds": [
  3821. "entity/squid/hurt1",
  3822. "entity/squid/hurt2",
  3823. "entity/squid/hurt3",
  3824. "entity/squid/hurt4"
  3825. ],
  3826. "subtitle": "subtitles.entity.squid.hurt"
  3827. },
  3828. "entity.stray.ambient": {
  3829. "sounds": [
  3830. "mob/stray/idle1",
  3831. "mob/stray/idle2",
  3832. "mob/stray/idle3",
  3833. "mob/stray/idle4"
  3834. ],
  3835. "subtitle": "subtitles.entity.stray.ambient"
  3836. },
  3837. "entity.stray.death": {
  3838. "sounds": [
  3839. "mob/stray/death1",
  3840. "mob/stray/death2"
  3841. ],
  3842. "subtitle": "subtitles.entity.stray.death"
  3843. },
  3844. "entity.stray.hurt": {
  3845. "sounds": [
  3846. "mob/stray/hurt1",
  3847. "mob/stray/hurt2",
  3848. "mob/stray/hurt3",
  3849. "mob/stray/hurt4"
  3850. ],
  3851. "subtitle": "subtitles.entity.stray.hurt"
  3852. },
  3853. "entity.stray.step": {
  3854. "sounds": [
  3855. "mob/stray/step1",
  3856. "mob/stray/step2",
  3857. "mob/stray/step3",
  3858. "mob/stray/step4"
  3859. ]
  3860. },
  3861. "entity.tnt.primed": {
  3862. "sounds": [
  3863. "random/fuse"
  3864. ],
  3865. "subtitle": "subtitles.entity.tnt.primed"
  3866. },
  3867. "entity.vex.ambient": {
  3868. "sounds": [
  3869. "mob/vex/idle1",
  3870. "mob/vex/idle2",
  3871. "mob/vex/idle3",
  3872. "mob/vex/idle4"
  3873. ],
  3874. "subtitle": "subtitles.entity.vex.ambient"
  3875. },
  3876. "entity.vex.charge": {
  3877. "sounds": [
  3878. "mob/vex/charge1",
  3879. "mob/vex/charge2",
  3880. "mob/vex/charge3"
  3881. ],
  3882. "subtitle": "subtitles.entity.vex.charge"
  3883. },
  3884. "entity.vex.death": {
  3885. "sounds": [
  3886. "mob/vex/death1",
  3887. "mob/vex/death2"
  3888. ],
  3889. "subtitle": "subtitles.entity.vex.death"
  3890. },
  3891. "entity.vex.hurt": {
  3892. "sounds": [
  3893. "mob/vex/hurt1",
  3894. "mob/vex/hurt2"
  3895. ],
  3896. "subtitle": "subtitles.entity.vex.hurt"
  3897. },
  3898. "entity.villager.ambient": {
  3899. "sounds": [
  3900. "mob/villager/idle1",
  3901. "mob/villager/idle2",
  3902. "mob/villager/idle3"
  3903. ],
  3904. "subtitle": "subtitles.entity.villager.ambient"
  3905. },
  3906. "entity.villager.death": {
  3907. "sounds": [
  3908. "mob/villager/death"
  3909. ],
  3910. "subtitle": "subtitles.entity.villager.death"
  3911. },
  3912. "entity.villager.hurt": {
  3913. "sounds": [
  3914. "mob/villager/hit1",
  3915. "mob/villager/hit2",
  3916. "mob/villager/hit3",
  3917. "mob/villager/hit4"
  3918. ],
  3919. "subtitle": "subtitles.entity.villager.hurt"
  3920. },
  3921. "entity.villager.no": {
  3922. "sounds": [
  3923. "mob/villager/no1",
  3924. "mob/villager/no2",
  3925. "mob/villager/no3"
  3926. ],
  3927. "subtitle": "subtitles.entity.villager.no"
  3928. },
  3929. "entity.villager.trading": {
  3930. "sounds": [
  3931. "mob/villager/haggle1",
  3932. "mob/villager/haggle2",
  3933. "mob/villager/haggle3"
  3934. ],
  3935. "subtitle": "subtitles.entity.villager.trading"
  3936. },
  3937. "entity.villager.yes": {
  3938. "sounds": [
  3939. "mob/villager/yes1",
  3940. "mob/villager/yes2",
  3941. "mob/villager/yes3"
  3942. ],
  3943. "subtitle": "subtitles.entity.villager.yes"
  3944. },
  3945. "entity.vindication_illager.ambient": {
  3946. "sounds": [
  3947. "mob/vindication_illager/idle1",
  3948. "mob/vindication_illager/idle2",
  3949. "mob/vindication_illager/idle3",
  3950. "mob/vindication_illager/idle4"
  3951. ],
  3952. "subtitle": "subtitles.entity.vindication_illager.ambient"
  3953. },
  3954. "entity.phantom.ambient": {
  3955. "sounds": [
  3956. {
  3957. "name": "mob/phantom/idle1",
  3958. "volume": 0.8
  3959. },
  3960. {
  3961. "name": "mob/phantom/idle2",
  3962. "volume": 0.8
  3963. },
  3964. {
  3965. "name": "mob/phantom/idle3",
  3966. "volume": 0.8
  3967. },
  3968. {
  3969. "name": "mob/phantom/idle4",
  3970. "volume": 0.8
  3971. },
  3972. {
  3973. "name": "mob/phantom/idle5",
  3974. "volume": 0.8
  3975. }
  3976. ]
  3977. },
  3978. "entity.phantom.bite": {
  3979. "sounds": [
  3980. "mob/phantom/bite1",
  3981. "mob/phantom/bite2"
  3982. ]
  3983. },
  3984. "entity.phantom.swoop": {
  3985. "sounds": [
  3986. {
  3987. "name": "mob/phantom/swoop1",
  3988. "volume": 0.7
  3989. },
  3990. {
  3991. "name": "mob/phantom/swoop2",
  3992. "volume": 0.7
  3993. },
  3994. {
  3995. "name": "mob/phantom/swoop3",
  3996. "volume": 0.7
  3997. },
  3998. {
  3999. "name": "mob/phantom/swoop4",
  4000. "volume": 0.7
  4001. }
  4002. ]
  4003. },
  4004. "entity.phantom.hurt": {
  4005. "sounds": [
  4006. {
  4007. "name": "mob/phantom/hurt1",
  4008. "volume": 0.75
  4009. },
  4010. {
  4011. "name": "mob/phantom/hurt2",
  4012. "volume": 0.75
  4013. },
  4014. {
  4015. "name": "mob/phantom/hurt3",
  4016. "volume": 0.75
  4017. }
  4018. ]
  4019. },
  4020. "entity.phantom.death": {
  4021. "sounds": [
  4022. "mob/phantom/death1",
  4023. "mob/phantom/death2",
  4024. "mob/phantom/death3"
  4025. ]
  4026. },
  4027. "entity.turtle.lay_egg": {
  4028. "sounds": [
  4029. "mob/turtle/egg/drop_egg1",
  4030. "mob/turtle/egg/drop_egg2"
  4031. ]
  4032. },
  4033. "entity.turtle.egg_crack": {
  4034. "sounds": [
  4035. "mob/turtle/egg/egg_crack1",
  4036. "mob/turtle/egg/egg_crack2",
  4037. "mob/turtle/egg/egg_crack3",
  4038. "mob/turtle/egg/egg_crack4",
  4039. "mob/turtle/egg/egg_crack5",
  4040. "mob/turtle/egg/egg_crack6"
  4041. ]
  4042. },
  4043. "entity.turtle.egg_break": {
  4044. "sounds": [
  4045. "mob/turtle/egg/egg_break1",
  4046. "mob/turtle/egg/egg_break2"
  4047. ]
  4048. },
  4049. "entity.turtle.egg_hatch": {
  4050. "sounds": [
  4051. "mob/turtle/baby/egg_hatched1",
  4052. "mob/turtle/baby/egg_hatched2",
  4053. "mob/turtle/baby/egg_hatched3"
  4054. ]
  4055. },
  4056. "entity.zombie.destroy_egg": {
  4057. "sounds": [
  4058. "mob/turtle/egg/jump_egg1",
  4059. "mob/turtle/egg/jump_egg2",
  4060. "mob/turtle/egg/jump_egg3",
  4061. "mob/turtle/egg/jump_egg4"
  4062. ]
  4063. },
  4064. "entity.turtle.shamble": {
  4065. "sounds": [
  4066. "mob/turtle/walk1",
  4067. "mob/turtle/walk2",
  4068. "mob/turtle/walk3",
  4069. "mob/turtle/walk4",
  4070. "mob/turtle/walk5"
  4071. ]
  4072. },
  4073. "entity.turtle.shamble_baby": {
  4074. "sounds": [
  4075. "mob/turtle/baby/shamble1",
  4076. "mob/turtle/baby/shamble2",
  4077. "mob/turtle/baby/shamble3",
  4078. "mob/turtle/baby/shamble4"
  4079. ]
  4080. },
  4081. "entity.turtle.death_baby": {
  4082. "sounds": [
  4083. "mob/turtle/baby/death1",
  4084. "mob/turtle/baby/death2"
  4085. ]
  4086. },
  4087. "entity.turtle.hurt_baby": {
  4088. "sounds": [
  4089. "mob/turtle/baby/hurt1",
  4090. "mob/turtle/baby/hurt2"
  4091. ]
  4092. },
  4093. "entity.turtle.swim": {
  4094. "sounds": [
  4095. {
  4096. "name": "mob/turtle/swim/swim1",
  4097. "volume": 0.6
  4098. },
  4099. {
  4100. "name": "mob/turtle/swim/swim2",
  4101. "volume": 0.3
  4102. },
  4103. {
  4104. "name": "mob/turtle/swim/swim3",
  4105. "volume": 0.2
  4106. },
  4107. {
  4108. "name": "mob/turtle/swim/swim4",
  4109. "volume": 0.6
  4110. },
  4111. {
  4112. "name": "mob/turtle/swim/swim5",
  4113. "volume": 0.3
  4114. }
  4115. ]
  4116. },
  4117. "entity.turtle.ambient_land": {
  4118. "sounds": [
  4119. {
  4120. "name": "mob/turtle/idle1",
  4121. "volume": 0.8
  4122. },
  4123. {
  4124. "name": "mob/turtle/idle2",
  4125. "volume": 0.7
  4126. },
  4127. {
  4128. "name": "mob/turtle/idle3",
  4129. "volume": 0.8
  4130. }
  4131. ]
  4132. },
  4133. "entity.turtle.hurt": {
  4134. "sounds": [
  4135. {
  4136. "name": "mob/turtle/hurt1",
  4137. "volume": 1
  4138. },
  4139. {
  4140. "name": "mob/turtle/hurt2",
  4141. "volume": 1
  4142. },
  4143. {
  4144. "name": "mob/turtle/hurt3",
  4145. "volume": 1
  4146. },
  4147. {
  4148. "name": "mob/turtle/hurt4",
  4149. "volume": 1
  4150. },
  4151. {
  4152. "name": "mob/turtle/hurt5",
  4153. "volume": 1
  4154. }
  4155. ]
  4156. },
  4157. "entity.turtle.death": {
  4158. "sounds": [
  4159. {
  4160. "name": "mob/turtle/death1",
  4161. "volume": 1
  4162. },
  4163. {
  4164. "name": "mob/turtle/death2",
  4165. "volume": 1
  4166. },
  4167. {
  4168. "name": "mob/turtle/death3",
  4169. "volume": 1
  4170. }
  4171. ]
  4172. },
  4173. "item.armor.equip_turtle": {
  4174. "sounds": [
  4175. {
  4176. "name": "mob/turtle/armor",
  4177. "volume": 1,
  4178. "pitch": 1
  4179. },
  4180. {
  4181. "name": "mob/turtle/armor",
  4182. "volume": 1,
  4183. "pitch": 0.85
  4184. },
  4185. {
  4186. "name": "mob/turtle/armor",
  4187. "volume": 1,
  4188. "pitch": 1.1
  4189. }
  4190. ]
  4191. },
  4192. "item.trident.hit_ground": {
  4193. "sounds": [
  4194. {
  4195. "name": "item/trident/ground_impact1",
  4196. "volume": 0.9,
  4197. "pitch": 1
  4198. },
  4199. {
  4200. "name": "item/trident/ground_impact2",
  4201. "volume": 0.9,
  4202. "pitch": 1
  4203. },
  4204. {
  4205. "name": "item/trident/ground_impact3",
  4206. "volume": 0.9,
  4207. "pitch": 1
  4208. },
  4209. {
  4210. "name": "item/trident/ground_impact4",
  4211. "volume": 0.9,
  4212. "pitch": 1
  4213. }
  4214. ]
  4215. },
  4216. "item.trident.hit": {
  4217. "sounds": [
  4218. "item/trident/pierce1",
  4219. "item/trident/pierce2",
  4220. "item/trident/pierce3"
  4221. ]
  4222. },
  4223. "item.trident.return": {
  4224. "sounds": [
  4225. {
  4226. "name": "item/trident/return1",
  4227. "volume": 0.8,
  4228. "pitch": 1
  4229. },
  4230. {
  4231. "name": "item/trident/return2",
  4232. "volume": 0.8,
  4233. "pitch": 1.2
  4234. },
  4235. {
  4236. "name": "item/trident/return3",
  4237. "volume": 0.8,
  4238. "pitch": 0.8
  4239. },
  4240. {
  4241. "name": "item/trident/return2",
  4242. "volume": 0.8,
  4243. "pitch": 1
  4244. },
  4245. {
  4246. "name": "item/trident/return2",
  4247. "volume": 0.8,
  4248. "pitch": 1.2
  4249. },
  4250. {
  4251. "name": "item/trident/return2",
  4252. "volume": 0.8,
  4253. "pitch": 0.8
  4254. },
  4255. {
  4256. "name": "item/trident/return3",
  4257. "volume": 0.8,
  4258. "pitch": 1
  4259. },
  4260. {
  4261. "name": "item/trident/return3",
  4262. "volume": 0.8,
  4263. "pitch": 1.2
  4264. },
  4265. {
  4266. "name": "item/trident/return3",
  4267. "volume": 0.8,
  4268. "pitch": 0.8
  4269. }
  4270. ]
  4271. },
  4272. "item.trident.riptide_1": {
  4273. "sounds": [
  4274. {
  4275. "name": "item/trident/riptide_mono1",
  4276. "volume": 1,
  4277. "pitch": 1
  4278. }
  4279. ]
  4280. },
  4281. "item.trident.riptide_2": {
  4282. "sounds": [
  4283. {
  4284. "name": "item/trident/riptide_mono2",
  4285. "volume": 1,
  4286. "pitch": 1
  4287. }
  4288. ]
  4289. },
  4290. "item.trident.riptide_3": {
  4291. "sounds": [
  4292. {
  4293. "name": "item/trident/riptide_mono3",
  4294. "volume": 1,
  4295. "pitch": 1
  4296. }
  4297. ]
  4298. },
  4299. "item.trident.throw": {
  4300. "sounds": [
  4301. {
  4302. "name": "item/trident/throw1",
  4303. "volume": 1,
  4304. "pitch": 1
  4305. },
  4306. {
  4307. "name": "item/trident/throw2",
  4308. "volume": 1,
  4309. "pitch": 1
  4310. }
  4311. ]
  4312. },
  4313. "item.trident.thunder": {
  4314. "sounds": [
  4315. "item/trident/thunder1",
  4316. "item/trident/thunder2"
  4317. ]
  4318. },
  4319. "entity.vindication_illager.death": {
  4320. "sounds": [
  4321. "mob/vindication_illager/death1",
  4322. "mob/vindication_illager/death2"
  4323. ],
  4324. "subtitle": "subtitles.entity.vindication_illager.death"
  4325. },
  4326. "entity.vindication_illager.hurt": {
  4327. "sounds": [
  4328. "mob/vindication_illager/hurt1",
  4329. "mob/vindication_illager/hurt2",
  4330. "mob/vindication_illager/hurt3"
  4331. ],
  4332. "subtitle": "subtitles.entity.vindication_illager.hurt"
  4333. },
  4334. "entity.witch.ambient": {
  4335. "sounds": [
  4336. {
  4337. "name": "entity/witch/ambient5",
  4338. "pitch": 0.9
  4339. },
  4340. "entity/witch/ambient1",
  4341. "entity/witch/ambient2",
  4342. "entity/witch/ambient3",
  4343. "entity/witch/ambient4",
  4344. "entity/witch/ambient5"
  4345. ],
  4346. "subtitle": "subtitles.entity.witch.ambient"
  4347. },
  4348. "entity.witch.death": {
  4349. "sounds": [
  4350. "entity/witch/death1",
  4351. "entity/witch/death2",
  4352. "entity/witch/death3"
  4353. ],
  4354. "subtitle": "subtitles.entity.witch.death"
  4355. },
  4356. "entity.witch.drink": {
  4357. "sounds": [
  4358. "entity/witch/drink1",
  4359. "entity/witch/drink2",
  4360. "entity/witch/drink3",
  4361. "entity/witch/drink4"
  4362. ],
  4363. "subtitle": "subtitles.entity.witch.drink"
  4364. },
  4365. "entity.witch.hurt": {
  4366. "sounds": [
  4367. "entity/witch/hurt1",
  4368. "entity/witch/hurt2",
  4369. "entity/witch/hurt3"
  4370. ],
  4371. "subtitle": "subtitles.entity.witch.hurt"
  4372. },
  4373. "entity.witch.throw": {
  4374. "sounds": [
  4375. "entity/witch/throw1",
  4376. "entity/witch/throw2",
  4377. "entity/witch/throw3"
  4378. ],
  4379. "subtitle": "subtitles.entity.witch.throw"
  4380. },
  4381. "entity.wither.ambient": {
  4382. "sounds": [
  4383. "mob/wither/idle1",
  4384. "mob/wither/idle2",
  4385. "mob/wither/idle3",
  4386. "mob/wither/idle4"
  4387. ],
  4388. "subtitle": "subtitles.entity.wither.ambient"
  4389. },
  4390. "entity.wither.break_block": {
  4391. "sounds": [
  4392. "mob/zombie/woodbreak"
  4393. ],
  4394. "subtitle": "subtitles.entity.wither.shoot"
  4395. },
  4396. "entity.wither.death": {
  4397. "sounds": [
  4398. "mob/wither/death"
  4399. ],
  4400. "subtitle": "subtitles.entity.wither.death"
  4401. },
  4402. "entity.wither.hurt": {
  4403. "sounds": [
  4404. "mob/wither/hurt1",
  4405. "mob/wither/hurt2",
  4406. "mob/wither/hurt3",
  4407. "mob/wither/hurt4"
  4408. ],
  4409. "subtitle": "subtitles.entity.wither.hurt"
  4410. },
  4411. "entity.wither.shoot": {
  4412. "sounds": [
  4413. "mob/wither/shoot"
  4414. ],
  4415. "subtitle": "subtitles.entity.wither.shoot"
  4416. },
  4417. "entity.wither.spawn": {
  4418. "sounds": [
  4419. "mob/wither/spawn"
  4420. ],
  4421. "subtitle": "subtitles.entity.wither.spawn"
  4422. },
  4423. "entity.wither_skeleton.ambient": {
  4424. "sounds": [
  4425. "mob/wither_skeleton/idle1",
  4426. "mob/wither_skeleton/idle2",
  4427. "mob/wither_skeleton/idle3"
  4428. ],
  4429. "subtitle": "subtitles.entity.wither_skeleton.ambient"
  4430. },
  4431. "entity.wither_skeleton.death": {
  4432. "sounds": [
  4433. "mob/wither_skeleton/death1",
  4434. "mob/wither_skeleton/death2"
  4435. ],
  4436. "subtitle": "subtitles.entity.wither_skeleton.death"
  4437. },
  4438. "entity.wither_skeleton.hurt": {
  4439. "sounds": [
  4440. "mob/wither_skeleton/hurt1",
  4441. "mob/wither_skeleton/hurt2",
  4442. "mob/wither_skeleton/hurt3",
  4443. "mob/wither_skeleton/hurt4"
  4444. ],
  4445. "subtitle": "subtitles.entity.wither_skeleton.hurt"
  4446. },
  4447. "entity.wither_skeleton.step": {
  4448. "sounds": [
  4449. "mob/wither_skeleton/step1",
  4450. "mob/wither_skeleton/step2",
  4451. "mob/wither_skeleton/step3",
  4452. "mob/wither_skeleton/step4"
  4453. ]
  4454. },
  4455. "entity.wolf.ambient": {
  4456. "sounds": [
  4457. "mob/wolf/bark1",
  4458. "mob/wolf/bark2",
  4459. "mob/wolf/bark3"
  4460. ],
  4461. "subtitle": "subtitles.entity.wolf.ambient"
  4462. },
  4463. "entity.wolf.death": {
  4464. "sounds": [
  4465. "mob/wolf/death"
  4466. ],
  4467. "subtitle": "subtitles.entity.wolf.death"
  4468. },
  4469. "entity.wolf.growl": {
  4470. "sounds": [
  4471. "mob/wolf/growl1",
  4472. "mob/wolf/growl2",
  4473. "mob/wolf/growl3"
  4474. ],
  4475. "subtitle": "subtitles.entity.wolf.growl"
  4476. },
  4477. "entity.wolf.howl": {
  4478. "sounds": [
  4479. "mob/wolf/howl1",
  4480. "mob/wolf/howl2"
  4481. ]
  4482. },
  4483. "entity.wolf.hurt": {
  4484. "sounds": [
  4485. "mob/wolf/hurt1",
  4486. "mob/wolf/hurt2",
  4487. "mob/wolf/hurt3"
  4488. ],
  4489. "subtitle": "subtitles.entity.wolf.hurt"
  4490. },
  4491. "entity.wolf.pant": {
  4492. "sounds": [
  4493. "mob/wolf/panting"
  4494. ],
  4495. "subtitle": "subtitles.entity.wolf.ambient"
  4496. },
  4497. "entity.wolf.shake": {
  4498. "sounds": [
  4499. "mob/wolf/shake"
  4500. ],
  4501. "subtitle": "subtitles.entity.wolf.shake"
  4502. },
  4503. "entity.wolf.step": {
  4504. "sounds": [
  4505. "mob/wolf/step1",
  4506. "mob/wolf/step2",
  4507. "mob/wolf/step3",
  4508. "mob/wolf/step4",
  4509. "mob/wolf/step5"
  4510. ],
  4511. "subtitle": "subtitles.block.generic.footsteps"
  4512. },
  4513. "entity.wolf.whine": {
  4514. "sounds": [
  4515. "mob/wolf/whine"
  4516. ],
  4517. "subtitle": "subtitles.entity.wolf.ambient"
  4518. },
  4519. "entity.zombie.ambient": {
  4520. "sounds": [
  4521. "mob/zombie/say1",
  4522. "mob/zombie/say2",
  4523. "mob/zombie/say3"
  4524. ],
  4525. "subtitle": "subtitles.entity.zombie.ambient"
  4526. },
  4527. "entity.zombie.attack_door_wood": {
  4528. "sounds": [
  4529. "mob/zombie/wood1",
  4530. "mob/zombie/wood2",
  4531. "mob/zombie/wood3",
  4532. "mob/zombie/wood4"
  4533. ],
  4534. "subtitle": "subtitles.block.generic.break"
  4535. },
  4536. "entity.zombie.attack_iron_door": {
  4537. "sounds": [
  4538. "mob/zombie/metal1",
  4539. "mob/zombie/metal2",
  4540. "mob/zombie/metal3"
  4541. ],
  4542. "subtitle": "subtitles.block.generic.break"
  4543. },
  4544. "entity.zombie.break_door_wood": {
  4545. "sounds": [
  4546. "mob/zombie/woodbreak"
  4547. ],
  4548. "subtitle": "subtitles.block.generic.break"
  4549. },
  4550. "entity.zombie.death": {
  4551. "sounds": [
  4552. "mob/zombie/death"
  4553. ],
  4554. "subtitle": "subtitles.entity.zombie.death"
  4555. },
  4556. "entity.zombie.hurt": {
  4557. "sounds": [
  4558. "mob/zombie/hurt1",
  4559. "mob/zombie/hurt2"
  4560. ],
  4561. "subtitle": "subtitles.entity.zombie.hurt"
  4562. },
  4563. "entity.zombie.infect": {
  4564. "sounds": [
  4565. "mob/zombie/infect"
  4566. ],
  4567. "subtitle": "subtitles.entity.zombie.infect"
  4568. },
  4569. "entity.zombie.step": {
  4570. "sounds": [
  4571. "mob/zombie/step1",
  4572. "mob/zombie/step2",
  4573. "mob/zombie/step3",
  4574. "mob/zombie/step4",
  4575. "mob/zombie/step5"
  4576. ],
  4577. "subtitle": "subtitles.block.generic.footsteps"
  4578. },
  4579. "entity.zombie_horse.ambient": {
  4580. "sounds": [
  4581. "mob/horse/zombie/idle1",
  4582. "mob/horse/zombie/idle2",
  4583. "mob/horse/zombie/idle3"
  4584. ],
  4585. "subtitle": "subtitles.entity.zombie_horse.ambient"
  4586. },
  4587. "entity.zombie_horse.death": {
  4588. "sounds": [
  4589. "mob/horse/zombie/death"
  4590. ],
  4591. "subtitle": "subtitles.entity.zombie_horse.death"
  4592. },
  4593. "entity.zombie_horse.hurt": {
  4594. "sounds": [
  4595. "mob/horse/zombie/hit1",
  4596. "mob/horse/zombie/hit2",
  4597. "mob/horse/zombie/hit3",
  4598. "mob/horse/zombie/hit4"
  4599. ],
  4600. "subtitle": "subtitles.entity.zombie_horse.hurt"
  4601. },
  4602. "entity.zombie_pig.ambient": {
  4603. "sounds": [
  4604. "mob/zombiepig/zpig1",
  4605. "mob/zombiepig/zpig2",
  4606. "mob/zombiepig/zpig3",
  4607. "mob/zombiepig/zpig4"
  4608. ],
  4609. "subtitle": "subtitles.entity.zombie_pigman.ambient"
  4610. },
  4611. "entity.zombie_pig.angry": {
  4612. "sounds": [
  4613. "mob/zombiepig/zpigangry1",
  4614. "mob/zombiepig/zpigangry2",
  4615. "mob/zombiepig/zpigangry3",
  4616. "mob/zombiepig/zpigangry4"
  4617. ],
  4618. "subtitle": "subtitles.entity.zombie_pigman.angry"
  4619. },
  4620. "entity.zombie_pig.death": {
  4621. "sounds": [
  4622. "mob/zombiepig/zpigdeath"
  4623. ],
  4624. "subtitle": "subtitles.entity.zombie_pigman.death"
  4625. },
  4626. "entity.zombie_pig.hurt": {
  4627. "sounds": [
  4628. "mob/zombiepig/zpighurt1",
  4629. "mob/zombiepig/zpighurt2"
  4630. ],
  4631. "subtitle": "subtitles.entity.zombie_pigman.hurt"
  4632. },
  4633. "entity.zombie_villager.ambient": {
  4634. "sounds": [
  4635. "mob/zombie_villager/say1",
  4636. "mob/zombie_villager/say2",
  4637. "mob/zombie_villager/say3"
  4638. ],
  4639. "subtitle": "subtitles.entity.zombie_villager.ambient"
  4640. },
  4641. "entity.zombie_villager.converted": {
  4642. "sounds": [
  4643. "mob/zombie/unfect"
  4644. ],
  4645. "subtitle": "subtitles.entity.zombie_villager.converted"
  4646. },
  4647. "entity.zombie_villager.cure": {
  4648. "sounds": [
  4649. "mob/zombie/remedy"
  4650. ],
  4651. "subtitle": "subtitles.entity.zombie_villager.cure"
  4652. },
  4653. "entity.zombie_villager.death": {
  4654. "sounds": [
  4655. "mob/zombie_villager/death"
  4656. ],
  4657. "subtitle": "subtitles.entity.zombie_villager.death"
  4658. },
  4659. "entity.zombie_villager.hurt": {
  4660. "sounds": [
  4661. "mob/zombie_villager/hurt1",
  4662. "mob/zombie_villager/hurt2"
  4663. ],
  4664. "subtitle": "subtitles.entity.zombie_villager.hurt"
  4665. },
  4666. "entity.zombie_villager.step": {
  4667. "sounds": [
  4668. "mob/zombie/step1",
  4669. "mob/zombie/step2",
  4670. "mob/zombie/step3",
  4671. "mob/zombie/step4",
  4672. "mob/zombie/step5"
  4673. ],
  4674. "subtitle": "subtitles.block.generic.footsteps"
  4675. },
  4676. "item.axe.strip": {
  4677. "sounds": [
  4678. {
  4679. "name": "item/axe/strip1",
  4680. "volume": 0.9,
  4681. "pitch": 1
  4682. },
  4683. {
  4684. "name": "item/axe/strip2",
  4685. "volume": 0.9,
  4686. "pitch": 1
  4687. },
  4688. {
  4689. "name": "item/axe/strip3",
  4690. "volume": 0.9,
  4691. "pitch": 1
  4692. },
  4693. {
  4694. "name": "item/axe/strip4",
  4695. "volume": 0.9,
  4696. "pitch": 1
  4697. },
  4698. {
  4699. "name": "item/axe/strip1",
  4700. "volume": 0.9,
  4701. "pitch": 0.85
  4702. },
  4703. {
  4704. "name": "item/axe/strip2",
  4705. "volume": 0.9,
  4706. "pitch": 0.85
  4707. },
  4708. {
  4709. "name": "item/axe/strip3",
  4710. "volume": 0.9,
  4711. "pitch": 0.85
  4712. },
  4713. {
  4714. "name": "item/axe/strip4",
  4715. "volume": 0.9,
  4716. "pitch": 0.85
  4717. }
  4718. ]
  4719. },
  4720. "item.armor.equip_chain": {
  4721. "sounds": [
  4722. "item/armor/equip_chain1",
  4723. "item/armor/equip_chain2",
  4724. "item/armor/equip_chain3",
  4725. "item/armor/equip_chain4",
  4726. "item/armor/equip_chain5",
  4727. "item/armor/equip_chain6"
  4728. ],
  4729. "subtitle": "subtitles.item.armor.equip_chain"
  4730. },
  4731. "item.armor.equip_diamond": {
  4732. "sounds": [
  4733. "item/armor/equip_diamond1",
  4734. "item/armor/equip_diamond2",
  4735. "item/armor/equip_diamond3",
  4736. "item/armor/equip_diamond4",
  4737. "item/armor/equip_diamond5",
  4738. "item/armor/equip_diamond6"
  4739. ],
  4740. "subtitle": "subtitles.item.armor.equip_diamond"
  4741. },
  4742. "item.armor.equip_elytra": {
  4743. "sounds": [
  4744. "item/armor/equip_leather1",
  4745. "item/armor/equip_leather2",
  4746. "item/armor/equip_leather3",
  4747. "item/armor/equip_leather4",
  4748. "item/armor/equip_leather5",
  4749. "item/armor/equip_leather6"
  4750. ],
  4751. "subtitle": "subtitles.item.armor.equip_elytra"
  4752. },
  4753. "item.armor.equip_generic": {
  4754. "sounds": [
  4755. "item/armor/equip_generic1",
  4756. "item/armor/equip_generic2",
  4757. "item/armor/equip_generic3",
  4758. "item/armor/equip_generic4",
  4759. "item/armor/equip_generic5",
  4760. "item/armor/equip_generic6"
  4761. ],
  4762. "subtitle": "subtitles.item.armor.equip"
  4763. },
  4764. "item.armor.equip_gold": {
  4765. "sounds": [
  4766. "item/armor/equip_gold1",
  4767. "item/armor/equip_gold2",
  4768. "item/armor/equip_gold3",
  4769. "item/armor/equip_gold4",
  4770. "item/armor/equip_gold5",
  4771. "item/armor/equip_gold6"
  4772. ],
  4773. "subtitle": "subtitles.item.armor.equip_gold"
  4774. },
  4775. "item.armor.equip_iron": {
  4776. "sounds": [
  4777. "item/armor/equip_iron1",
  4778. "item/armor/equip_iron2",
  4779. "item/armor/equip_iron3",
  4780. "item/armor/equip_iron4",
  4781. "item/armor/equip_iron5",
  4782. "item/armor/equip_iron6"
  4783. ],
  4784. "subtitle": "subtitles.item.armor.equip_iron"
  4785. },
  4786. "item.armor.equip_leather": {
  4787. "sounds": [
  4788. "item/armor/equip_leather1",
  4789. "item/armor/equip_leather2",
  4790. "item/armor/equip_leather3",
  4791. "item/armor/equip_leather4",
  4792. "item/armor/equip_leather5",
  4793. "item/armor/equip_leather6"
  4794. ],
  4795. "subtitle": "subtitles.item.armor.equip_leather"
  4796. },
  4797. "item.bottle.empty": {
  4798. "sounds": [
  4799. "item/bottle/empty1",
  4800. "item/bottle/empty2"
  4801. ]
  4802. },
  4803. "item.bottle.fill": {
  4804. "sounds": [
  4805. "item/bottle/fill1",
  4806. "item/bottle/fill2",
  4807. "item/bottle/fill3",
  4808. "item/bottle/fill4"
  4809. ],
  4810. "subtitle": "subtitles.item.bottle.fill"
  4811. },
  4812. "item.bottle.fill_dragonbreath": {
  4813. "sounds": [
  4814. "item/bottle/fill_dragonbreath1",
  4815. "item/bottle/fill_dragonbreath2"
  4816. ],
  4817. "subtitle": "subtitles.item.bottle.fill"
  4818. },
  4819. "item.bucket.empty": {
  4820. "sounds": [
  4821. {
  4822. "name": "item/bucket/empty1",
  4823. "pitch": 0.9
  4824. },
  4825. "item/bucket/empty1",
  4826. "item/bucket/empty2",
  4827. "item/bucket/empty3"
  4828. ],
  4829. "subtitle": "subtitles.item.bucket.empty"
  4830. },
  4831. "item.bucket.empty_lava": {
  4832. "sounds": [
  4833. "item/bucket/empty_lava1",
  4834. "item/bucket/empty_lava2",
  4835. "item/bucket/empty_lava3"
  4836. ],
  4837. "subtitle": "subtitles.item.bucket.empty"
  4838. },
  4839. "item.bucket.fill": {
  4840. "sounds": [
  4841. "item/bucket/fill1",
  4842. "item/bucket/fill2",
  4843. "item/bucket/fill3"
  4844. ],
  4845. "subtitle": "subtitles.item.bucket.fill"
  4846. },
  4847. "item.bucket.fill_lava": {
  4848. "sounds": [
  4849. "item/bucket/fill_lava1",
  4850. "item/bucket/fill_lava2",
  4851. "item/bucket/fill_lava3"
  4852. ],
  4853. "subtitle": "subtitles.item.bucket.fill"
  4854. },
  4855. "item.chorus_fruit.teleport": {
  4856. "sounds": [
  4857. "mob/endermen/portal",
  4858. "mob/endermen/portal2"
  4859. ],
  4860. "subtitle": "subtitles.item.chorus_fruit.teleport"
  4861. },
  4862. "item.elytra.flying": {
  4863. "sounds": [
  4864. {
  4865. "name": "item/elytra/elytra_loop",
  4866. "volume": 0.6
  4867. }
  4868. ]
  4869. },
  4870. "item.firecharge.use": {
  4871. "sounds": [
  4872. "mob/ghast/fireball4"
  4873. ],
  4874. "subtitle": "subtitles.item.firecharge.use"
  4875. },
  4876. "item.flintandsteel.use": {
  4877. "sounds": [
  4878. "fire/ignite"
  4879. ],
  4880. "subtitle": "subtitles.item.flintandsteel.use"
  4881. },
  4882. "item.hoe.till": {
  4883. "sounds": [
  4884. "item/hoe/till1",
  4885. "item/hoe/till2",
  4886. "item/hoe/till3",
  4887. "item/hoe/till4"
  4888. ],
  4889. "subtitle": "subtitles.item.hoe.till"
  4890. },
  4891. "item.shield.block": {
  4892. "sounds": [
  4893. "item/shield/block1",
  4894. "item/shield/block2",
  4895. "item/shield/block3",
  4896. "item/shield/block4",
  4897. "item/shield/block5"
  4898. ],
  4899. "subtitle": "subtitles.item.shield.block"
  4900. },
  4901. "item.shield.break": {
  4902. "sounds": [
  4903. "random/break"
  4904. ],
  4905. "subtitle": "subtitles.entity.item.break"
  4906. },
  4907. "item.shovel.flatten": {
  4908. "sounds": [
  4909. "item/shovel/flatten1",
  4910. "item/shovel/flatten2",
  4911. "item/shovel/flatten3",
  4912. "item/shovel/flatten4"
  4913. ],
  4914. "subtitle": "subtitles.item.shovel.flatten"
  4915. },
  4916. "item.totem.use": {
  4917. "sounds": [
  4918. "item/totem/use_totem"
  4919. ],
  4920. "subtitle": "subtitles.item.totem.use"
  4921. },
  4922. "music.creative": {
  4923. "sounds": [
  4924. {
  4925. "type": "event",
  4926. "name": "music.game"
  4927. },
  4928. {
  4929. "name": "music/game/creative/creative1",
  4930. "stream": true
  4931. },
  4932. {
  4933. "name": "music/game/creative/creative2",
  4934. "stream": true
  4935. },
  4936. {
  4937. "name": "music/game/creative/creative3",
  4938. "stream": true
  4939. },
  4940. {
  4941. "name": "music/game/creative/creative4",
  4942. "stream": true
  4943. },
  4944. {
  4945. "name": "music/game/creative/creative5",
  4946. "stream": true
  4947. },
  4948. {
  4949. "name": "music/game/creative/creative6",
  4950. "stream": true
  4951. }
  4952. ]
  4953. },
  4954. "music.credits": {
  4955. "sounds": [
  4956. {
  4957. "name": "music/game/end/credits",
  4958. "stream": true
  4959. }
  4960. ]
  4961. },
  4962. "music.dragon": {
  4963. "sounds": [
  4964. {
  4965. "name": "music/game/end/boss",
  4966. "stream": true
  4967. }
  4968. ]
  4969. },
  4970. "music.end": {
  4971. "sounds": [
  4972. {
  4973. "name": "music/game/end/end",
  4974. "stream": true
  4975. }
  4976. ]
  4977. },
  4978. "music.game": {
  4979. "sounds": [
  4980. {
  4981. "name": "music/game/calm1",
  4982. "stream": true
  4983. },
  4984. {
  4985. "name": "music/game/calm2",
  4986. "stream": true
  4987. },
  4988. {
  4989. "name": "music/game/calm3",
  4990. "stream": true
  4991. },
  4992. {
  4993. "name": "music/game/hal1",
  4994. "stream": true
  4995. },
  4996. {
  4997. "name": "music/game/hal2",
  4998. "stream": true
  4999. },
  5000. {
  5001. "name": "music/game/hal3",
  5002. "stream": true
  5003. },
  5004. {
  5005. "name": "music/game/hal4",
  5006. "stream": true
  5007. },
  5008. {
  5009. "name": "music/game/nuance1",
  5010. "stream": true
  5011. },
  5012. {
  5013. "name": "music/game/nuance2",
  5014. "stream": true
  5015. },
  5016. {
  5017. "name": "music/game/piano1",
  5018. "stream": true
  5019. },
  5020. {
  5021. "name": "music/game/piano2",
  5022. "stream": true
  5023. },
  5024. {
  5025. "name": "music/game/piano3",
  5026. "stream": true
  5027. }
  5028. ]
  5029. },
  5030. "music.menu": {
  5031. "sounds": [
  5032. {
  5033. "name": "music/menu/menu1",
  5034. "stream": true
  5035. },
  5036. {
  5037. "name": "music/menu/menu2",
  5038. "stream": true
  5039. },
  5040. {
  5041. "name": "music/menu/menu3",
  5042. "stream": true
  5043. },
  5044. {
  5045. "name": "music/menu/menu4",
  5046. "stream": true
  5047. }
  5048. ]
  5049. },
  5050. "music.nether": {
  5051. "sounds": [
  5052. {
  5053. "name": "music/game/nether/nether1",
  5054. "stream": true
  5055. },
  5056. {
  5057. "name": "music/game/nether/nether2",
  5058. "stream": true
  5059. },
  5060. {
  5061. "name": "music/game/nether/nether3",
  5062. "stream": true
  5063. },
  5064. {
  5065. "name": "music/game/nether/nether4",
  5066. "stream": true
  5067. }
  5068. ]
  5069. },
  5070. "record.11": {
  5071. "sounds": [
  5072. {
  5073. "name": "records/11",
  5074. "stream": true
  5075. }
  5076. ]
  5077. },
  5078. "record.13": {
  5079. "sounds": [
  5080. {
  5081. "name": "records/13",
  5082. "stream": true
  5083. }
  5084. ]
  5085. },
  5086. "record.blocks": {
  5087. "sounds": [
  5088. {
  5089. "name": "records/blocks",
  5090. "stream": true
  5091. }
  5092. ]
  5093. },
  5094. "record.cat": {
  5095. "sounds": [
  5096. {
  5097. "name": "records/cat",
  5098. "stream": true
  5099. }
  5100. ]
  5101. },
  5102. "record.chirp": {
  5103. "sounds": [
  5104. {
  5105. "name": "records/chirp",
  5106. "stream": true
  5107. }
  5108. ]
  5109. },
  5110. "record.far": {
  5111. "sounds": [
  5112. {
  5113. "name": "records/far",
  5114. "stream": true
  5115. }
  5116. ]
  5117. },
  5118. "record.mall": {
  5119. "sounds": [
  5120. {
  5121. "name": "records/mall",
  5122. "stream": true
  5123. }
  5124. ]
  5125. },
  5126. "record.mellohi": {
  5127. "sounds": [
  5128. {
  5129. "name": "records/mellohi",
  5130. "stream": true
  5131. }
  5132. ]
  5133. },
  5134. "record.stal": {
  5135. "sounds": [
  5136. {
  5137. "name": "records/stal",
  5138. "stream": true
  5139. }
  5140. ]
  5141. },
  5142. "record.strad": {
  5143. "sounds": [
  5144. {
  5145. "name": "records/strad",
  5146. "stream": true
  5147. }
  5148. ]
  5149. },
  5150. "record.wait": {
  5151. "sounds": [
  5152. {
  5153. "name": "records/wait",
  5154. "stream": true
  5155. }
  5156. ]
  5157. },
  5158. "record.ward": {
  5159. "sounds": [
  5160. {
  5161. "name": "records/ward",
  5162. "stream": true
  5163. }
  5164. ]
  5165. },
  5166. "ui.button.click": {
  5167. "sounds": [
  5168. "random/click"
  5169. ]
  5170. },
  5171. "ui.toast.in": {
  5172. "sounds": [
  5173. {
  5174. "name": "ui/toast/in",
  5175. "volume": 0.4
  5176. }
  5177. ]
  5178. },
  5179. "ui.toast.out": {
  5180. "sounds": [
  5181. {
  5182. "name": "ui/toast/out",
  5183. "volume": 0.4
  5184. }
  5185. ]
  5186. },
  5187. "ui.toast.challenge_complete": {
  5188. "sounds": [
  5189. {
  5190. "name": "ui/toast/challenge_complete",
  5191. "volume": 0.6
  5192. }
  5193. ]
  5194. },
  5195. "weather.rain": {
  5196. "sounds": [
  5197. "ambient/weather/rain1",
  5198. "ambient/weather/rain2",
  5199. "ambient/weather/rain3",
  5200. "ambient/weather/rain4",
  5201. "ambient/weather/rain5",
  5202. "ambient/weather/rain6",
  5203. "ambient/weather/rain7",
  5204. "ambient/weather/rain8"
  5205. ],
  5206. "subtitle": "subtitles.weather.rain"
  5207. },
  5208. "weather.rain.above": {
  5209. "sounds": [
  5210. "ambient/weather/rain1",
  5211. "ambient/weather/rain2",
  5212. "ambient/weather/rain3",
  5213. "ambient/weather/rain4"
  5214. ],
  5215. "subtitle": "subtitles.weather.rain"
  5216. }
  5217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement