Advertisement
Guest User

Minecraft 1.15.2 sounds.json template

a guest
Feb 22nd, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 208.30 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. "ambient/cave/cave19"
  23. ],
  24. "subtitle": "subtitles.ambient.cave"
  25. },
  26. "ambient.underwater.enter": {
  27. "sounds": [
  28. {
  29. "name": "ambient/underwater/enter1",
  30. "volume": 0.8
  31. },
  32. {
  33. "name": "ambient/underwater/enter2",
  34. "volume": 0.8
  35. },
  36. {
  37. "name": "ambient/underwater/enter3",
  38. "volume": 0.8
  39. }
  40. ]
  41. },
  42. "ambient.underwater.exit": {
  43. "sounds": [
  44. {
  45. "name": "ambient/underwater/exit1",
  46. "volume": 0.5
  47. },
  48. {
  49. "name": "ambient/underwater/exit2",
  50. "volume": 0.5
  51. },
  52. {
  53. "name": "ambient/underwater/exit3",
  54. "volume": 0.5
  55. }
  56. ]
  57. },
  58. "ambient.underwater.loop": {
  59. "sounds": [
  60. {
  61. "name": "ambient/underwater/underwater_ambience",
  62. "stream": true,
  63. "volume": 0.65
  64. }
  65. ]
  66. },
  67. "ambient.underwater.loop.additions": {
  68. "sounds": [
  69. "ambient/underwater/additions/bubbles1",
  70. "ambient/underwater/additions/bubbles2",
  71. "ambient/underwater/additions/bubbles3",
  72. "ambient/underwater/additions/bubbles4",
  73. "ambient/underwater/additions/bubbles5",
  74. "ambient/underwater/additions/bubbles6",
  75. "ambient/underwater/additions/water1",
  76. "ambient/underwater/additions/water2"
  77. ]
  78. },
  79. "ambient.underwater.loop.additions.rare": {
  80. "sounds": [
  81. "ambient/underwater/additions/animal1",
  82. {
  83. "name": "ambient/underwater/additions/bass_whale1",
  84. "volume": 0.45
  85. },
  86. {
  87. "name": "ambient/underwater/additions/bass_whale2",
  88. "volume": 0.5
  89. },
  90. "ambient/underwater/additions/earth_crack",
  91. {
  92. "name": "ambient/underwater/additions/crackles1",
  93. "volume": 0.7
  94. },
  95. "ambient/underwater/additions/crackles2",
  96. {
  97. "name": "ambient/underwater/additions/driplets1",
  98. "volume": 0.5
  99. },
  100. {
  101. "name": "ambient/underwater/additions/driplets2",
  102. "volume": 0.5
  103. }
  104. ]
  105. },
  106. "ambient.underwater.loop.additions.ultra_rare": {
  107. "sounds": [
  108. "ambient/underwater/additions/animal2",
  109. "ambient/underwater/additions/dark1",
  110. {
  111. "name": "ambient/underwater/additions/dark2",
  112. "volume": 0.7
  113. },
  114. "ambient/underwater/additions/dark3",
  115. "ambient/underwater/additions/dark4"
  116. ]
  117. },
  118. "block.anvil.break": {
  119. "sounds": [
  120. "dig/stone1",
  121. "dig/stone2",
  122. "dig/stone3",
  123. "dig/stone4"
  124. ],
  125. "subtitle": "subtitles.block.generic.break"
  126. },
  127. "block.anvil.destroy": {
  128. "sounds": [
  129. "random/anvil_break"
  130. ],
  131. "subtitle": "subtitles.block.anvil.destroy"
  132. },
  133. "block.anvil.fall": {
  134. "sounds": [
  135. "step/stone1",
  136. "step/stone2",
  137. "step/stone3",
  138. "step/stone4",
  139. "step/stone5",
  140. "step/stone6"
  141. ]
  142. },
  143. "block.anvil.hit": {
  144. "sounds": [
  145. "step/stone1",
  146. "step/stone2",
  147. "step/stone3",
  148. "step/stone4",
  149. "step/stone5",
  150. "step/stone6"
  151. ],
  152. "subtitle": "subtitles.block.generic.hit"
  153. },
  154. "block.anvil.land": {
  155. "sounds": [
  156. "random/anvil_land"
  157. ],
  158. "subtitle": "subtitles.block.anvil.land"
  159. },
  160. "block.anvil.place": {
  161. "sounds": [
  162. "random/anvil_land"
  163. ],
  164. "subtitle": "subtitles.block.generic.place"
  165. },
  166. "block.anvil.step": {
  167. "sounds": [
  168. "step/stone1",
  169. "step/stone2",
  170. "step/stone3",
  171. "step/stone4",
  172. "step/stone5",
  173. "step/stone6"
  174. ],
  175. "subtitle": "subtitles.block.generic.footsteps"
  176. },
  177. "event.raid.horn": {
  178. "sounds": [
  179. {
  180. "name": "event/raid/raidhorn_01",
  181. "volume": 0.01
  182. },
  183. {
  184. "name": "event/raid/raidhorn_02",
  185. "volume": 0.01
  186. },
  187. {
  188. "name": "event/raid/raidhorn_03",
  189. "volume": 0.01
  190. },
  191. {
  192. "name": "event/raid/raidhorn_04",
  193. "volume": 0.01
  194. }
  195. ],
  196. "subtitle": "subtitles.event.raid.horn"
  197. },
  198. "block.anvil.use": {
  199. "sounds": [
  200. "random/anvil_use"
  201. ],
  202. "subtitle": "subtitles.block.anvil.use"
  203. },
  204. "block.beacon.activate": {
  205. "sounds": [
  206. "block/beacon/activate"
  207. ]
  208. },
  209. "block.beacon.ambient": {
  210. "sounds": [
  211. {
  212. "attenuation_distance": 7,
  213. "name": "block/beacon/ambient",
  214. "volume": 0.9
  215. }
  216. ]
  217. },
  218. "block.beacon.deactivate": {
  219. "sounds": [
  220. "block/beacon/deactivate"
  221. ]
  222. },
  223. "block.beacon.power_select": {
  224. "sounds": [
  225. "block/beacon/power1",
  226. "block/beacon/power2",
  227. "block/beacon/power3"
  228. ]
  229. },
  230. "block.bamboo.break": {
  231. "sounds": [
  232. {
  233. "name": "block/bamboo/place1",
  234. "volume": 0.8
  235. },
  236. {
  237. "name": "block/bamboo/place2",
  238. "volume": 0.8
  239. },
  240. {
  241. "name": "block/bamboo/place3",
  242. "volume": 0.8
  243. },
  244. {
  245. "name": "block/bamboo/place4",
  246. "volume": 0.8
  247. },
  248. {
  249. "name": "block/bamboo/place5",
  250. "volume": 0.8
  251. },
  252. {
  253. "name": "block/bamboo/place6",
  254. "volume": 0.8
  255. }
  256. ],
  257. "subtitle": "subtitles.block.generic.break"
  258. },
  259. "block.bamboo.fall": {
  260. "sounds": [
  261. {
  262. "name": "block/bamboo/step1",
  263. "volume": 1
  264. },
  265. {
  266. "name": "block/bamboo/step2",
  267. "volume": 1
  268. },
  269. {
  270. "name": "block/bamboo/step3",
  271. "volume": 1
  272. },
  273. {
  274. "name": "block/bamboo/step4",
  275. "volume": 1
  276. },
  277. {
  278. "name": "block/bamboo/step5",
  279. "volume": 1
  280. },
  281. {
  282. "name": "block/bamboo/step6",
  283. "volume": 1
  284. }
  285. ]
  286. },
  287. "block.bamboo.hit": {
  288. "sounds": [
  289. {
  290. "name": "block/bamboo/step1",
  291. "volume": 1
  292. },
  293. {
  294. "name": "block/bamboo/step2",
  295. "volume": 1
  296. },
  297. {
  298. "name": "block/bamboo/step3",
  299. "volume": 1
  300. },
  301. {
  302. "name": "block/bamboo/step4",
  303. "volume": 1
  304. },
  305. {
  306. "name": "block/bamboo/step5",
  307. "volume": 1
  308. },
  309. {
  310. "name": "block/bamboo/step6",
  311. "volume": 1
  312. }
  313. ],
  314. "subtitle": "subtitles.block.generic.hit"
  315. },
  316. "block.bamboo.place": {
  317. "sounds": [
  318. {
  319. "name": "block/bamboo/place1",
  320. "volume": 0.8
  321. },
  322. {
  323. "name": "block/bamboo/place2",
  324. "volume": 0.8
  325. },
  326. {
  327. "name": "block/bamboo/place3",
  328. "volume": 0.8
  329. },
  330. {
  331. "name": "block/bamboo/place4",
  332. "volume": 0.8
  333. },
  334. {
  335. "name": "block/bamboo/place5",
  336. "volume": 0.8
  337. },
  338. {
  339. "name": "block/bamboo/place6",
  340. "volume": 0.8
  341. }
  342. ],
  343. "subtitle": "subtitles.block.generic.place"
  344. },
  345. "block.bamboo.step": {
  346. "sounds": [
  347. {
  348. "name": "block/bamboo/step1",
  349. "volume": 1
  350. },
  351. {
  352. "name": "block/bamboo/step2",
  353. "volume": 1,
  354. "pitch": 0.7
  355. },
  356. {
  357. "name": "block/bamboo/step3",
  358. "volume": 1
  359. },
  360. {
  361. "name": "block/bamboo/step4",
  362. "volume": 1,
  363. "pitch": 0.7
  364. },
  365. {
  366. "name": "block/bamboo/step5",
  367. "volume": 1
  368. },
  369. {
  370. "name": "block/bamboo/step6",
  371. "volume": 1
  372. }
  373. ],
  374. "subtitle": "subtitles.block.generic.footsteps"
  375. },
  376. "block.bamboo_sapling.place": {
  377. "sounds": [
  378. {
  379. "name": "block/bamboo/sapling_place1",
  380. "volume": 0.85
  381. },
  382. {
  383. "name": "block/bamboo/sapling_place2",
  384. "volume": 0.85
  385. },
  386. {
  387. "name": "block/bamboo/sapling_place3",
  388. "volume": 0.85
  389. },
  390. {
  391. "name": "block/bamboo/sapling_place4",
  392. "volume": 0.85
  393. },
  394. {
  395. "name": "block/bamboo/sapling_place5",
  396. "volume": 0.85
  397. },
  398. {
  399. "name": "block/bamboo/sapling_place6",
  400. "volume": 0.85
  401. }
  402. ],
  403. "subtitle": "subtitles.block.generic.place"
  404. },
  405. "block.bamboo_sapling.break": {
  406. "sounds": [
  407. {
  408. "name": "block/bamboo/sapling_place1",
  409. "volume": 0.9
  410. },
  411. {
  412. "name": "block/bamboo/sapling_place2",
  413. "volume": 0.9
  414. },
  415. {
  416. "name": "block/bamboo/sapling_place3",
  417. "volume": 0.9
  418. },
  419. {
  420. "name": "block/bamboo/sapling_place4",
  421. "volume": 0.9
  422. },
  423. {
  424. "name": "block/bamboo/sapling_place5",
  425. "volume": 0.9
  426. },
  427. {
  428. "name": "block/bamboo/sapling_place6",
  429. "volume": 0.9
  430. }
  431. ],
  432. "subtitle": "subtitles.block.generic.break"
  433. },
  434. "block.bamboo_sapling.hit": {
  435. "sounds": [
  436. {
  437. "name": "block/bamboo/sapling_hit1",
  438. "volume": 0.8
  439. },
  440. {
  441. "name": "block/bamboo/sapling_hit2",
  442. "volume": 0.8
  443. },
  444. {
  445. "name": "block/bamboo/sapling_hit3",
  446. "volume": 0.8
  447. },
  448. {
  449. "name": "block/bamboo/sapling_hit4",
  450. "volume": 0.8
  451. },
  452. {
  453. "name": "block/bamboo/sapling_hit5",
  454. "volume": 0.8
  455. }
  456. ],
  457. "subtitle": "subtitles.block.generic.hit"
  458. },
  459. "block.barrel.close": {
  460. "sounds": [
  461. {
  462. "name": "block/barrel/close",
  463. "volume": 1
  464. }
  465. ]
  466. },
  467. "block.barrel.open": {
  468. "sounds": [
  469. {
  470. "name": "block/barrel/open1",
  471. "volume": 1,
  472. "pitch": 1
  473. },
  474. {
  475. "name": "block/barrel/open2",
  476. "volume": 1,
  477. "pitch": 1
  478. }
  479. ]
  480. },
  481. "block.beehive.enter": {
  482. "sounds": [
  483. {
  484. "attenuation_distance": 14,
  485. "name": "block/beehive/enter",
  486. "pitch": 0.8
  487. },
  488. {
  489. "attenuation_distance": 14,
  490. "name": "block/beehive/enter",
  491. "pitch": 0.7
  492. }
  493. ],
  494. "subtitle": "subtitles.block.beehive.enter"
  495. },
  496. "block.beehive.exit": {
  497. "sounds": [
  498. {
  499. "attenuation_distance": 14,
  500. "name": "block/beehive/exit"
  501. },
  502. {
  503. "attenuation_distance": 14,
  504. "name": "block/beehive/exit",
  505. "pitch": 1.1
  506. },
  507. {
  508. "attenuation_distance": 14,
  509. "name": "block/beehive/exit",
  510. "pitch": 0.9
  511. }
  512. ],
  513. "subtitle": "subtitles.block.beehive.exit"
  514. },
  515. "block.beehive.drip": {
  516. "sounds": [
  517. {
  518. "attenuation_distance": 8,
  519. "name": "block/beehive/drip1",
  520. "volume": 0.3,
  521. "pitch": 0.9
  522. },
  523. {
  524. "attenuation_distance": 8,
  525. "name": "block/beehive/drip2",
  526. "volume": 0.3,
  527. "pitch": 0.9
  528. },
  529. {
  530. "attenuation_distance": 8,
  531. "name": "block/beehive/drip3",
  532. "volume": 0.3,
  533. "pitch": 0.9
  534. },
  535. {
  536. "attenuation_distance": 8,
  537. "name": "block/beehive/drip4",
  538. "volume": 0.3,
  539. "pitch": 0.9
  540. },
  541. {
  542. "attenuation_distance": 8,
  543. "name": "block/beehive/drip5",
  544. "volume": 0.3,
  545. "pitch": 0.9
  546. },
  547. {
  548. "attenuation_distance": 8,
  549. "name": "block/beehive/drip6",
  550. "volume": 0.3,
  551. "pitch": 0.9
  552. },
  553. {
  554. "attenuation_distance": 8,
  555. "name": "block/beehive/drip1",
  556. "volume": 0.3,
  557. "pitch": 0.7
  558. },
  559. {
  560. "attenuation_distance": 8,
  561. "name": "block/beehive/drip2",
  562. "volume": 0.3,
  563. "pitch": 0.7
  564. },
  565. {
  566. "attenuation_distance": 8,
  567. "name": "block/beehive/drip3",
  568. "volume": 0.3,
  569. "pitch": 0.7
  570. },
  571. {
  572. "attenuation_distance": 8,
  573. "name": "block/beehive/drip4",
  574. "volume": 0.3,
  575. "pitch": 0.7
  576. },
  577. {
  578. "attenuation_distance": 8,
  579. "name": "block/beehive/drip5",
  580. "volume": 0.3,
  581. "pitch": 0.7
  582. },
  583. {
  584. "attenuation_distance": 8,
  585. "name": "block/beehive/drip6",
  586. "volume": 0.3,
  587. "pitch": 0.7
  588. }
  589. ],
  590. "subtitle": "subtitles.block.beehive.drip"
  591. },
  592. "block.beehive.shear": {
  593. "sounds": [
  594. {
  595. "name": "block/beehive/shear",
  596. "volume": 0.8,
  597. "pitch": 1
  598. },
  599. {
  600. "name": "block/beehive/shear",
  601. "volume": 0.8,
  602. "pitch": 0.9
  603. },
  604. {
  605. "name": "block/beehive/shear",
  606. "volume": 0.8,
  607. "pitch": 0.8
  608. }
  609. ],
  610. "subtitle": "subtitles.block.beehive.shear"
  611. },
  612. "block.beehive.work": {
  613. "sounds": [
  614. {
  615. "attenuation_distance": 12,
  616. "name": "block/beehive/work1",
  617. "volume": 0.6
  618. },
  619. {
  620. "attenuation_distance": 12,
  621. "name": "block/beehive/work2",
  622. "volume": 0.6
  623. },
  624. {
  625. "attenuation_distance": 12,
  626. "name": "block/beehive/work3",
  627. "volume": 0.6
  628. },
  629. {
  630. "attenuation_distance": 12,
  631. "name": "block/beehive/work4",
  632. "volume": 0.6
  633. }
  634. ],
  635. "subtitle": "subtitles.block.beehive.work"
  636. },
  637. "block.bell.use": {
  638. "sounds": [
  639. {
  640. "name": "block/bell/bell_use01",
  641. "volume": 12,
  642. "pitch": 0.95
  643. },
  644. {
  645. "name": "block/bell/bell_use02",
  646. "volume": 12,
  647. "pitch": 0.95
  648. },
  649. {
  650. "name": "block/bell/bell_use01",
  651. "volume": 12,
  652. "pitch": 0.93
  653. },
  654. {
  655. "name": "block/bell/bell_use02",
  656. "volume": 12,
  657. "pitch": 0.93
  658. },
  659. {
  660. "name": "block/bell/bell_use01",
  661. "volume": 12,
  662. "pitch": 0.97
  663. },
  664. {
  665. "name": "block/bell/bell_use02",
  666. "volume": 12,
  667. "pitch": 0.97
  668. }
  669. ],
  670. "subtitle": "subtitles.block.bell.use"
  671. },
  672. "block.bell.resonate": {
  673. "sounds": [
  674. {
  675. "name": "block/bell/resonate",
  676. "volume": 1,
  677. "pitch": 1
  678. },
  679. {
  680. "name": "block/bell/resonate",
  681. "volume": 1,
  682. "pitch": 0.9
  683. },
  684. {
  685. "name": "block/bell/resonate",
  686. "volume": 1,
  687. "pitch": 0.85
  688. }
  689. ],
  690. "subtitle": "subtitles.block.bell.resonate"
  691. },
  692. "block.blastfurnace.fire_crackle": {
  693. "sounds": [
  694. {
  695. "name": "block/blastfurnace/blastfurnace1",
  696. "volume": 1
  697. },
  698. {
  699. "name": "block/blastfurnace/blastfurnace2",
  700. "volume": 1
  701. },
  702. {
  703. "name": "block/blastfurnace/blastfurnace3",
  704. "volume": 1
  705. },
  706. {
  707. "name": "block/blastfurnace/blastfurnace4",
  708. "volume": 1
  709. },
  710. {
  711. "name": "block/blastfurnace/blastfurnace5",
  712. "volume": 1
  713. }
  714. ],
  715. "subtitle": "subtitles.block.blastfurnace.fire_crackle"
  716. },
  717. "block.brewing_stand.brew": {
  718. "sounds": [
  719. "block/brewing_stand/brew1",
  720. "block/brewing_stand/brew2"
  721. ],
  722. "subtitle": "subtitles.block.brewing_stand.brew"
  723. },
  724. "block.bubble_column.bubble_pop": {
  725. "sounds": [
  726. {
  727. "name": "block/bubble_column/bubble1",
  728. "volume": 0.1
  729. },
  730. {
  731. "name": "block/bubble_column/bubble2",
  732. "volume": 0.1
  733. },
  734. {
  735. "name": "block/bubble_column/bubble3",
  736. "volume": 0.1
  737. }
  738. ],
  739. "subtitle": "subtitles.block.bubble_column.bubble_pop"
  740. },
  741. "block.bubble_column.upwards_ambient": {
  742. "sounds": [
  743. {
  744. "name": "block/bubble_column/upwards_ambient1",
  745. "volume": 0.6
  746. },
  747. {
  748. "name": "block/bubble_column/upwards_ambient2",
  749. "volume": 0.6
  750. },
  751. {
  752. "name": "block/bubble_column/upwards_ambient3",
  753. "volume": 0.6
  754. },
  755. {
  756. "name": "block/bubble_column/upwards_ambient4",
  757. "volume": 0.6
  758. },
  759. {
  760. "name": "block/bubble_column/upwards_ambient5",
  761. "volume": 0.6
  762. }
  763. ],
  764. "subtitle": "subtitles.block.bubble_column.upwards_ambient"
  765. },
  766. "block.bubble_column.upwards_inside": {
  767. "sounds": [
  768. {
  769. "name": "block/bubble_column/upwards_inside",
  770. "volume": 0.7
  771. }
  772. ],
  773. "subtitle": "subtitles.block.bubble_column.upwards_inside"
  774. },
  775. "block.bubble_column.whirlpool_ambient": {
  776. "sounds": [
  777. {
  778. "name": "block/bubble_column/whirlpool_ambient1",
  779. "volume": 0.6
  780. },
  781. {
  782. "name": "block/bubble_column/whirlpool_ambient2",
  783. "volume": 0.6
  784. },
  785. {
  786. "name": "block/bubble_column/whirlpool_ambient3",
  787. "volume": 0.6
  788. },
  789. {
  790. "name": "block/bubble_column/whirlpool_ambient4",
  791. "volume": 0.6
  792. },
  793. {
  794. "name": "block/bubble_column/whirlpool_ambient5",
  795. "volume": 0.6
  796. }
  797. ],
  798. "subtitle": "subtitles.block.bubble_column.whirlpool_ambient"
  799. },
  800. "block.bubble_column.whirlpool_inside": {
  801. "sounds": [
  802. {
  803. "name": "block/bubble_column/whirlpool_inside",
  804. "volume": 0.7
  805. }
  806. ],
  807. "subtitle": "subtitles.block.bubble_column.whirlpool_inside"
  808. },
  809. "block.campfire.crackle": {
  810. "sounds": [
  811. "block/campfire/crackle1",
  812. "block/campfire/crackle2",
  813. "block/campfire/crackle3",
  814. "block/campfire/crackle4",
  815. "block/campfire/crackle5",
  816. "block/campfire/crackle6"
  817. ],
  818. "subtitle": "subtitles.block.campfire.crackle"
  819. },
  820. "block.chest.close": {
  821. "sounds": [
  822. "block/chest/close",
  823. "block/chest/close2",
  824. "block/chest/close3"
  825. ],
  826. "subtitle": "subtitles.block.chest.close"
  827. },
  828. "block.chest.locked": {
  829. "sounds": [
  830. "block/wooden_door/close",
  831. "block/wooden_door/open"
  832. ],
  833. "subtitle": "subtitles.block.chest.locked"
  834. },
  835. "block.chest.open": {
  836. "sounds": [
  837. "block/chest/open"
  838. ],
  839. "subtitle": "subtitles.block.chest.open"
  840. },
  841. "block.chorus_flower.death": {
  842. "sounds": [
  843. "block/chorus_flower/death1",
  844. "block/chorus_flower/death2",
  845. "block/chorus_flower/death3"
  846. ],
  847. "subtitle": "subtitles.block.chorus_flower.death"
  848. },
  849. "block.chorus_flower.grow": {
  850. "sounds": [
  851. "block/chorus_flower/grow1",
  852. "block/chorus_flower/grow2",
  853. "block/chorus_flower/grow3",
  854. "block/chorus_flower/grow4"
  855. ],
  856. "subtitle": "subtitles.block.chorus_flower.grow"
  857. },
  858. "block.comparator.click": {
  859. "sounds": [
  860. "random/click"
  861. ],
  862. "subtitle": "subtitles.block.comparator.click"
  863. },
  864. "block.composter.fill": {
  865. "sounds": [
  866. {
  867. "name": "block/composter/fill1",
  868. "volume": 0.3,
  869. "pitch": 0.8
  870. },
  871. {
  872. "name": "block/composter/fill2",
  873. "volume": 0.3,
  874. "pitch": 0.8
  875. },
  876. {
  877. "name": "block/composter/fill3",
  878. "volume": 0.3,
  879. "pitch": 0.8
  880. },
  881. {
  882. "name": "block/composter/fill4",
  883. "volume": 0.3,
  884. "pitch": 0.8
  885. }
  886. ]
  887. },
  888. "block.composter.fill_success": {
  889. "sounds": [
  890. {
  891. "name": "block/composter/fill_success1",
  892. "volume": 1
  893. },
  894. {
  895. "name": "block/composter/fill_success2",
  896. "volume": 1
  897. },
  898. {
  899. "name": "block/composter/fill_success3",
  900. "volume": 1
  901. },
  902. {
  903. "name": "block/composter/fill_success4",
  904. "volume": 1
  905. }
  906. ]
  907. },
  908. "block.composter.empty": {
  909. "sounds": [
  910. {
  911. "name": "block/composter/empty1",
  912. "volume": 1
  913. },
  914. {
  915. "name": "block/composter/empty2",
  916. "volume": 1
  917. },
  918. {
  919. "name": "block/composter/empty3",
  920. "volume": 1
  921. }
  922. ]
  923. },
  924. "block.composter.ready": {
  925. "sounds": [
  926. {
  927. "name": "block/composter/ready1",
  928. "volume": 1
  929. },
  930. {
  931. "name": "block/composter/ready2",
  932. "volume": 1
  933. },
  934. {
  935. "name": "block/composter/ready3",
  936. "volume": 1
  937. },
  938. {
  939. "name": "block/composter/ready4",
  940. "volume": 1
  941. }
  942. ]
  943. },
  944. "block.conduit.activate": {
  945. "sounds": [
  946. {
  947. "name": "block/conduit/activate",
  948. "volume": 0.9
  949. }
  950. ]
  951. },
  952. "block.conduit.ambient": {
  953. "sounds": [
  954. {
  955. "attenuation_distance": 8,
  956. "name": "block/conduit/ambient"
  957. }
  958. ]
  959. },
  960. "block.conduit.ambient.short": {
  961. "sounds": [
  962. {
  963. "attenuation_distance": 8,
  964. "name": "block/conduit/short1"
  965. },
  966. {
  967. "attenuation_distance": 8,
  968. "name": "block/conduit/short2"
  969. },
  970. {
  971. "attenuation_distance": 8,
  972. "name": "block/conduit/short3"
  973. },
  974. {
  975. "attenuation_distance": 8,
  976. "name": "block/conduit/short4"
  977. },
  978. {
  979. "attenuation_distance": 8,
  980. "name": "block/conduit/short5"
  981. },
  982. {
  983. "attenuation_distance": 8,
  984. "name": "block/conduit/short6"
  985. },
  986. {
  987. "attenuation_distance": 8,
  988. "name": "block/conduit/short7"
  989. },
  990. {
  991. "attenuation_distance": 8,
  992. "name": "block/conduit/short8"
  993. },
  994. {
  995. "attenuation_distance": 8,
  996. "name": "block/conduit/short9"
  997. }
  998. ]
  999. },
  1000. "block.conduit.attack.target": {
  1001. "sounds": [
  1002. "block/conduit/attack1",
  1003. "block/conduit/attack2",
  1004. "block/conduit/attack3"
  1005. ]
  1006. },
  1007. "block.conduit.deactivate": {
  1008. "sounds": [
  1009. {
  1010. "name": "block/conduit/deactivate",
  1011. "volume": 0.7
  1012. }
  1013. ]
  1014. },
  1015. "block.dispenser.dispense": {
  1016. "sounds": [
  1017. "random/click"
  1018. ],
  1019. "subtitle": "subtitles.block.dispenser.dispense"
  1020. },
  1021. "block.dispenser.fail": {
  1022. "sounds": [
  1023. "random/click"
  1024. ],
  1025. "subtitle": "subtitles.block.dispenser.fail"
  1026. },
  1027. "block.dispenser.launch": {
  1028. "sounds": [
  1029. "random/bow"
  1030. ],
  1031. "subtitle": "subtitles.block.dispenser.dispense"
  1032. },
  1033. "block.enchantment_table.use": {
  1034. "sounds": [
  1035. "block/enchantment_table/enchant1",
  1036. "block/enchantment_table/enchant2",
  1037. "block/enchantment_table/enchant3"
  1038. ]
  1039. },
  1040. "block.end_gateway.spawn": {
  1041. "sounds": [
  1042. "random/explode1",
  1043. "random/explode2",
  1044. "random/explode3",
  1045. "random/explode4"
  1046. ],
  1047. "subtitle": "subtitles.entity.generic.explode"
  1048. },
  1049. "block.end_portal.spawn": {
  1050. "sounds": [
  1051. "block/end_portal/endportal"
  1052. ]
  1053. },
  1054. "block.end_portal_frame.fill": {
  1055. "sounds": [
  1056. "block/end_portal/eyeplace1",
  1057. "block/end_portal/eyeplace2",
  1058. "block/end_portal/eyeplace3"
  1059. ]
  1060. },
  1061. "block.ender_chest.close": {
  1062. "sounds": [
  1063. "block/enderchest/close"
  1064. ],
  1065. "subtitle": "subtitles.block.chest.close"
  1066. },
  1067. "block.ender_chest.open": {
  1068. "sounds": [
  1069. "block/enderchest/open"
  1070. ],
  1071. "subtitle": "subtitles.block.chest.open"
  1072. },
  1073. "block.fence_gate.close": {
  1074. "sounds": [
  1075. "block/fence_gate/close1",
  1076. "block/fence_gate/close2"
  1077. ],
  1078. "subtitle": "subtitles.block.fence_gate.toggle"
  1079. },
  1080. "block.fence_gate.open": {
  1081. "sounds": [
  1082. "block/fence_gate/open1",
  1083. "block/fence_gate/open2"
  1084. ],
  1085. "subtitle": "subtitles.block.fence_gate.toggle"
  1086. },
  1087. "block.fire.ambient": {
  1088. "sounds": [
  1089. "fire/fire"
  1090. ],
  1091. "subtitle": "subtitles.block.fire.ambient"
  1092. },
  1093. "block.fire.extinguish": {
  1094. "sounds": [
  1095. "random/fizz"
  1096. ],
  1097. "subtitle": "subtitles.block.fire.extinguish"
  1098. },
  1099. "block.furnace.fire_crackle": {
  1100. "sounds": [
  1101. "block/furnace/fire_crackle1",
  1102. "block/furnace/fire_crackle2",
  1103. "block/furnace/fire_crackle3",
  1104. "block/furnace/fire_crackle4",
  1105. "block/furnace/fire_crackle5"
  1106. ],
  1107. "subtitle": "subtitles.block.furnace.fire_crackle"
  1108. },
  1109. "block.glass.break": {
  1110. "sounds": [
  1111. "random/glass1",
  1112. "random/glass2",
  1113. "random/glass3"
  1114. ],
  1115. "subtitle": "subtitles.block.generic.break"
  1116. },
  1117. "block.glass.fall": {
  1118. "sounds": [
  1119. "step/stone1",
  1120. "step/stone2",
  1121. "step/stone3",
  1122. "step/stone4",
  1123. "step/stone5",
  1124. "step/stone6"
  1125. ]
  1126. },
  1127. "block.glass.hit": {
  1128. "sounds": [
  1129. "step/stone1",
  1130. "step/stone2",
  1131. "step/stone3",
  1132. "step/stone4",
  1133. "step/stone5",
  1134. "step/stone6"
  1135. ],
  1136. "subtitle": "subtitles.block.generic.hit"
  1137. },
  1138. "block.glass.place": {
  1139. "sounds": [
  1140. "dig/stone1",
  1141. "dig/stone2",
  1142. "dig/stone3",
  1143. "dig/stone4"
  1144. ],
  1145. "subtitle": "subtitles.block.generic.place"
  1146. },
  1147. "block.glass.step": {
  1148. "sounds": [
  1149. "step/stone1",
  1150. "step/stone2",
  1151. "step/stone3",
  1152. "step/stone4",
  1153. "step/stone5",
  1154. "step/stone6"
  1155. ],
  1156. "subtitle": "subtitles.block.generic.footsteps"
  1157. },
  1158. "block.grass.break": {
  1159. "sounds": [
  1160. "dig/grass1",
  1161. "dig/grass2",
  1162. "dig/grass3",
  1163. "dig/grass4"
  1164. ],
  1165. "subtitle": "subtitles.block.generic.break"
  1166. },
  1167. "block.grass.fall": {
  1168. "sounds": [
  1169. "step/grass1",
  1170. "step/grass2",
  1171. "step/grass3",
  1172. "step/grass4",
  1173. "step/grass5",
  1174. "step/grass6"
  1175. ]
  1176. },
  1177. "block.grass.hit": {
  1178. "sounds": [
  1179. "step/grass1",
  1180. "step/grass2",
  1181. "step/grass3",
  1182. "step/grass4",
  1183. "step/grass5",
  1184. "step/grass6"
  1185. ],
  1186. "subtitle": "subtitles.block.generic.hit"
  1187. },
  1188. "block.grass.place": {
  1189. "sounds": [
  1190. "dig/grass1",
  1191. "dig/grass2",
  1192. "dig/grass3",
  1193. "dig/grass4"
  1194. ],
  1195. "subtitle": "subtitles.block.generic.place"
  1196. },
  1197. "block.grass.step": {
  1198. "sounds": [
  1199. "step/grass1",
  1200. "step/grass2",
  1201. "step/grass3",
  1202. "step/grass4",
  1203. "step/grass5",
  1204. "step/grass6"
  1205. ],
  1206. "subtitle": "subtitles.block.generic.footsteps"
  1207. },
  1208. "block.grindstone.use": {
  1209. "sounds": [
  1210. {
  1211. "name": "block/grindstone/grindstone1",
  1212. "volume": 0.5
  1213. },
  1214. {
  1215. "name": "block/grindstone/grindstone2",
  1216. "volume": 0.5
  1217. },
  1218. {
  1219. "name": "block/grindstone/grindstone3",
  1220. "volume": 0.5
  1221. }
  1222. ],
  1223. "subtitle": "subtitles.block.grindstone.use"
  1224. },
  1225. "block.wet_grass.break": {
  1226. "sounds": [
  1227. {
  1228. "name": "dig/wet_grass1",
  1229. "volume": 0.8
  1230. },
  1231. {
  1232. "name": "dig/wet_grass2",
  1233. "volume": 0.8
  1234. },
  1235. {
  1236. "name": "dig/wet_grass3",
  1237. "volume": 0.8
  1238. },
  1239. {
  1240. "name": "dig/wet_grass4",
  1241. "volume": 0.8
  1242. }
  1243. ],
  1244. "subtitle": "subtitles.block.generic.break"
  1245. },
  1246. "block.wet_grass.fall": {
  1247. "sounds": [
  1248. "step/wet_grass1",
  1249. "step/wet_grass2",
  1250. "step/wet_grass3",
  1251. "step/wet_grass4",
  1252. "step/wet_grass5",
  1253. "step/wet_grass6"
  1254. ]
  1255. },
  1256. "block.wet_grass.hit": {
  1257. "sounds": [
  1258. "step/wet_grass1",
  1259. "step/wet_grass2",
  1260. "step/wet_grass3",
  1261. "step/wet_grass4",
  1262. "step/wet_grass5",
  1263. "step/wet_grass6"
  1264. ],
  1265. "subtitle": "subtitles.block.generic.hit"
  1266. },
  1267. "block.wet_grass.place": {
  1268. "sounds": [
  1269. {
  1270. "name": "dig/wet_grass1",
  1271. "volume": 0.8
  1272. },
  1273. {
  1274. "name": "dig/wet_grass2",
  1275. "volume": 0.8
  1276. },
  1277. {
  1278. "name": "dig/wet_grass3",
  1279. "volume": 0.8
  1280. },
  1281. {
  1282. "name": "dig/wet_grass4",
  1283. "volume": 0.8
  1284. }
  1285. ],
  1286. "subtitle": "subtitles.block.generic.place"
  1287. },
  1288. "block.wet_grass.step": {
  1289. "sounds": [
  1290. "step/wet_grass1",
  1291. "step/wet_grass2",
  1292. "step/wet_grass3",
  1293. "step/wet_grass4",
  1294. "step/wet_grass5",
  1295. "step/wet_grass6"
  1296. ],
  1297. "subtitle": "subtitles.block.generic.footsteps"
  1298. },
  1299. "block.coral_block.break": {
  1300. "sounds": [
  1301. "dig/coral1",
  1302. "dig/coral2",
  1303. "dig/coral3",
  1304. "dig/coral4"
  1305. ],
  1306. "subtitle": "subtitles.block.generic.break"
  1307. },
  1308. "block.coral_block.fall": {
  1309. "sounds": [
  1310. "step/coral1",
  1311. "step/coral2",
  1312. "step/coral3",
  1313. "step/coral4",
  1314. "step/coral5",
  1315. "step/coral6"
  1316. ]
  1317. },
  1318. "block.coral_block.hit": {
  1319. "sounds": [
  1320. "step/coral1",
  1321. "step/coral2",
  1322. "step/coral3",
  1323. "step/coral4",
  1324. "step/coral5",
  1325. "step/coral6"
  1326. ],
  1327. "subtitle": "subtitles.block.generic.hit"
  1328. },
  1329. "block.coral_block.place": {
  1330. "sounds": [
  1331. "dig/coral1",
  1332. "dig/coral2",
  1333. "dig/coral3",
  1334. "dig/coral4"
  1335. ],
  1336. "subtitle": "subtitles.block.generic.place"
  1337. },
  1338. "block.coral_block.step": {
  1339. "sounds": [
  1340. "step/coral1",
  1341. "step/coral2",
  1342. "step/coral3",
  1343. "step/coral4",
  1344. "step/coral5",
  1345. "step/coral6"
  1346. ],
  1347. "subtitle": "subtitles.block.generic.footsteps"
  1348. },
  1349. "block.gravel.break": {
  1350. "sounds": [
  1351. "dig/gravel1",
  1352. "dig/gravel2",
  1353. "dig/gravel3",
  1354. "dig/gravel4"
  1355. ],
  1356. "subtitle": "subtitles.block.generic.break"
  1357. },
  1358. "block.gravel.fall": {
  1359. "sounds": [
  1360. "step/gravel1",
  1361. "step/gravel2",
  1362. "step/gravel3",
  1363. "step/gravel4"
  1364. ]
  1365. },
  1366. "block.gravel.hit": {
  1367. "sounds": [
  1368. "step/gravel1",
  1369. "step/gravel2",
  1370. "step/gravel3",
  1371. "step/gravel4"
  1372. ],
  1373. "subtitle": "subtitles.block.generic.hit"
  1374. },
  1375. "block.gravel.place": {
  1376. "sounds": [
  1377. "dig/gravel1",
  1378. "dig/gravel2",
  1379. "dig/gravel3",
  1380. "dig/gravel4"
  1381. ],
  1382. "subtitle": "subtitles.block.generic.place"
  1383. },
  1384. "block.gravel.step": {
  1385. "sounds": [
  1386. "step/gravel1",
  1387. "step/gravel2",
  1388. "step/gravel3",
  1389. "step/gravel4"
  1390. ],
  1391. "subtitle": "subtitles.block.generic.footsteps"
  1392. },
  1393. "block.honey_block.break": {
  1394. "sounds": [
  1395. "block/honeyblock/break1",
  1396. "block/honeyblock/break2",
  1397. "block/honeyblock/break3",
  1398. "block/honeyblock/break4",
  1399. "block/honeyblock/break5"
  1400. ],
  1401. "subtitle": "subtitles.block.generic.break"
  1402. },
  1403. "block.honey_block.fall": {
  1404. "sounds": [
  1405. "block/honeyblock/step1",
  1406. "block/honeyblock/step2",
  1407. "block/honeyblock/step3",
  1408. "block/honeyblock/step4",
  1409. "block/honeyblock/step5"
  1410. ]
  1411. },
  1412. "block.honey_block.hit": {
  1413. "sounds": [
  1414. "block/honeyblock/step1",
  1415. "block/honeyblock/step2",
  1416. "block/honeyblock/step3",
  1417. "block/honeyblock/step4",
  1418. "block/honeyblock/step5"
  1419. ],
  1420. "subtitle": "subtitles.block.generic.hit"
  1421. },
  1422. "block.honey_block.place": {
  1423. "sounds": [
  1424. "block/honeyblock/break1",
  1425. "block/honeyblock/break2",
  1426. "block/honeyblock/break3",
  1427. "block/honeyblock/break4",
  1428. "block/honeyblock/break5"
  1429. ],
  1430. "subtitle": "subtitles.block.generic.place"
  1431. },
  1432. "block.honey_block.slide": {
  1433. "sounds": [
  1434. {
  1435. "name": "block/honeyblock/slide1",
  1436. "volume": 0.8
  1437. },
  1438. {
  1439. "name": "block/honeyblock/slide2",
  1440. "volume": 0.8
  1441. },
  1442. {
  1443. "name": "block/honeyblock/slide3",
  1444. "volume": 0.8
  1445. },
  1446. {
  1447. "name": "block/honeyblock/slide4",
  1448. "volume": 0.8
  1449. },
  1450. {
  1451. "name": "block/honeyblock/slide1",
  1452. "pitch": 0.9,
  1453. "volume": 0.8
  1454. },
  1455. {
  1456. "name": "block/honeyblock/slide2",
  1457. "pitch": 0.8,
  1458. "volume": 0.8
  1459. },
  1460. {
  1461. "name": "block/honeyblock/slide3",
  1462. "pitch": 0.8,
  1463. "volume": 0.8
  1464. },
  1465. {
  1466. "name": "block/honeyblock/slide4",
  1467. "pitch": 0.8,
  1468. "volume": 0.8
  1469. }
  1470. ],
  1471. "subtitle": "subtitles.block.honey_block.slide"
  1472. },
  1473. "block.honey_block.step": {
  1474. "sounds": [
  1475. "block/honeyblock/step1",
  1476. "block/honeyblock/step2",
  1477. "block/honeyblock/step3",
  1478. "block/honeyblock/step4",
  1479. "block/honeyblock/step5"
  1480. ],
  1481. "subtitle": "subtitles.block.generic.footsteps"
  1482. },
  1483. "block.iron_door.close": {
  1484. "sounds": [
  1485. "block/iron_door/close1",
  1486. "block/iron_door/close2",
  1487. "block/iron_door/close3",
  1488. "block/iron_door/close4"
  1489. ],
  1490. "subtitle": "subtitles.block.door.toggle"
  1491. },
  1492. "block.iron_door.open": {
  1493. "sounds": [
  1494. "block/iron_door/open1",
  1495. "block/iron_door/open2",
  1496. "block/iron_door/open3",
  1497. "block/iron_door/open4"
  1498. ],
  1499. "subtitle": "subtitles.block.door.toggle"
  1500. },
  1501. "block.iron_trapdoor.close": {
  1502. "sounds": [
  1503. "block/iron_trapdoor/close1",
  1504. "block/iron_trapdoor/close2",
  1505. "block/iron_trapdoor/close3",
  1506. "block/iron_trapdoor/close4"
  1507. ],
  1508. "subtitle": "subtitles.block.iron_trapdoor.close"
  1509. },
  1510. "block.iron_trapdoor.open": {
  1511. "sounds": [
  1512. "block/iron_trapdoor/open1",
  1513. "block/iron_trapdoor/open2",
  1514. "block/iron_trapdoor/open3",
  1515. "block/iron_trapdoor/open4"
  1516. ],
  1517. "subtitle": "subtitles.block.iron_trapdoor.open"
  1518. },
  1519. "block.ladder.break": {
  1520. "sounds": [
  1521. "dig/wood1",
  1522. "dig/wood2",
  1523. "dig/wood3",
  1524. "dig/wood4"
  1525. ],
  1526. "subtitle": "subtitles.block.generic.break"
  1527. },
  1528. "block.ladder.fall": {
  1529. "sounds": [
  1530. "step/ladder1",
  1531. "step/ladder2",
  1532. "step/ladder3",
  1533. "step/ladder4",
  1534. "step/ladder5"
  1535. ]
  1536. },
  1537. "block.ladder.hit": {
  1538. "sounds": [
  1539. "step/ladder1",
  1540. "step/ladder2",
  1541. "step/ladder3",
  1542. "step/ladder4",
  1543. "step/ladder5"
  1544. ],
  1545. "subtitle": "subtitles.block.generic.hit"
  1546. },
  1547. "block.ladder.place": {
  1548. "sounds": [
  1549. "dig/wood1",
  1550. "dig/wood2",
  1551. "dig/wood3",
  1552. "dig/wood4"
  1553. ],
  1554. "subtitle": "subtitles.block.generic.place"
  1555. },
  1556. "block.ladder.step": {
  1557. "sounds": [
  1558. "step/ladder1",
  1559. "step/ladder2",
  1560. "step/ladder3",
  1561. "step/ladder4",
  1562. "step/ladder5"
  1563. ],
  1564. "subtitle": "subtitles.block.generic.footsteps"
  1565. },
  1566. "block.lantern.break": {
  1567. "sounds": [
  1568. "block/lantern/break1",
  1569. "block/lantern/break2",
  1570. "block/lantern/break3",
  1571. "block/lantern/break4",
  1572. "block/lantern/break5",
  1573. "block/lantern/break6"
  1574. ],
  1575. "subtitle": "subtitles.block.generic.break"
  1576. },
  1577. "block.lantern.fall": {
  1578. "sounds": [
  1579. "block/lantern/break1",
  1580. "block/lantern/break2",
  1581. "block/lantern/break3",
  1582. "block/lantern/break4",
  1583. "block/lantern/break5",
  1584. "block/lantern/break6"
  1585. ]
  1586. },
  1587. "block.lantern.hit": {
  1588. "sounds": [
  1589. "block/lantern/place1",
  1590. "block/lantern/place2",
  1591. "block/lantern/place3",
  1592. "block/lantern/place4",
  1593. "block/lantern/place5",
  1594. "block/lantern/place6"
  1595. ],
  1596. "subtitle": "subtitles.block.generic.hit"
  1597. },
  1598. "block.lantern.place": {
  1599. "sounds": [
  1600. {
  1601. "name": "block/lantern/place1",
  1602. "volume": 1,
  1603. "pitch": 1.1
  1604. },
  1605. {
  1606. "name": "block/lantern/place2",
  1607. "volume": 1,
  1608. "pitch": 1.1
  1609. },
  1610. {
  1611. "name": "block/lantern/place3",
  1612. "volume": 1,
  1613. "pitch": 1.1
  1614. },
  1615. {
  1616. "name": "block/lantern/place4",
  1617. "volume": 1,
  1618. "pitch": 1.1
  1619. },
  1620. {
  1621. "name": "block/lantern/place5",
  1622. "volume": 1,
  1623. "pitch": 1.1
  1624. },
  1625. {
  1626. "name": "block/lantern/place6",
  1627. "volume": 1,
  1628. "pitch": 1.1
  1629. }
  1630. ],
  1631. "subtitle": "subtitles.block.generic.place"
  1632. },
  1633. "block.lantern.step": {
  1634. "sounds": [
  1635. "block/lantern/break1",
  1636. "block/lantern/break2",
  1637. "block/lantern/break3",
  1638. "block/lantern/break4",
  1639. "block/lantern/break5",
  1640. "block/lantern/break6"
  1641. ],
  1642. "subtitle": "subtitles.block.generic.footsteps"
  1643. },
  1644. "block.lava.ambient": {
  1645. "sounds": [
  1646. "liquid/lava"
  1647. ],
  1648. "subtitle": "subtitles.block.lava.ambient"
  1649. },
  1650. "block.lava.extinguish": {
  1651. "sounds": [
  1652. "random/fizz"
  1653. ],
  1654. "subtitle": "subtitles.block.lava.extinguish"
  1655. },
  1656. "block.lava.pop": {
  1657. "sounds": [
  1658. "liquid/lavapop"
  1659. ],
  1660. "subtitle": "subtitles.block.lava.ambient"
  1661. },
  1662. "block.lever.click": {
  1663. "sounds": [
  1664. "random/click"
  1665. ],
  1666. "subtitle": "subtitles.block.lever.click"
  1667. },
  1668. "block.lily_pad.place": {
  1669. "sounds": [
  1670. "block/waterlily/place1",
  1671. "block/waterlily/place2",
  1672. "block/waterlily/place3",
  1673. "block/waterlily/place4"
  1674. ],
  1675. "subtitle": "subtitles.block.generic.place"
  1676. },
  1677. "block.metal.break": {
  1678. "sounds": [
  1679. "dig/stone1",
  1680. "dig/stone2",
  1681. "dig/stone3",
  1682. "dig/stone4"
  1683. ],
  1684. "subtitle": "subtitles.block.generic.break"
  1685. },
  1686. "block.metal.fall": {
  1687. "sounds": [
  1688. "step/stone1",
  1689. "step/stone2",
  1690. "step/stone3",
  1691. "step/stone4",
  1692. "step/stone5",
  1693. "step/stone6"
  1694. ]
  1695. },
  1696. "block.metal.hit": {
  1697. "sounds": [
  1698. "step/stone1",
  1699. "step/stone2",
  1700. "step/stone3",
  1701. "step/stone4",
  1702. "step/stone5",
  1703. "step/stone6"
  1704. ],
  1705. "subtitle": "subtitles.block.generic.hit"
  1706. },
  1707. "block.metal.place": {
  1708. "sounds": [
  1709. "dig/stone1",
  1710. "dig/stone2",
  1711. "dig/stone3",
  1712. "dig/stone4"
  1713. ],
  1714. "subtitle": "subtitles.block.generic.place"
  1715. },
  1716. "block.metal.step": {
  1717. "sounds": [
  1718. "step/stone1",
  1719. "step/stone2",
  1720. "step/stone3",
  1721. "step/stone4",
  1722. "step/stone5",
  1723. "step/stone6"
  1724. ],
  1725. "subtitle": "subtitles.block.generic.footsteps"
  1726. },
  1727. "block.metal_pressure_plate.click_off": {
  1728. "sounds": [
  1729. "random/click"
  1730. ],
  1731. "subtitle": "subtitles.block.pressure_plate.click"
  1732. },
  1733. "block.metal_pressure_plate.click_on": {
  1734. "sounds": [
  1735. "random/click"
  1736. ],
  1737. "subtitle": "subtitles.block.pressure_plate.click"
  1738. },
  1739. "block.note_block.basedrum": {
  1740. "sounds": [
  1741. "note/bd"
  1742. ],
  1743. "subtitle": "subtitles.block.note_block.note"
  1744. },
  1745. "block.note_block.bass": {
  1746. "sounds": [
  1747. "note/bassattack"
  1748. ],
  1749. "subtitle": "subtitles.block.note_block.note"
  1750. },
  1751. "block.note_block.bell": {
  1752. "sounds": [
  1753. "note/bell"
  1754. ],
  1755. "subtitle": "subtitles.block.note_block.note"
  1756. },
  1757. "block.note_block.chime": {
  1758. "sounds": [
  1759. "note/icechime"
  1760. ],
  1761. "subtitle": "subtitles.block.note_block.note"
  1762. },
  1763. "block.note_block.flute": {
  1764. "sounds": [
  1765. "note/flute"
  1766. ],
  1767. "subtitle": "subtitles.block.note_block.note"
  1768. },
  1769. "block.note_block.guitar": {
  1770. "sounds": [
  1771. "note/guitar"
  1772. ],
  1773. "subtitle": "subtitles.block.note_block.note"
  1774. },
  1775. "block.note_block.harp": {
  1776. "sounds": [
  1777. "note/harp2"
  1778. ],
  1779. "subtitle": "subtitles.block.note_block.note"
  1780. },
  1781. "block.note_block.hat": {
  1782. "sounds": [
  1783. "note/hat"
  1784. ],
  1785. "subtitle": "subtitles.block.note_block.note"
  1786. },
  1787. "block.note_block.snare": {
  1788. "sounds": [
  1789. "note/snare"
  1790. ],
  1791. "subtitle": "subtitles.block.note_block.note"
  1792. },
  1793. "block.note_block.xylophone": {
  1794. "sounds": [
  1795. "note/xylobone"
  1796. ],
  1797. "subtitle": "subtitles.block.note_block.note"
  1798. },
  1799. "block.note_block.cow_bell": {
  1800. "sounds": [
  1801. "note/cow_bell"
  1802. ],
  1803. "subtitle": "subtitles.block.note_block.note"
  1804. },
  1805. "block.note_block.iron_xylophone": {
  1806. "sounds": [
  1807. {
  1808. "name": "note/iron_xylophone",
  1809. "volume": 1
  1810. }
  1811. ],
  1812. "subtitle": "subtitles.block.note_block.note"
  1813. },
  1814. "block.note_block.didgeridoo": {
  1815. "sounds": [
  1816. "note/didgeridoo"
  1817. ],
  1818. "subtitle": "subtitles.block.note_block.note"
  1819. },
  1820. "block.note_block.bit": {
  1821. "sounds": [
  1822. "note/bit"
  1823. ],
  1824. "subtitle": "subtitles.block.note_block.note"
  1825. },
  1826. "block.note_block.banjo": {
  1827. "sounds": [
  1828. "note/banjo"
  1829. ],
  1830. "subtitle": "subtitles.block.note_block.note"
  1831. },
  1832. "block.note_block.pling": {
  1833. "sounds": [
  1834. "note/pling"
  1835. ],
  1836. "subtitle": "subtitles.block.note_block.note"
  1837. },
  1838. "block.piston.contract": {
  1839. "sounds": [
  1840. "tile/piston/in"
  1841. ],
  1842. "subtitle": "subtitles.block.piston.move"
  1843. },
  1844. "block.piston.extend": {
  1845. "sounds": [
  1846. "tile/piston/out"
  1847. ],
  1848. "subtitle": "subtitles.block.piston.move"
  1849. },
  1850. "block.portal.ambient": {
  1851. "sounds": [
  1852. {
  1853. "attenuation_distance": 10,
  1854. "name": "portal/portal"
  1855. }
  1856. ],
  1857. "subtitle": "subtitles.block.portal.ambient"
  1858. },
  1859. "block.portal.travel": {
  1860. "sounds": [
  1861. "portal/travel"
  1862. ]
  1863. },
  1864. "block.portal.trigger": {
  1865. "sounds": [
  1866. "portal/trigger"
  1867. ]
  1868. },
  1869. "block.pumpkin.carve": {
  1870. "sounds": [
  1871. "block/pumpkin/carve1",
  1872. "block/pumpkin/carve2"
  1873. ]
  1874. },
  1875. "block.redstone_torch.burnout": {
  1876. "sounds": [
  1877. "random/fizz"
  1878. ],
  1879. "subtitle": "subtitles.block.redstone_torch.burnout"
  1880. },
  1881. "block.sand.break": {
  1882. "sounds": [
  1883. "dig/sand1",
  1884. "dig/sand2",
  1885. "dig/sand3",
  1886. "dig/sand4"
  1887. ],
  1888. "subtitle": "subtitles.block.generic.break"
  1889. },
  1890. "block.sand.fall": {
  1891. "sounds": [
  1892. "step/sand1",
  1893. "step/sand2",
  1894. "step/sand3",
  1895. "step/sand4",
  1896. "step/sand5"
  1897. ]
  1898. },
  1899. "block.sand.hit": {
  1900. "sounds": [
  1901. "step/sand1",
  1902. "step/sand2",
  1903. "step/sand3",
  1904. "step/sand4",
  1905. "step/sand5"
  1906. ],
  1907. "subtitle": "subtitles.block.generic.hit"
  1908. },
  1909. "block.sand.place": {
  1910. "sounds": [
  1911. "dig/sand1",
  1912. "dig/sand2",
  1913. "dig/sand3",
  1914. "dig/sand4"
  1915. ],
  1916. "subtitle": "subtitles.block.generic.place"
  1917. },
  1918. "block.sand.step": {
  1919. "sounds": [
  1920. "step/sand1",
  1921. "step/sand2",
  1922. "step/sand3",
  1923. "step/sand4",
  1924. "step/sand5"
  1925. ],
  1926. "subtitle": "subtitles.block.generic.footsteps"
  1927. },
  1928.  
  1929. "block.scaffolding.break": {
  1930. "sounds": [
  1931.  
  1932. {
  1933. "name": "block/scaffold/place1",
  1934. "volume": 0.8,
  1935. "pitch": 1.4
  1936. },
  1937. {
  1938. "name": "block/scaffold/place2",
  1939. "volume": 0.8,
  1940. "pitch": 1.4
  1941. },
  1942. {
  1943. "name": "block/scaffold/place3",
  1944. "volume": 0.8,
  1945. "pitch": 1.4
  1946. },
  1947. {
  1948. "name": "block/scaffold/place4",
  1949. "volume": 0.8,
  1950. "pitch": 1.4
  1951. }
  1952.  
  1953. ],
  1954. "subtitle": "subtitles.block.generic.break"
  1955. },
  1956. "block.scaffolding.fall": {
  1957. "sounds": [
  1958. "step/scaffold1",
  1959. "step/scaffold2",
  1960. "step/scaffold3",
  1961. "step/scaffold4",
  1962. "step/scaffold5",
  1963. "step/scaffold6",
  1964. "step/scaffold7"
  1965. ]
  1966. },
  1967. "block.scaffolding.hit": {
  1968. "sounds": [
  1969. "step/scaffold1",
  1970. "step/scaffold2",
  1971. "step/scaffold3",
  1972. "step/scaffold4",
  1973. "step/scaffold5",
  1974. "step/scaffold6",
  1975. "step/scaffold7"
  1976. ],
  1977. "subtitle": "subtitles.block.generic.hit"
  1978. },
  1979. "block.scaffolding.place": {
  1980. "sounds": [
  1981. {
  1982. "name": "block/scaffold/place1",
  1983. "volume": 0.9
  1984. },
  1985. {
  1986. "name": "block/scaffold/place2",
  1987. "volume": 0.9
  1988. },
  1989. {
  1990. "name": "block/scaffold/place3",
  1991. "volume": 0.9
  1992. },
  1993. {
  1994. "name": "block/scaffold/place4",
  1995. "volume": 0.9
  1996. }
  1997. ],
  1998. "subtitle": "subtitles.block.generic.place"
  1999. },
  2000. "block.scaffolding.step": {
  2001. "sounds": [
  2002. "step/scaffold1",
  2003. "step/scaffold2",
  2004. "step/scaffold3",
  2005. "step/scaffold4",
  2006. "step/scaffold5",
  2007. "step/scaffold6",
  2008. "step/scaffold7"
  2009. ],
  2010. "subtitle": "subtitles.block.generic.footsteps"
  2011. },
  2012.  
  2013. "block.shulker_box.close": {
  2014. "sounds": [
  2015. "block/shulker_box/close"
  2016. ],
  2017. "subtitle": "subtitles.block.shulker_box.close"
  2018. },
  2019. "block.shulker_box.open": {
  2020. "sounds": [
  2021. "block/shulker_box/open"
  2022. ],
  2023. "subtitle": "subtitles.block.shulker_box.open"
  2024. },
  2025. "block.slime_block.break": {
  2026. "sounds": [
  2027. "mob/slime/big1",
  2028. "mob/slime/big2",
  2029. "mob/slime/big3",
  2030. "mob/slime/big4"
  2031. ],
  2032. "subtitle": "subtitles.block.generic.break"
  2033. },
  2034. "block.slime_block.fall": {
  2035. "sounds": [
  2036. "mob/slime/small1",
  2037. "mob/slime/small2",
  2038. "mob/slime/small3",
  2039. "mob/slime/small4",
  2040. "mob/slime/small5"
  2041. ]
  2042. },
  2043. "block.slime_block.hit": {
  2044. "sounds": [
  2045. "mob/slime/small1",
  2046. "mob/slime/small2",
  2047. "mob/slime/small3",
  2048. "mob/slime/small4",
  2049. "mob/slime/small5"
  2050. ],
  2051. "subtitle": "subtitles.block.generic.hit"
  2052. },
  2053. "block.slime_block.place": {
  2054. "sounds": [
  2055. "mob/slime/big1",
  2056. "mob/slime/big2",
  2057. "mob/slime/big3",
  2058. "mob/slime/big4"
  2059. ],
  2060. "subtitle": "subtitles.block.generic.place"
  2061. },
  2062. "block.slime_block.step": {
  2063. "sounds": [
  2064. "mob/slime/small1",
  2065. "mob/slime/small2",
  2066. "mob/slime/small3",
  2067. "mob/slime/small4",
  2068. "mob/slime/small5"
  2069. ],
  2070. "subtitle": "subtitles.block.generic.footsteps"
  2071. },
  2072. "block.smoker.smoke": {
  2073. "sounds": [
  2074. "block/smoker/smoker1",
  2075. "block/smoker/smoker2",
  2076. "block/smoker/smoker3",
  2077. "block/smoker/smoker4",
  2078. "block/smoker/smoker5"
  2079. ],
  2080. "subtitle": "subtitles.block.smoker.smoke"
  2081. },
  2082. "block.snow.break": {
  2083. "sounds": [
  2084. "dig/snow1",
  2085. "dig/snow2",
  2086. "dig/snow3",
  2087. "dig/snow4"
  2088. ],
  2089. "subtitle": "subtitles.block.generic.break"
  2090. },
  2091. "block.snow.fall": {
  2092. "sounds": [
  2093. "step/snow1",
  2094. "step/snow2",
  2095. "step/snow3",
  2096. "step/snow4"
  2097. ]
  2098. },
  2099. "block.snow.hit": {
  2100. "sounds": [
  2101. "step/snow1",
  2102. "step/snow2",
  2103. "step/snow3",
  2104. "step/snow4"
  2105. ],
  2106. "subtitle": "subtitles.block.generic.hit"
  2107. },
  2108. "block.snow.place": {
  2109. "sounds": [
  2110. "dig/snow1",
  2111. "dig/snow2",
  2112. "dig/snow3",
  2113. "dig/snow4"
  2114. ],
  2115. "subtitle": "subtitles.block.generic.place"
  2116. },
  2117. "block.snow.step": {
  2118. "sounds": [
  2119. "step/snow1",
  2120. "step/snow2",
  2121. "step/snow3",
  2122. "step/snow4"
  2123. ],
  2124. "subtitle": "subtitles.block.generic.footsteps"
  2125. },
  2126. "block.stone.break": {
  2127. "sounds": [
  2128. "dig/stone1",
  2129. "dig/stone2",
  2130. "dig/stone3",
  2131. "dig/stone4"
  2132. ],
  2133. "subtitle": "subtitles.block.generic.break"
  2134. },
  2135. "block.stone.fall": {
  2136. "sounds": [
  2137. "step/stone1",
  2138. "step/stone2",
  2139. "step/stone3",
  2140. "step/stone4",
  2141. "step/stone5",
  2142. "step/stone6"
  2143. ]
  2144. },
  2145. "block.stone.hit": {
  2146. "sounds": [
  2147. "step/stone1",
  2148. "step/stone2",
  2149. "step/stone3",
  2150. "step/stone4",
  2151. "step/stone5",
  2152. "step/stone6"
  2153. ],
  2154. "subtitle": "subtitles.block.generic.hit"
  2155. },
  2156. "block.stone.place": {
  2157. "sounds": [
  2158. "dig/stone1",
  2159. "dig/stone2",
  2160. "dig/stone3",
  2161. "dig/stone4"
  2162. ],
  2163. "subtitle": "subtitles.block.generic.place"
  2164. },
  2165. "block.stone.step": {
  2166. "sounds": [
  2167. "step/stone1",
  2168. "step/stone2",
  2169. "step/stone3",
  2170. "step/stone4",
  2171. "step/stone5",
  2172. "step/stone6"
  2173. ],
  2174. "subtitle": "subtitles.block.generic.footsteps"
  2175. },
  2176. "block.stone_button.click_off": {
  2177. "sounds": [
  2178. "random/click"
  2179. ],
  2180. "subtitle": "subtitles.block.button.click"
  2181. },
  2182. "block.stone_button.click_on": {
  2183. "sounds": [
  2184. "random/click"
  2185. ],
  2186. "subtitle": "subtitles.block.button.click"
  2187. },
  2188. "block.stone_pressure_plate.click_off": {
  2189. "sounds": [
  2190. "random/click"
  2191. ],
  2192. "subtitle": "subtitles.block.pressure_plate.click"
  2193. },
  2194. "block.stone_pressure_plate.click_on": {
  2195. "sounds": [
  2196. "random/click"
  2197. ],
  2198. "subtitle": "subtitles.block.pressure_plate.click"
  2199. },
  2200. "block.sweet_berry_bush.break": {
  2201. "sounds": [
  2202. {
  2203. "name": "block/sweet_berry_bush/break1",
  2204. "volume": 0.8
  2205. },
  2206. {
  2207. "name": "block/sweet_berry_bush/break2",
  2208. "volume": 0.8
  2209. },
  2210. {
  2211. "name": "block/sweet_berry_bush/break3",
  2212. "volume": 0.8
  2213. },
  2214. {
  2215. "name": "block/sweet_berry_bush/break4",
  2216. "volume": 0.8
  2217. }
  2218. ],
  2219. "subtitle": "subtitles.block.generic.break"
  2220. },
  2221. "block.sweet_berry_bush.place": {
  2222. "sounds": [
  2223. {
  2224. "name": "block/sweet_berry_bush/place1",
  2225. "volume": 0.8
  2226. },
  2227. {
  2228. "name": "block/sweet_berry_bush/place2",
  2229. "volume": 0.8
  2230. },
  2231. {
  2232. "name": "block/sweet_berry_bush/place3",
  2233. "volume": 0.8
  2234. },
  2235. {
  2236. "name": "block/sweet_berry_bush/place4",
  2237. "volume": 0.8
  2238. },
  2239. {
  2240. "name": "block/sweet_berry_bush/place5",
  2241. "volume": 0.8
  2242. },
  2243. {
  2244. "name": "block/sweet_berry_bush/place6",
  2245. "volume": 0.8
  2246. }
  2247. ],
  2248. "subtitle": "subtitles.block.generic.place"
  2249. },
  2250. "block.tripwire.attach": {
  2251. "sounds": [
  2252. "random/click"
  2253. ],
  2254. "subtitle": "subtitles.block.tripwire.attach"
  2255. },
  2256. "block.tripwire.click_off": {
  2257. "sounds": [
  2258. "random/click"
  2259. ],
  2260. "subtitle": "subtitles.block.tripwire.click"
  2261. },
  2262. "block.tripwire.click_on": {
  2263. "sounds": [
  2264. "random/click"
  2265. ],
  2266. "subtitle": "subtitles.block.tripwire.click"
  2267. },
  2268. "block.tripwire.detach": {
  2269. "sounds": [
  2270. "random/bowhit1",
  2271. "random/bowhit2",
  2272. "random/bowhit3",
  2273. "random/bowhit4"
  2274. ],
  2275. "subtitle": "subtitles.block.tripwire.detach"
  2276. },
  2277. "block.water.ambient": {
  2278. "sounds": [
  2279. "liquid/water"
  2280. ],
  2281. "subtitle": "subtitles.block.water.ambient"
  2282. },
  2283. "block.wood.break": {
  2284. "sounds": [
  2285. "dig/wood1",
  2286. "dig/wood2",
  2287. "dig/wood3",
  2288. "dig/wood4"
  2289. ],
  2290. "subtitle": "subtitles.block.generic.break"
  2291. },
  2292. "block.wood.fall": {
  2293. "sounds": [
  2294. "step/wood1",
  2295. "step/wood2",
  2296. "step/wood3",
  2297. "step/wood4",
  2298. "step/wood5",
  2299. "step/wood6"
  2300. ]
  2301. },
  2302. "block.wood.hit": {
  2303. "sounds": [
  2304. "step/wood1",
  2305. "step/wood2",
  2306. "step/wood3",
  2307. "step/wood4",
  2308. "step/wood5",
  2309. "step/wood6"
  2310. ],
  2311. "subtitle": "subtitles.block.generic.hit"
  2312. },
  2313. "block.wood.place": {
  2314. "sounds": [
  2315. "dig/wood1",
  2316. "dig/wood2",
  2317. "dig/wood3",
  2318. "dig/wood4"
  2319. ],
  2320. "subtitle": "subtitles.block.generic.place"
  2321. },
  2322. "block.wood.step": {
  2323. "sounds": [
  2324. "step/wood1",
  2325. "step/wood2",
  2326. "step/wood3",
  2327. "step/wood4",
  2328. "step/wood5",
  2329. "step/wood6"
  2330. ],
  2331. "subtitle": "subtitles.block.generic.footsteps"
  2332. },
  2333. "block.wooden_button.click_off": {
  2334. "sounds": [
  2335. "random/wood_click"
  2336. ],
  2337. "subtitle": "subtitles.block.button.click"
  2338. },
  2339. "block.wooden_button.click_on": {
  2340. "sounds": [
  2341. "random/wood_click"
  2342. ],
  2343. "subtitle": "subtitles.block.button.click"
  2344. },
  2345. "block.wooden_door.close": {
  2346. "sounds": [
  2347. "block/wooden_door/close2",
  2348. "block/wooden_door/close5",
  2349. "block/wooden_door/close6"
  2350. ],
  2351. "subtitle": "subtitles.block.door.toggle"
  2352. },
  2353. "block.wooden_door.open": {
  2354. "sounds": [
  2355. "block/wooden_door/open3",
  2356. "block/wooden_door/open4"
  2357. ],
  2358. "subtitle": "subtitles.block.door.toggle"
  2359. },
  2360. "block.wooden_pressure_plate.click_off": {
  2361. "sounds": [
  2362. "random/click"
  2363. ],
  2364. "subtitle": "subtitles.block.pressure_plate.click"
  2365. },
  2366. "block.wooden_pressure_plate.click_on": {
  2367. "sounds": [
  2368. "random/click"
  2369. ],
  2370. "subtitle": "subtitles.block.pressure_plate.click"
  2371. },
  2372. "block.wooden_trapdoor.close": {
  2373. "sounds": [
  2374. "block/wooden_trapdoor/close1",
  2375. "block/wooden_trapdoor/close2",
  2376. "block/wooden_trapdoor/close3"
  2377. ],
  2378. "subtitle": "subtitles.block.trapdoor.toggle"
  2379. },
  2380. "block.wooden_trapdoor.open": {
  2381. "sounds": [
  2382. "block/wooden_trapdoor/open1",
  2383. "block/wooden_trapdoor/open2",
  2384. "block/wooden_trapdoor/open3",
  2385. "block/wooden_trapdoor/open4",
  2386. "block/wooden_trapdoor/open5"
  2387. ],
  2388. "subtitle": "subtitles.block.trapdoor.toggle"
  2389. },
  2390. "block.wool.break": {
  2391. "sounds": [
  2392. "dig/cloth1",
  2393. "dig/cloth2",
  2394. "dig/cloth3",
  2395. "dig/cloth4"
  2396. ],
  2397. "subtitle": "subtitles.block.generic.break"
  2398. },
  2399. "block.wool.fall": {
  2400. "sounds": [
  2401. "step/cloth1",
  2402. "step/cloth2",
  2403. "step/cloth3",
  2404. "step/cloth4"
  2405. ]
  2406. },
  2407. "block.wool.hit": {
  2408. "sounds": [
  2409. "step/cloth1",
  2410. "step/cloth2",
  2411. "step/cloth3",
  2412. "step/cloth4"
  2413. ],
  2414. "subtitle": "subtitles.block.generic.hit"
  2415. },
  2416. "block.wool.place": {
  2417. "sounds": [
  2418. "dig/cloth1",
  2419. "dig/cloth2",
  2420. "dig/cloth3",
  2421. "dig/cloth4"
  2422. ],
  2423. "subtitle": "subtitles.block.generic.place"
  2424. },
  2425. "block.wool.step": {
  2426. "sounds": [
  2427. "step/cloth1",
  2428. "step/cloth2",
  2429. "step/cloth3",
  2430. "step/cloth4"
  2431. ],
  2432. "subtitle": "subtitles.block.generic.footsteps"
  2433. },
  2434. "enchant.thorns.hit": {
  2435. "sounds": [
  2436. "enchant/thorns/hit1",
  2437. "enchant/thorns/hit2",
  2438. "enchant/thorns/hit3",
  2439. "enchant/thorns/hit4"
  2440. ],
  2441. "subtitle": "subtitles.enchant.thorns.hit"
  2442. },
  2443. "entity.armor_stand.break": {
  2444. "sounds": [
  2445. "entity/armorstand/break1",
  2446. "entity/armorstand/break2",
  2447. "entity/armorstand/break3",
  2448. "entity/armorstand/break4"
  2449. ],
  2450. "subtitle": "subtitles.block.generic.break"
  2451. },
  2452. "entity.armor_stand.fall": {
  2453. "sounds": [
  2454. "dig/wood1",
  2455. "dig/wood2",
  2456. "dig/wood3",
  2457. "dig/wood4"
  2458. ],
  2459. "subtitle": "subtitles.entity.armor_stand.fall"
  2460. },
  2461. "entity.armor_stand.hit": {
  2462. "sounds": [
  2463. "entity/armorstand/hit1",
  2464. "entity/armorstand/hit2",
  2465. "entity/armorstand/hit3",
  2466. "entity/armorstand/hit4"
  2467. ],
  2468. "subtitle": "subtitles.block.generic.hit"
  2469. },
  2470. "entity.armor_stand.place": {
  2471. "sounds": [
  2472. "dig/stone1",
  2473. "dig/stone2",
  2474. "dig/stone3",
  2475. "dig/stone4"
  2476. ],
  2477. "subtitle": "subtitles.block.generic.place"
  2478. },
  2479. "entity.arrow.hit": {
  2480. "sounds": [
  2481. "random/bowhit1",
  2482. "random/bowhit2",
  2483. "random/bowhit3",
  2484. "random/bowhit4"
  2485. ],
  2486. "subtitle": "subtitles.entity.arrow.hit"
  2487. },
  2488. "entity.arrow.hit_player": {
  2489. "sounds": [
  2490. "random/successful_hit"
  2491. ],
  2492. "subtitle": "subtitles.entity.arrow.hit_player"
  2493. },
  2494. "entity.arrow.shoot": {
  2495. "sounds": [
  2496. "random/bow"
  2497. ],
  2498. "subtitle": "subtitles.entity.arrow.shoot"
  2499. },
  2500. "entity.bat.ambient": {
  2501. "sounds": [
  2502. "mob/bat/idle1",
  2503. "mob/bat/idle2",
  2504. "mob/bat/idle3",
  2505. "mob/bat/idle4"
  2506. ],
  2507. "subtitle": "subtitles.entity.bat.ambient"
  2508. },
  2509. "entity.bat.death": {
  2510. "sounds": [
  2511. "mob/bat/death"
  2512. ],
  2513. "subtitle": "subtitles.entity.bat.death"
  2514. },
  2515. "entity.bat.hurt": {
  2516. "sounds": [
  2517. "mob/bat/hurt1",
  2518. "mob/bat/hurt2",
  2519. "mob/bat/hurt3",
  2520. "mob/bat/hurt4"
  2521. ],
  2522. "subtitle": "subtitles.entity.bat.hurt"
  2523. },
  2524. "entity.bat.loop": {
  2525. "sounds": [
  2526. "mob/bat/loop"
  2527. ]
  2528. },
  2529. "entity.bat.takeoff": {
  2530. "sounds": [
  2531. "mob/bat/takeoff"
  2532. ],
  2533. "subtitle": "subtitles.entity.bat.takeoff"
  2534. },
  2535. "entity.bee.loop": {
  2536. "sounds": [
  2537. {
  2538. "attenuation_distance": 6,
  2539. "name": "mob/bee/loop5",
  2540. "volume": 0.75
  2541. },
  2542. {
  2543. "attenuation_distance": 6,
  2544. "name": "mob/bee/loop5",
  2545. "volume": 0.7
  2546. },
  2547. {
  2548. "attenuation_distance": 6,
  2549. "name": "mob/bee/loop1",
  2550. "volume": 0.6
  2551. },
  2552. {
  2553. "attenuation_distance": 6,
  2554. "name": "mob/bee/loop2",
  2555. "volume": 0.6
  2556. },
  2557. {
  2558. "attenuation_distance": 6,
  2559. "name": "mob/bee/loop3",
  2560. "volume": 0.65
  2561. },
  2562. {
  2563. "attenuation_distance": 6,
  2564. "name": "mob/bee/loop4",
  2565. "volume": 0.65
  2566. }
  2567. ],
  2568. "subtitle": "subtitles.entity.bee.loop"
  2569. },
  2570. "entity.bee.loop_aggressive": {
  2571. "sounds": [
  2572. {
  2573. "attenuation_distance": 10,
  2574. "name": "mob/bee/aggressive1",
  2575. "volume": 0.8
  2576. },
  2577. {
  2578. "attenuation_distance": 10,
  2579. "name": "mob/bee/aggressive2",
  2580. "volume": 0.8
  2581. },
  2582. {
  2583. "attenuation_distance": 10,
  2584. "name": "mob/bee/aggressive3",
  2585. "volume": 0.8
  2586. }
  2587. ],
  2588. "subtitle": "subtitles.entity.bee.loop_aggressive"
  2589. },
  2590. "entity.bee.death": {
  2591. "sounds": [
  2592. {
  2593. "attenuation_distance": 16,
  2594. "name": "mob/bee/death1",
  2595. "volume": 1
  2596. },
  2597. {
  2598. "attenuation_distance": 16,
  2599. "name": "mob/bee/death2",
  2600. "volume": 1
  2601. }
  2602. ],
  2603. "subtitle": "subtitles.entity.bee.death"
  2604. },
  2605. "entity.bee.hurt": {
  2606. "sounds": [
  2607. {
  2608. "attenuation_distance": 16,
  2609. "name": "mob/bee/hurt1",
  2610. "volume": 1
  2611. },
  2612. {
  2613. "attenuation_distance": 16,
  2614. "name": "mob/bee/hurt2",
  2615. "volume": 1
  2616. },
  2617. {
  2618. "attenuation_distance": 16,
  2619. "name": "mob/bee/hurt3",
  2620. "volume": 1
  2621. },
  2622. {
  2623. "attenuation_distance": 16,
  2624. "name": "mob/bee/hurt1",
  2625. "volume": 1,
  2626. "pitch": 1.2
  2627. },
  2628. {
  2629. "attenuation_distance": 16,
  2630. "name": "mob/bee/hurt2",
  2631. "volume": 1,
  2632. "pitch": 1.2
  2633. },
  2634. {
  2635. "attenuation_distance": 16,
  2636. "name": "mob/bee/hurt3",
  2637. "volume": 1,
  2638. "pitch": 1.2
  2639. }
  2640. ],
  2641. "subtitle": "subtitles.entity.bee.hurt"
  2642. },
  2643. "entity.bee.pollinate": {
  2644. "sounds": [
  2645. {
  2646. "attenuation_distance": 12,
  2647. "name": "mob/bee/pollinate1",
  2648. "volume": 0.8
  2649. },
  2650. {
  2651. "attenuation_distance": 12,
  2652. "name": "mob/bee/pollinate2",
  2653. "volume": 0.8
  2654. },
  2655. {
  2656. "attenuation_distance": 12,
  2657. "name": "mob/bee/pollinate3",
  2658. "volume": 0.8
  2659. },
  2660. {
  2661. "attenuation_distance": 12,
  2662. "name": "mob/bee/pollinate4",
  2663. "volume": 0.8
  2664. }
  2665. ],
  2666. "subtitle": "subtitles.entity.bee.pollinate"
  2667. },
  2668. "entity.bee.sting": {
  2669. "sounds": [
  2670. {
  2671. "attenuation_distance": 16,
  2672. "name": "mob/bee/sting"
  2673. },
  2674. {
  2675. "attenuation_distance": 16,
  2676. "name": "mob/bee/sting",
  2677. "pitch": 0.8
  2678. }
  2679. ],
  2680. "subtitle": "subtitles.entity.bee.sting"
  2681. },
  2682. "entity.blaze.ambient": {
  2683. "sounds": [
  2684. "mob/blaze/breathe1",
  2685. "mob/blaze/breathe2",
  2686. "mob/blaze/breathe3",
  2687. "mob/blaze/breathe4"
  2688. ],
  2689. "subtitle": "subtitles.entity.blaze.ambient"
  2690. },
  2691. "entity.blaze.burn": {
  2692. "sounds": [
  2693. "fire/fire"
  2694. ],
  2695. "subtitle": "subtitles.entity.blaze.burn"
  2696. },
  2697. "entity.blaze.death": {
  2698. "sounds": [
  2699. "mob/blaze/death"
  2700. ],
  2701. "subtitle": "subtitles.entity.blaze.death"
  2702. },
  2703. "entity.blaze.hurt": {
  2704. "sounds": [
  2705. "mob/blaze/hit1",
  2706. "mob/blaze/hit2",
  2707. "mob/blaze/hit3",
  2708. "mob/blaze/hit4"
  2709. ],
  2710. "subtitle": "subtitles.entity.blaze.hurt"
  2711. },
  2712. "entity.blaze.shoot": {
  2713. "sounds": [
  2714. "mob/ghast/fireball4"
  2715. ],
  2716. "subtitle": "subtitles.entity.blaze.shoot"
  2717. },
  2718. "entity.boat.paddle_land": {
  2719. "sounds": [
  2720. "entity/boat/paddle_land1",
  2721. "entity/boat/paddle_land2",
  2722. "entity/boat/paddle_land3",
  2723. "entity/boat/paddle_land4",
  2724. "entity/boat/paddle_land5",
  2725. "entity/boat/paddle_land6"
  2726. ]
  2727. },
  2728. "entity.boat.paddle_water": {
  2729. "sounds": [
  2730. {
  2731. "name": "entity/boat/paddle_water1",
  2732. "volume": 0.8
  2733. },
  2734. {
  2735. "name": "entity/boat/paddle_water2",
  2736. "volume": 0.8
  2737. },
  2738. {
  2739. "name": "entity/boat/paddle_water3",
  2740. "volume": 0.8
  2741. },
  2742. {
  2743. "name": "entity/boat/paddle_water4",
  2744. "volume": 0.8
  2745. },
  2746. {
  2747. "name": "entity/boat/paddle_water5",
  2748. "volume": 0.8
  2749. },
  2750. {
  2751. "name": "entity/boat/paddle_water6",
  2752. "volume": 0.8
  2753. },
  2754. {
  2755. "name": "entity/boat/paddle_water7",
  2756. "volume": 0.8
  2757. },
  2758. {
  2759. "name": "entity/boat/paddle_water8",
  2760. "volume": 0.8
  2761. }
  2762. ]
  2763. },
  2764. "entity.cat.ambient": {
  2765. "sounds": [
  2766. {
  2767. "name": "mob/cat/meow1",
  2768. "volume": 0.6
  2769. },
  2770. {
  2771. "name": "mob/cat/meow2",
  2772. "volume": 0.5
  2773. },
  2774. {
  2775. "name": "mob/cat/meow3",
  2776. "volume": 0.6
  2777. },
  2778. {
  2779. "name": "mob/cat/meow4",
  2780. "volume": 0.5
  2781. }
  2782. ],
  2783. "subtitle": "subtitles.entity.cat.ambient"
  2784. },
  2785. "entity.cat.beg_for_food": {
  2786. "sounds": [
  2787. {
  2788. "name": "mob/cat/beg1",
  2789. "volume": 0.7
  2790. },
  2791. {
  2792. "name": "mob/cat/beg2",
  2793. "volume": 0.7
  2794. },
  2795. {
  2796. "name": "mob/cat/beg3",
  2797. "volume": 0.7
  2798. }
  2799. ]
  2800. },
  2801. "entity.cat.death": {
  2802. "sounds": [
  2803. {
  2804. "name": "mob/cat/hitt1",
  2805. "volume": 0.75,
  2806. "pitch": 0.9
  2807. },
  2808. {
  2809. "name": "mob/cat/hitt2",
  2810. "volume": 0.75,
  2811. "pitch": 0.9
  2812. },
  2813. {
  2814. "name": "mob/cat/hitt3",
  2815. "volume": 0.75,
  2816. "pitch": 0.9
  2817. }
  2818. ],
  2819. "subtitle": "subtitles.entity.cat.death"
  2820. },
  2821. "entity.cat.eat": {
  2822. "sounds": [
  2823. {
  2824. "name": "mob/cat/eat1",
  2825. "volume": 1
  2826. },
  2827. {
  2828. "name": "mob/cat/eat2",
  2829. "volume": 1
  2830. }
  2831. ]
  2832. },
  2833. "entity.cat.hiss": {
  2834. "sounds": [
  2835. {
  2836. "name": "mob/cat/hiss1",
  2837. "volume": 0.4
  2838. },
  2839. {
  2840. "name": "mob/cat/hiss2",
  2841. "volume": 0.4
  2842. },
  2843. {
  2844. "name": "mob/cat/hiss3",
  2845. "volume": 0.4
  2846. }
  2847. ]
  2848. },
  2849. "entity.cat.hurt": {
  2850. "sounds": [
  2851. {
  2852. "name": "mob/cat/hitt1",
  2853. "volume": 0.65
  2854. },
  2855. {
  2856. "name": "mob/cat/hitt2",
  2857. "volume": 0.65
  2858. },
  2859. {
  2860. "name": "mob/cat/hitt3",
  2861. "volume": 0.65
  2862. }
  2863. ],
  2864. "subtitle": "subtitles.entity.cat.hurt"
  2865. },
  2866. "entity.cat.purr": {
  2867. "sounds": [
  2868. {
  2869. "name": "mob/cat/purr1",
  2870. "volume": 0.7
  2871. },
  2872. {
  2873. "name": "mob/cat/purr2",
  2874. "volume": 0.7
  2875. },
  2876. {
  2877. "name": "mob/cat/purr3",
  2878. "volume": 0.7
  2879. }
  2880. ],
  2881. "subtitle": "subtitles.entity.cat.ambient"
  2882. },
  2883. "entity.cat.purreow": {
  2884. "sounds": [
  2885. {
  2886. "name": "mob/cat/purreow1",
  2887. "volume": 0.5
  2888. },
  2889. {
  2890. "name": "mob/cat/purreow2",
  2891. "volume": 0.5
  2892. }
  2893. ],
  2894. "subtitle": "subtitles.entity.cat.ambient"
  2895. },
  2896. "entity.cat.stray_ambient": {
  2897. "sounds": [
  2898. {
  2899. "name": "mob/cat/stray/idle1",
  2900. "volume": 0.35
  2901. },
  2902. {
  2903. "name": "mob/cat/stray/idle2",
  2904. "volume": 0.35
  2905. },
  2906. {
  2907. "name": "mob/cat/stray/idle3",
  2908. "volume": 0.35
  2909. },
  2910. {
  2911. "name": "mob/cat/stray/idle4",
  2912. "volume": 0.35
  2913. }
  2914. ],
  2915. "subtitle": "subtitles.entity.cat.ambient"
  2916. },
  2917. "entity.ocelot.ambient": {
  2918. "sounds": [
  2919. {
  2920. "name": "mob/cat/ocelot/idle1",
  2921. "volume": 0.3
  2922. },
  2923. {
  2924. "name": "mob/cat/ocelot/idle2",
  2925. "volume": 0.3
  2926. },
  2927. {
  2928. "name": "mob/cat/ocelot/idle3",
  2929. "volume": 0.35
  2930. },
  2931. {
  2932. "name": "mob/cat/ocelot/idle4",
  2933. "volume": 0.45
  2934. }
  2935. ],
  2936. "subtitle": "subtitles.entity.cat.ambient"
  2937. },
  2938. "entity.ocelot.hurt": {
  2939. "sounds": [
  2940. {
  2941. "name": "mob/cat/hitt1",
  2942. "volume": 0.45
  2943. },
  2944. {
  2945. "name": "mob/cat/hitt2",
  2946. "volume": 0.45
  2947. },
  2948. {
  2949. "name": "mob/cat/hitt3",
  2950. "volume": 0.45
  2951. }
  2952. ],
  2953. "subtitle": "subtitles.entity.cat.hurt"
  2954. },
  2955. "entity.ocelot.death": {
  2956. "sounds": [
  2957. {
  2958. "name": "mob/cat/ocelot/death1",
  2959. "volume": 0.45,
  2960. "pitch": 1
  2961. },
  2962. {
  2963. "name": "mob/cat/ocelot/death2",
  2964. "volume": 0.45,
  2965. "pitch": 1
  2966. },
  2967. {
  2968. "name": "mob/cat/ocelot/death3",
  2969. "volume": 0.45,
  2970. "pitch": 1
  2971. }
  2972. ],
  2973. "subtitle": "subtitles.entity.cat.death"
  2974. },
  2975. "entity.chicken.ambient": {
  2976. "sounds": [
  2977. "mob/chicken/say1",
  2978. "mob/chicken/say2",
  2979. "mob/chicken/say3"
  2980. ],
  2981. "subtitle": "subtitles.entity.chicken.ambient"
  2982. },
  2983. "entity.chicken.death": {
  2984. "sounds": [
  2985. "mob/chicken/hurt1",
  2986. "mob/chicken/hurt2"
  2987. ],
  2988. "subtitle": "subtitles.entity.chicken.death"
  2989. },
  2990. "entity.chicken.egg": {
  2991. "sounds": [
  2992. "mob/chicken/plop"
  2993. ],
  2994. "subtitle": "subtitles.entity.chicken.egg"
  2995. },
  2996. "entity.chicken.hurt": {
  2997. "sounds": [
  2998. "mob/chicken/hurt1",
  2999. "mob/chicken/hurt2"
  3000. ],
  3001. "subtitle": "subtitles.entity.chicken.hurt"
  3002. },
  3003. "entity.chicken.step": {
  3004. "sounds": [
  3005. "mob/chicken/step1",
  3006. "mob/chicken/step2"
  3007. ],
  3008. "subtitle": "subtitles.block.generic.footsteps"
  3009. },
  3010. "entity.cod.ambient": {
  3011. "sounds": []
  3012. },
  3013. "entity.cod.death": {
  3014. "sounds": [
  3015. "entity/fish/hurt1",
  3016. "entity/fish/hurt2",
  3017. "entity/fish/hurt3",
  3018. "entity/fish/hurt4"
  3019. ],
  3020. "subtitle": "subtitles.entity.cod.death"
  3021. },
  3022. "entity.cod.flop": {
  3023. "sounds": [
  3024. {
  3025. "name": "entity/fish/flop1",
  3026. "volume": 0.3
  3027. },
  3028. {
  3029. "name": "entity/fish/flop2",
  3030. "volume": 0.3
  3031. },
  3032. {
  3033. "name": "entity/fish/flop3",
  3034. "volume": 0.3
  3035. },
  3036. {
  3037. "name": "entity/fish/flop4",
  3038. "volume": 0.3
  3039. }
  3040. ],
  3041. "subtitle": "subtitles.entity.cod.flop"
  3042. },
  3043. "entity.cod.hurt": {
  3044. "sounds": [
  3045. "entity/fish/hurt1",
  3046. "entity/fish/hurt2",
  3047. "entity/fish/hurt3",
  3048. "entity/fish/hurt4"
  3049. ],
  3050. "subtitle": "subtitles.entity.cod.hurt"
  3051. },
  3052. "entity.cow.ambient": {
  3053. "sounds": [
  3054. "mob/cow/say1",
  3055. "mob/cow/say2",
  3056. "mob/cow/say3",
  3057. "mob/cow/say4"
  3058. ],
  3059. "subtitle": "subtitles.entity.cow.ambient"
  3060. },
  3061. "entity.cow.death": {
  3062. "sounds": [
  3063. "mob/cow/hurt1",
  3064. "mob/cow/hurt2",
  3065. "mob/cow/hurt3"
  3066. ],
  3067. "subtitle": "subtitles.entity.cow.death"
  3068. },
  3069. "entity.cow.hurt": {
  3070. "sounds": [
  3071. "mob/cow/hurt1",
  3072. "mob/cow/hurt2",
  3073. "mob/cow/hurt3"
  3074. ],
  3075. "subtitle": "subtitles.entity.cow.hurt"
  3076. },
  3077. "entity.cow.milk": {
  3078. "sounds": [
  3079. "entity/cow/milk1",
  3080. "entity/cow/milk2",
  3081. "entity/cow/milk3"
  3082. ],
  3083. "subtitle": "subtitles.entity.cow.milk"
  3084. },
  3085. "entity.cow.step": {
  3086. "sounds": [
  3087. "mob/cow/step1",
  3088. "mob/cow/step2",
  3089. "mob/cow/step3",
  3090. "mob/cow/step4"
  3091. ],
  3092. "subtitle": "subtitles.block.generic.footsteps"
  3093. },
  3094. "entity.creeper.death": {
  3095. "sounds": [
  3096. "mob/creeper/death"
  3097. ],
  3098. "subtitle": "subtitles.entity.creeper.death"
  3099. },
  3100. "entity.creeper.hurt": {
  3101. "sounds": [
  3102. "mob/creeper/say1",
  3103. "mob/creeper/say2",
  3104. "mob/creeper/say3",
  3105. "mob/creeper/say4"
  3106. ],
  3107. "subtitle": "subtitles.entity.creeper.hurt"
  3108. },
  3109. "entity.creeper.primed": {
  3110. "sounds": [
  3111. "random/fuse"
  3112. ],
  3113. "subtitle": "subtitles.entity.creeper.primed"
  3114. },
  3115. "entity.dolphin.ambient": {
  3116. "sounds": [
  3117. "mob/dolphin/idle1",
  3118. "mob/dolphin/idle2",
  3119. "mob/dolphin/idle3",
  3120. "mob/dolphin/idle4",
  3121. "mob/dolphin/idle5",
  3122. "mob/dolphin/idle6",
  3123. "mob/dolphin/blowhole1",
  3124. "mob/dolphin/blowhole2"
  3125. ],
  3126. "subtitle": "subtitles.entity.dolphin.ambient"
  3127. },
  3128. "entity.dolphin.ambient_water": {
  3129. "sounds": [
  3130. {
  3131. "name": "mob/dolphin/idle_water1",
  3132. "volume": 0.8
  3133. },
  3134. "mob/dolphin/idle_water2",
  3135. "mob/dolphin/idle_water3",
  3136. "mob/dolphin/idle_water4",
  3137. "mob/dolphin/idle_water5",
  3138. "mob/dolphin/idle_water6",
  3139. {
  3140. "name": "mob/dolphin/idle_water7",
  3141. "volume": 0.75
  3142. },
  3143. {
  3144. "name": "mob/dolphin/idle_water8",
  3145. "volume": 0.75
  3146. },
  3147. "mob/dolphin/idle_water9",
  3148. {
  3149. "name": "mob/dolphin/idle_water10",
  3150. "volume": 0.8
  3151. }
  3152. ],
  3153. "subtitle": "subtitles.entity.dolphin.ambient_water"
  3154. },
  3155. "entity.dolphin.attack": {
  3156. "sounds": [
  3157. "mob/dolphin/attack1",
  3158. "mob/dolphin/attack2",
  3159. "mob/dolphin/attack3"
  3160. ],
  3161. "subtitle": "subtitles.entity.dolphin.attack"
  3162. },
  3163. "entity.dolphin.death": {
  3164. "sounds": [
  3165. "mob/dolphin/death1",
  3166. "mob/dolphin/death2"
  3167. ],
  3168. "subtitle": "subtitles.entity.dolphin.death"
  3169. },
  3170. "entity.dolphin.eat": {
  3171. "sounds": [
  3172. {
  3173. "name": "mob/dolphin/eat1",
  3174. "volume": 0.75
  3175. },
  3176. {
  3177. "name": "mob/dolphin/eat2",
  3178. "volume": 0.75
  3179. },
  3180. {
  3181. "name": "mob/dolphin/eat3",
  3182. "volume": 0.75
  3183. }
  3184. ],
  3185. "subtitle": "subtitles.entity.dolphin.eat"
  3186. },
  3187. "entity.dolphin.hurt": {
  3188. "sounds": [
  3189. "mob/dolphin/hurt1",
  3190. "mob/dolphin/hurt2",
  3191. "mob/dolphin/hurt3"
  3192. ],
  3193. "subtitle": "subtitles.entity.dolphin.hurt"
  3194. },
  3195. "entity.dolphin.jump": {
  3196. "sounds": [
  3197. {
  3198. "name": "mob/dolphin/jump1",
  3199. "volume": 0.75
  3200. },
  3201. {
  3202. "name": "mob/dolphin/jump2",
  3203. "volume": 0.75
  3204. },
  3205. {
  3206. "name": "mob/dolphin/jump3",
  3207. "volume": 0.75
  3208. }
  3209. ],
  3210. "subtitle": "subtitles.entity.dolphin.jump"
  3211. },
  3212. "entity.dolphin.play": {
  3213. "sounds": [
  3214. "mob/dolphin/play1",
  3215. "mob/dolphin/play2"
  3216. ],
  3217. "subtitle": "subtitles.entity.dolphin.play"
  3218. },
  3219. "entity.dolphin.splash": {
  3220. "sounds": [
  3221. "mob/dolphin/splash1",
  3222. "mob/dolphin/splash2",
  3223. "mob/dolphin/splash3"
  3224. ],
  3225. "subtitle": "subtitles.entity.dolphin.splash"
  3226. },
  3227. "entity.dolphin.swim": {
  3228. "sounds": [
  3229. "mob/dolphin/swim1",
  3230. "mob/dolphin/swim2",
  3231. "mob/dolphin/swim3",
  3232. "mob/dolphin/swim4",
  3233. "entity/fish/swim5",
  3234. "entity/fish/swim6",
  3235. "entity/fish/swim7"
  3236. ],
  3237. "subtitle": "subtitles.entity.dolphin.swim"
  3238. },
  3239. "entity.donkey.ambient": {
  3240. "sounds": [
  3241. "mob/horse/donkey/idle1",
  3242. "mob/horse/donkey/idle2",
  3243. "mob/horse/donkey/idle3"
  3244. ],
  3245. "subtitle": "subtitles.entity.donkey.ambient"
  3246. },
  3247. "entity.donkey.angry": {
  3248. "sounds": [
  3249. "mob/horse/donkey/angry1",
  3250. "mob/horse/donkey/angry2"
  3251. ],
  3252. "subtitle": "subtitles.entity.donkey.angry"
  3253. },
  3254. "entity.donkey.chest": {
  3255. "sounds": [
  3256. "mob/chicken/plop"
  3257. ],
  3258. "subtitle": "subtitles.entity.donkey.chest"
  3259. },
  3260. "entity.donkey.death": {
  3261. "sounds": [
  3262. "mob/horse/donkey/death"
  3263. ],
  3264. "subtitle": "subtitles.entity.donkey.death"
  3265. },
  3266. "entity.donkey.hurt": {
  3267. "sounds": [
  3268. "mob/horse/donkey/hit1",
  3269. "mob/horse/donkey/hit2",
  3270. "mob/horse/donkey/hit3"
  3271. ],
  3272. "subtitle": "subtitles.entity.donkey.hurt"
  3273. },
  3274. "entity.dragon_fireball.explode": {
  3275. "sounds": [
  3276. "random/explode1",
  3277. "random/explode2",
  3278. "random/explode3",
  3279. "random/explode4"
  3280. ],
  3281. "subtitle": "subtitles.entity.generic.explode"
  3282. },
  3283. "entity.drowned.ambient": {
  3284. "sounds": [
  3285. {
  3286. "name": "mob/drowned/idle1",
  3287. "volume": 0.9
  3288. },
  3289. {
  3290. "name": "mob/drowned/idle2",
  3291. "volume": 0.9
  3292. },
  3293. {
  3294. "name": "mob/drowned/idle3",
  3295. "volume": 0.9
  3296. },
  3297. {
  3298. "name": "mob/drowned/idle4",
  3299. "volume": 0.9
  3300. },
  3301. {
  3302. "name": "mob/drowned/idle5",
  3303. "volume": 0.9
  3304. }
  3305. ],
  3306. "subtitle": "subtitles.entity.drowned.ambient"
  3307. },
  3308. "entity.drowned.ambient_water": {
  3309. "sounds": [
  3310. {
  3311. "name": "mob/drowned/water/idle1",
  3312. "volume": 0.9
  3313. },
  3314. {
  3315. "name": "mob/drowned/water/idle2",
  3316. "volume": 0.9
  3317. },
  3318. {
  3319. "name": "mob/drowned/water/idle3",
  3320. "volume": 0.9
  3321. },
  3322. {
  3323. "name": "mob/drowned/water/idle4",
  3324. "volume": 0.9
  3325. }
  3326. ]
  3327. },
  3328. "entity.drowned.death": {
  3329. "sounds": [
  3330. {
  3331. "name": "mob/drowned/death1",
  3332. "volume": 0.9
  3333. },
  3334. {
  3335. "name": "mob/drowned/death2",
  3336. "volume": 0.9
  3337. }
  3338. ],
  3339. "subtitle": "subtitles.entity.drowned.death"
  3340. },
  3341. "entity.drowned.death_water": {
  3342. "sounds": [
  3343. {
  3344. "name": "mob/drowned/water/death1",
  3345. "volume": 0.9
  3346. },
  3347. {
  3348. "name": "mob/drowned/water/death2",
  3349. "volume": 0.9
  3350. }
  3351. ],
  3352. "subtitle": "subtitles.entity.drowned.death"
  3353. },
  3354. "entity.drowned.hurt": {
  3355. "sounds": [
  3356. {
  3357. "name": "mob/drowned/hurt1",
  3358. "volume": 0.9
  3359. },
  3360. {
  3361. "name": "mob/drowned/hurt2",
  3362. "volume": 0.9
  3363. },
  3364. {
  3365. "name": "mob/drowned/hurt3",
  3366. "volume": 0.9
  3367. }
  3368. ],
  3369. "subtitle": "subtitles.entity.drowned.hurt"
  3370. },
  3371. "entity.drowned.hurt_water": {
  3372. "sounds": [
  3373. {
  3374. "name": "mob/drowned/water/hurt1",
  3375. "volume": 0.9
  3376. },
  3377. {
  3378. "name": "mob/drowned/water/hurt2",
  3379. "volume": 0.9
  3380. },
  3381. {
  3382. "name": "mob/drowned/water/hurt3",
  3383. "volume": 0.9
  3384. }
  3385. ],
  3386. "subtitle": "subtitles.entity.drowned.hurt"
  3387. },
  3388. "entity.drowned.shoot": {
  3389. "sounds": [
  3390. "item/trident/throw1",
  3391. "item/trident/throw2"
  3392. ],
  3393. "subtitle": "subtitles.entity.drowned.shoot"
  3394. },
  3395. "entity.drowned.step": {
  3396. "sounds": [
  3397. "mob/drowned/step1",
  3398. "mob/drowned/step2",
  3399. "mob/drowned/step3",
  3400. "mob/drowned/step4",
  3401. "mob/drowned/step5"
  3402. ],
  3403. "subtitle": "subtitles.entity.drowned.step"
  3404. },
  3405. "entity.drowned.swim": {
  3406. "sounds": [
  3407. "liquid/swim1",
  3408. "liquid/swim2",
  3409. "liquid/swim3",
  3410. "liquid/swim4",
  3411. "liquid/swim5"
  3412. ],
  3413. "subtitle": "subtitles.entity.drowned.swim"
  3414. },
  3415. "entity.egg.throw": {
  3416. "sounds": [
  3417. "random/bow"
  3418. ],
  3419. "subtitle": "subtitles.entity.egg.throw"
  3420. },
  3421. "entity.elder_guardian.ambient": {
  3422. "sounds": [
  3423. "mob/guardian/elder_idle1",
  3424. "mob/guardian/elder_idle2",
  3425. "mob/guardian/elder_idle3",
  3426. "mob/guardian/elder_idle4"
  3427. ],
  3428. "subtitle": "subtitles.entity.elder_guardian.ambient"
  3429. },
  3430. "entity.elder_guardian.ambient_land": {
  3431. "sounds": [
  3432. "mob/guardian/land_idle1",
  3433. "mob/guardian/land_idle2",
  3434. "mob/guardian/land_idle3",
  3435. "mob/guardian/land_idle4"
  3436. ],
  3437. "subtitle": "subtitles.entity.elder_guardian.ambient_land"
  3438. },
  3439. "entity.elder_guardian.curse": {
  3440. "sounds": [
  3441. "mob/guardian/curse"
  3442. ],
  3443. "subtitle": "subtitles.entity.elder_guardian.curse"
  3444. },
  3445. "entity.elder_guardian.death": {
  3446. "sounds": [
  3447. "mob/guardian/elder_death"
  3448. ],
  3449. "subtitle": "subtitles.entity.elder_guardian.death"
  3450. },
  3451. "entity.elder_guardian.death_land": {
  3452. "sounds": [
  3453. "mob/guardian/land_death"
  3454. ],
  3455. "subtitle": "subtitles.entity.elder_guardian.death"
  3456. },
  3457. "entity.elder_guardian.flop": {
  3458. "sounds": [
  3459. "mob/guardian/flop1",
  3460. "mob/guardian/flop2",
  3461. "mob/guardian/flop3",
  3462. "mob/guardian/flop4"
  3463. ],
  3464. "subtitle": "subtitles.entity.elder_guardian.flop"
  3465. },
  3466. "entity.elder_guardian.hurt": {
  3467. "sounds": [
  3468. "mob/guardian/elder_hit1",
  3469. "mob/guardian/elder_hit2",
  3470. "mob/guardian/elder_hit3",
  3471. "mob/guardian/elder_hit4"
  3472. ],
  3473. "subtitle": "subtitles.entity.elder_guardian.hurt"
  3474. },
  3475. "entity.elder_guardian.hurt_land": {
  3476. "sounds": [
  3477. "mob/guardian/land_hit1",
  3478. "mob/guardian/land_hit2",
  3479. "mob/guardian/land_hit3",
  3480. "mob/guardian/land_hit4"
  3481. ],
  3482. "subtitle": "subtitles.entity.elder_guardian.hurt"
  3483. },
  3484. "entity.ender_dragon.ambient": {
  3485. "sounds": [
  3486. "mob/enderdragon/growl1",
  3487. "mob/enderdragon/growl2",
  3488. "mob/enderdragon/growl3",
  3489. "mob/enderdragon/growl4"
  3490. ],
  3491. "subtitle": "subtitles.entity.ender_dragon.ambient"
  3492. },
  3493. "entity.ender_dragon.death": {
  3494. "sounds": [
  3495. "mob/enderdragon/end"
  3496. ],
  3497. "subtitle": "subtitles.entity.ender_dragon.death"
  3498. },
  3499. "entity.ender_dragon.flap": {
  3500. "sounds": [
  3501. "mob/enderdragon/wings1",
  3502. "mob/enderdragon/wings2",
  3503. "mob/enderdragon/wings3",
  3504. "mob/enderdragon/wings4",
  3505. "mob/enderdragon/wings5",
  3506. "mob/enderdragon/wings6"
  3507. ],
  3508. "subtitle": "subtitles.entity.ender_dragon.flap"
  3509. },
  3510. "entity.ender_dragon.growl": {
  3511. "sounds": [
  3512. "mob/enderdragon/growl1",
  3513. "mob/enderdragon/growl2",
  3514. "mob/enderdragon/growl3",
  3515. "mob/enderdragon/growl4"
  3516. ],
  3517. "subtitle": "subtitles.entity.ender_dragon.growl"
  3518. },
  3519. "entity.ender_dragon.hurt": {
  3520. "sounds": [
  3521. "mob/enderdragon/hit1",
  3522. "mob/enderdragon/hit2",
  3523. "mob/enderdragon/hit3",
  3524. "mob/enderdragon/hit4"
  3525. ],
  3526. "subtitle": "subtitles.entity.ender_dragon.hurt"
  3527. },
  3528. "entity.ender_dragon.shoot": {
  3529. "sounds": [
  3530. "mob/ghast/fireball4"
  3531. ],
  3532. "subtitle": "subtitles.entity.ender_dragon.shoot"
  3533. },
  3534. "entity.ender_eye.death": {
  3535. "sounds": [
  3536. {
  3537. "name": "entity/endereye/dead1",
  3538. "volume": 1.3
  3539. },
  3540. {
  3541. "name": "entity/endereye/dead2",
  3542. "volume": 1.3
  3543. }
  3544. ]
  3545. },
  3546. "entity.ender_eye.launch": {
  3547. "sounds": [
  3548. "entity/endereye/endereye_launch1",
  3549. "entity/endereye/endereye_launch2"
  3550. ],
  3551. "subtitle": "subtitles.entity.ender_eye.launch"
  3552. },
  3553. "entity.ender_pearl.throw": {
  3554. "sounds": [
  3555. "random/bow"
  3556. ],
  3557. "subtitle": "subtitles.entity.ender_pearl.throw"
  3558. },
  3559. "entity.enderman.ambient": {
  3560. "sounds": [
  3561. "mob/endermen/idle1",
  3562. "mob/endermen/idle2",
  3563. "mob/endermen/idle3",
  3564. "mob/endermen/idle4",
  3565. "mob/endermen/idle5"
  3566. ],
  3567. "subtitle": "subtitles.entity.enderman.ambient"
  3568. },
  3569. "entity.enderman.death": {
  3570. "sounds": [
  3571. "mob/endermen/death"
  3572. ],
  3573. "subtitle": "subtitles.entity.enderman.death"
  3574. },
  3575. "entity.enderman.hurt": {
  3576. "sounds": [
  3577. "mob/endermen/hit1",
  3578. "mob/endermen/hit2",
  3579. "mob/endermen/hit3",
  3580. "mob/endermen/hit4"
  3581. ],
  3582. "subtitle": "subtitles.entity.enderman.hurt"
  3583. },
  3584. "entity.enderman.scream": {
  3585. "sounds": [
  3586. "mob/endermen/scream1",
  3587. "mob/endermen/scream2",
  3588. "mob/endermen/scream3",
  3589. "mob/endermen/scream4"
  3590. ],
  3591. "subtitle": "subtitles.entity.enderman.ambient"
  3592. },
  3593. "entity.enderman.stare": {
  3594. "sounds": [
  3595. "mob/endermen/stare"
  3596. ],
  3597. "subtitle": "subtitles.entity.enderman.stare"
  3598. },
  3599. "entity.enderman.teleport": {
  3600. "sounds": [
  3601. "mob/endermen/portal",
  3602. "mob/endermen/portal2"
  3603. ],
  3604. "subtitle": "subtitles.entity.enderman.teleport"
  3605. },
  3606. "entity.endermite.ambient": {
  3607. "sounds": [
  3608. "mob/silverfish/say1",
  3609. "mob/silverfish/say2",
  3610. "mob/silverfish/say3",
  3611. "mob/silverfish/say4"
  3612. ],
  3613. "subtitle": "subtitles.entity.endermite.ambient"
  3614. },
  3615. "entity.endermite.death": {
  3616. "sounds": [
  3617. "mob/silverfish/kill"
  3618. ],
  3619. "subtitle": "subtitles.entity.endermite.death"
  3620. },
  3621. "entity.endermite.hurt": {
  3622. "sounds": [
  3623. "mob/silverfish/hit1",
  3624. "mob/silverfish/hit2",
  3625. "mob/silverfish/hit3"
  3626. ],
  3627. "subtitle": "subtitles.entity.endermite.hurt"
  3628. },
  3629. "entity.endermite.step": {
  3630. "sounds": [
  3631. "mob/silverfish/step1",
  3632. "mob/silverfish/step2",
  3633. "mob/silverfish/step3",
  3634. "mob/silverfish/step4"
  3635. ],
  3636. "subtitle": "subtitles.block.generic.footsteps"
  3637. },
  3638. "entity.evoker.ambient": {
  3639. "sounds": [
  3640. "mob/evocation_illager/idle1",
  3641. "mob/evocation_illager/idle2",
  3642. "mob/evocation_illager/idle3",
  3643. "mob/evocation_illager/idle4"
  3644. ],
  3645. "subtitle": "subtitles.entity.evoker.ambient"
  3646. },
  3647. "entity.evoker.cast_spell": {
  3648. "sounds": [
  3649. "mob/evocation_illager/cast1",
  3650. "mob/evocation_illager/cast2"
  3651. ],
  3652. "subtitle": "subtitles.entity.evoker.cast_spell"
  3653. },
  3654. "entity.evoker.celebrate": {
  3655. "sounds": [
  3656. "mob/evocation_illager/celebrate",
  3657. "mob/evocation_illager/idle1",
  3658. "mob/evocation_illager/idle2"
  3659. ],
  3660. "subtitle": "subtitles.entity.evoker.celebrate"
  3661. },
  3662. "entity.evoker.death": {
  3663. "sounds": [
  3664. "mob/evocation_illager/death1",
  3665. "mob/evocation_illager/death2"
  3666. ],
  3667. "subtitle": "subtitles.entity.evoker.death"
  3668. },
  3669. "entity.evoker.hurt": {
  3670. "sounds": [
  3671. "mob/evocation_illager/hurt1",
  3672. "mob/evocation_illager/hurt2"
  3673. ],
  3674. "subtitle": "subtitles.entity.evoker.hurt"
  3675. },
  3676. "entity.evoker.prepare_attack": {
  3677. "sounds": [
  3678. "mob/evocation_illager/prepare_attack1",
  3679. "mob/evocation_illager/prepare_attack2"
  3680. ],
  3681. "subtitle": "subtitles.entity.evoker.prepare_attack"
  3682. },
  3683. "entity.evoker.prepare_summon": {
  3684. "sounds": [
  3685. "mob/evocation_illager/prepare_summon"
  3686. ],
  3687. "subtitle": "subtitles.entity.evoker.prepare_summon"
  3688. },
  3689. "entity.evoker.prepare_wololo": {
  3690. "sounds": [
  3691. "mob/evocation_illager/prepare_wololo"
  3692. ],
  3693. "subtitle": "subtitles.entity.evoker.prepare_wololo"
  3694. },
  3695. "entity.evoker_fangs.attack": {
  3696. "sounds": [
  3697. "mob/evocation_illager/fangs"
  3698. ],
  3699. "subtitle": "subtitles.entity.evoker_fangs.attack"
  3700. },
  3701. "entity.experience_bottle.throw": {
  3702. "sounds": [
  3703. "random/bow"
  3704. ],
  3705. "subtitle": "subtitles.entity.potion.throw"
  3706. },
  3707. "entity.experience_orb.pickup": {
  3708. "sounds": [
  3709. "random/orb"
  3710. ],
  3711. "subtitle": "subtitles.entity.experience_orb.pickup"
  3712. },
  3713. "entity.firework_rocket.blast": {
  3714. "sounds": [
  3715. "fireworks/blast1"
  3716. ],
  3717. "subtitle": "subtitles.entity.firework_rocket.blast"
  3718. },
  3719. "entity.firework_rocket.blast_far": {
  3720. "sounds": [
  3721. "fireworks/blast_far1"
  3722. ],
  3723. "subtitle": "subtitles.entity.firework_rocket.blast"
  3724. },
  3725. "entity.firework_rocket.large_blast": {
  3726. "sounds": [
  3727. "fireworks/largeblast1"
  3728. ],
  3729. "subtitle": "subtitles.entity.firework_rocket.blast"
  3730. },
  3731. "entity.firework_rocket.large_blast_far": {
  3732. "sounds": [
  3733. "fireworks/largeblast_far1"
  3734. ],
  3735. "subtitle": "subtitles.entity.firework_rocket.blast"
  3736. },
  3737. "entity.firework_rocket.launch": {
  3738. "sounds": [
  3739. "fireworks/launch1"
  3740. ],
  3741. "subtitle": "subtitles.entity.firework_rocket.launch"
  3742. },
  3743. "entity.firework_rocket.shoot": {
  3744. "sounds": [
  3745. "random/bow"
  3746. ],
  3747. "subtitle": "subtitles.entity.firework_rocket.launch"
  3748. },
  3749. "entity.firework_rocket.twinkle": {
  3750. "sounds": [
  3751. "fireworks/twinkle1"
  3752. ],
  3753. "subtitle": "subtitles.entity.firework_rocket.twinkle"
  3754. },
  3755. "entity.firework_rocket.twinkle_far": {
  3756. "sounds": [
  3757. "fireworks/twinkle_far1"
  3758. ],
  3759. "subtitle": "subtitles.entity.firework_rocket.twinkle"
  3760. },
  3761. "entity.fish.swim": {
  3762. "sounds": [
  3763. "entity/fish/swim1",
  3764. "entity/fish/swim2",
  3765. "entity/fish/swim3",
  3766. "entity/fish/swim4",
  3767. "entity/fish/swim5",
  3768. "entity/fish/swim6",
  3769. "entity/fish/swim7"
  3770. ]
  3771. },
  3772. "entity.fishing_bobber.retrieve": {
  3773. "sounds": [
  3774. {
  3775. "name": "entity/bobber/retrieve1",
  3776. "pitch": 2.4
  3777. },
  3778. {
  3779. "name": "entity/bobber/retrieve2",
  3780. "pitch": 2.4
  3781. }
  3782. ]
  3783. },
  3784. "entity.fishing_bobber.splash": {
  3785. "sounds": [
  3786. "random/splash"
  3787. ],
  3788. "subtitle": "subtitles.entity.fishing_bobber.splash"
  3789. },
  3790. "entity.fishing_bobber.throw": {
  3791. "sounds": [
  3792. "entity/bobber/castfast"
  3793. ],
  3794. "subtitle": "subtitles.entity.fishing_bobber.throw"
  3795. },
  3796. "entity.fox.ambient": {
  3797. "sounds": [
  3798. {
  3799. "name": "mob/fox/idle1",
  3800. "volume": 0.8
  3801. },
  3802. {
  3803. "name": "mob/fox/idle2",
  3804. "volume": 1
  3805. },
  3806. {
  3807. "name": "mob/fox/idle3",
  3808. "volume": 1
  3809. },
  3810. {
  3811. "name": "mob/fox/idle4",
  3812. "volume": 1
  3813. },
  3814. {
  3815. "name": "mob/fox/idle5",
  3816. "volume": 1
  3817. },
  3818. {
  3819. "name": "mob/fox/idle6",
  3820. "volume": 1
  3821. }
  3822. ],
  3823. "subtitle": "subtitles.entity.fox.ambient"
  3824. },
  3825. "entity.fox.hurt": {
  3826. "sounds": [
  3827. {
  3828. "name": "mob/fox/hurt1",
  3829. "volume": 0.75
  3830. },
  3831. {
  3832. "name": "mob/fox/hurt2",
  3833. "volume": 0.75
  3834. },
  3835. {
  3836. "name": "mob/fox/hurt3",
  3837. "volume": 0.75
  3838. },
  3839. {
  3840. "name": "mob/fox/hurt4",
  3841. "volume": 0.75
  3842. }
  3843. ],
  3844. "subtitle": "subtitles.entity.fox.hurt"
  3845. },
  3846. "entity.fox.death": {
  3847. "sounds": [
  3848. {
  3849. "name": "mob/fox/death1",
  3850. "volume": 0.9
  3851. },
  3852. {
  3853. "name": "mob/fox/death2",
  3854. "volume": 0.9
  3855. }
  3856. ],
  3857. "subtitle": "subtitles.entity.fox.death"
  3858. },
  3859. "entity.fox.aggro": {
  3860. "sounds": [
  3861. {
  3862. "name": "mob/fox/aggro1",
  3863. "volume": 0.65
  3864. },
  3865. {
  3866. "name": "mob/fox/aggro2",
  3867. "volume": 0.65
  3868. },
  3869. {
  3870. "name": "mob/fox/aggro3",
  3871. "volume": 0.65
  3872. },
  3873. {
  3874. "name": "mob/fox/aggro4",
  3875. "volume": 0.65
  3876. },
  3877. {
  3878. "name": "mob/fox/aggro5",
  3879. "volume": 0.65
  3880. },
  3881. {
  3882. "name": "mob/fox/aggro6",
  3883. "volume": 0.65
  3884. },
  3885. {
  3886. "name": "mob/fox/aggro7",
  3887. "volume": 0.65
  3888. }
  3889. ],
  3890. "subtitle": "subtitles.entity.fox.aggro"
  3891. },
  3892. "entity.fox.sniff": {
  3893. "sounds": [
  3894. {
  3895. "name": "mob/fox/sniff1",
  3896. "volume": 0.6
  3897. },
  3898. {
  3899. "name": "mob/fox/sniff2",
  3900. "volume": 0.6
  3901. },
  3902. {
  3903. "name": "mob/fox/sniff3",
  3904. "volume": 0.6
  3905. },
  3906. {
  3907. "name": "mob/fox/sniff4",
  3908. "volume": 0.6
  3909. }
  3910. ],
  3911. "subtitle": "subtitles.entity.fox.sniff"
  3912. },
  3913. "entity.fox.bite": {
  3914. "sounds": [
  3915. {
  3916. "name": "mob/fox/bite1",
  3917. "volume": 0.6,
  3918. "pitch": 1.1
  3919. },
  3920. {
  3921. "name": "mob/fox/bite2",
  3922. "volume": 0.6,
  3923. "pitch": 1.1
  3924. },
  3925. {
  3926. "name": "mob/fox/bite3",
  3927. "volume": 0.6,
  3928. "pitch": 1.1
  3929. }
  3930. ],
  3931. "subtitle": "subtitles.entity.fox.bite"
  3932. },
  3933. "entity.fox.eat": {
  3934. "sounds": [
  3935. {
  3936. "name": "mob/fox/eat1",
  3937. "volume": 0.65
  3938. },
  3939. {
  3940. "name": "mob/fox/eat2",
  3941. "volume": 0.65
  3942. },
  3943. {
  3944. "name": "mob/fox/eat3",
  3945. "volume": 0.65
  3946. }
  3947. ],
  3948. "subtitle": "subtitles.entity.fox.eat"
  3949. },
  3950. "entity.fox.screech": {
  3951. "sounds": [
  3952. {
  3953. "name": "mob/fox/screech1",
  3954. "attenuation_distance": 32,
  3955. "volume": 0.45
  3956. },
  3957. {
  3958. "name": "mob/fox/screech2",
  3959. "attenuation_distance": 32,
  3960. "volume": 0.45
  3961. },
  3962. {
  3963. "name": "mob/fox/screech3",
  3964. "attenuation_distance": 32,
  3965. "volume": 0.45
  3966. },
  3967. {
  3968. "name": "mob/fox/screech4",
  3969. "attenuation_distance": 32,
  3970. "volume": 0.4
  3971. }
  3972. ],
  3973. "subtitle": "subtitles.entity.fox.screech"
  3974. },
  3975. "entity.fox.sleep": {
  3976. "sounds": [
  3977. {
  3978. "name": "mob/fox/sleep1",
  3979. "volume": 0.8
  3980. },
  3981. {
  3982. "name": "mob/fox/sleep2",
  3983. "volume": 0.8
  3984. },
  3985. {
  3986. "name": "mob/fox/sleep3",
  3987. "volume": 0.8
  3988. },
  3989. {
  3990. "name": "mob/fox/sleep4",
  3991. "volume": 0.8
  3992. },
  3993. {
  3994. "name": "mob/fox/sleep5",
  3995. "volume": 0.8
  3996. }
  3997. ],
  3998. "subtitle": "subtitles.entity.fox.sleep"
  3999. },
  4000. "entity.fox.spit": {
  4001. "sounds": [
  4002. {
  4003. "name": "mob/fox/spit1",
  4004. "volume": 0.7
  4005. },
  4006. {
  4007. "name": "mob/fox/spit2",
  4008. "volume": 0.7
  4009. },
  4010. {
  4011. "name": "mob/fox/spit3",
  4012. "volume": 0.7
  4013. }
  4014. ],
  4015. "subtitle": "subtitles.entity.fox.spit"
  4016. },
  4017. "entity.generic.big_fall": {
  4018. "sounds": [
  4019. "damage/fallbig"
  4020. ],
  4021. "subtitle": "subtitles.entity.generic.big_fall"
  4022. },
  4023. "entity.generic.burn": {
  4024. "sounds": [
  4025. "random/fizz"
  4026. ],
  4027. "subtitle": "subtitles.entity.generic.burn"
  4028. },
  4029. "entity.generic.death": {
  4030. "sounds": [
  4031. "damage/hit1",
  4032. "damage/hit2",
  4033. "damage/hit3"
  4034. ],
  4035. "subtitle": "subtitles.entity.generic.death"
  4036. },
  4037. "entity.generic.drink": {
  4038. "sounds": [
  4039. "random/drink"
  4040. ],
  4041. "subtitle": "subtitles.entity.generic.drink"
  4042. },
  4043. "entity.generic.eat": {
  4044. "sounds": [
  4045. "random/eat1",
  4046. "random/eat2",
  4047. "random/eat3"
  4048. ],
  4049. "subtitle": "subtitles.entity.generic.eat"
  4050. },
  4051. "entity.generic.explode": {
  4052. "sounds": [
  4053. "random/explode1",
  4054. "random/explode2",
  4055. "random/explode3",
  4056. "random/explode4"
  4057. ],
  4058. "subtitle": "subtitles.entity.generic.explode"
  4059. },
  4060. "entity.generic.extinguish_fire": {
  4061. "sounds": [
  4062. "random/fizz"
  4063. ],
  4064. "subtitle": "subtitles.entity.generic.extinguish_fire"
  4065. },
  4066. "entity.generic.hurt": {
  4067. "sounds": [
  4068. "damage/hit1",
  4069. "damage/hit2",
  4070. "damage/hit3"
  4071. ],
  4072. "subtitle": "subtitles.entity.generic.hurt"
  4073. },
  4074. "entity.generic.small_fall": {
  4075. "sounds": [
  4076. "damage/fallsmall"
  4077. ],
  4078. "subtitle": "subtitles.entity.generic.small_fall"
  4079. },
  4080. "entity.generic.splash": {
  4081. "sounds": [
  4082. "liquid/splash",
  4083. "liquid/splash2"
  4084. ],
  4085. "subtitle": "subtitles.entity.generic.splash"
  4086. },
  4087. "entity.generic.swim": {
  4088. "sounds": [
  4089. "liquid/swim1",
  4090. "liquid/swim2",
  4091. "liquid/swim3",
  4092. "liquid/swim4"
  4093. ],
  4094. "subtitle": "subtitles.entity.generic.swim"
  4095. },
  4096. "entity.ghast.ambient": {
  4097. "sounds": [
  4098. "mob/ghast/moan1",
  4099. "mob/ghast/moan2",
  4100. "mob/ghast/moan3",
  4101. "mob/ghast/moan4",
  4102. "mob/ghast/moan5",
  4103. "mob/ghast/moan6",
  4104. "mob/ghast/moan7"
  4105. ],
  4106. "subtitle": "subtitles.entity.ghast.ambient"
  4107. },
  4108. "entity.ghast.death": {
  4109. "sounds": [
  4110. "mob/ghast/death"
  4111. ],
  4112. "subtitle": "subtitles.entity.ghast.death"
  4113. },
  4114. "entity.ghast.hurt": {
  4115. "sounds": [
  4116. "mob/ghast/scream1",
  4117. "mob/ghast/scream2",
  4118. "mob/ghast/scream3",
  4119. "mob/ghast/scream4",
  4120. "mob/ghast/scream5"
  4121. ],
  4122. "subtitle": "subtitles.entity.ghast.hurt"
  4123. },
  4124. "entity.ghast.scream": {
  4125. "sounds": [
  4126. "mob/ghast/affectionate_scream"
  4127. ]
  4128. },
  4129. "entity.ghast.shoot": {
  4130. "sounds": [
  4131. "mob/ghast/fireball4"
  4132. ],
  4133. "subtitle": "subtitles.entity.ghast.shoot"
  4134. },
  4135. "entity.ghast.warn": {
  4136. "sounds": [
  4137. "mob/ghast/charge"
  4138. ],
  4139. "subtitle": "subtitles.entity.ghast.shoot"
  4140. },
  4141. "entity.guardian.ambient": {
  4142. "sounds": [
  4143. {
  4144. "name": "entity/guardian/ambient1",
  4145. "volume": 0.1
  4146. },
  4147. {
  4148. "name": "entity/guardian/ambient2",
  4149. "volume": 0.1
  4150. },
  4151. {
  4152. "name": "entity/guardian/ambient3",
  4153. "volume": 0.1
  4154. },
  4155. {
  4156. "name": "entity/guardian/ambient4",
  4157. "volume": 0.1
  4158. }
  4159. ],
  4160. "subtitle": "subtitles.entity.guardian.ambient"
  4161. },
  4162. "entity.guardian.ambient_land": {
  4163. "sounds": [
  4164. "mob/guardian/land_idle1",
  4165. "mob/guardian/land_idle2",
  4166. "mob/guardian/land_idle3",
  4167. "mob/guardian/land_idle4"
  4168. ],
  4169. "subtitle": "subtitles.entity.guardian.ambient_land"
  4170. },
  4171. "entity.guardian.attack": {
  4172. "sounds": [
  4173. "mob/guardian/attack_loop"
  4174. ],
  4175. "subtitle": "subtitles.entity.guardian.attack"
  4176. },
  4177. "entity.guardian.death": {
  4178. "sounds": [
  4179. "mob/guardian/guardian_death"
  4180. ],
  4181. "subtitle": "subtitles.entity.guardian.death"
  4182. },
  4183. "entity.guardian.death_land": {
  4184. "sounds": [
  4185. "mob/guardian/land_death"
  4186. ],
  4187. "subtitle": "subtitles.entity.guardian.death"
  4188. },
  4189. "entity.guardian.flop": {
  4190. "sounds": [
  4191. "mob/guardian/flop1",
  4192. "mob/guardian/flop2",
  4193. "mob/guardian/flop3",
  4194. "mob/guardian/flop4"
  4195. ],
  4196. "subtitle": "subtitles.entity.guardian.flop"
  4197. },
  4198. "entity.guardian.hurt": {
  4199. "sounds": [
  4200. "mob/guardian/guardian_hit1",
  4201. "mob/guardian/guardian_hit2",
  4202. "mob/guardian/guardian_hit3",
  4203. "mob/guardian/guardian_hit4"
  4204. ],
  4205. "subtitle": "subtitles.entity.guardian.hurt"
  4206. },
  4207. "entity.guardian.hurt_land": {
  4208. "sounds": [
  4209. "mob/guardian/land_hit1",
  4210. "mob/guardian/land_hit2",
  4211. "mob/guardian/land_hit3",
  4212. "mob/guardian/land_hit4"
  4213. ],
  4214. "subtitle": "subtitles.entity.guardian.hurt"
  4215. },
  4216. "entity.horse.ambient": {
  4217. "sounds": [
  4218. "mob/horse/idle1",
  4219. "mob/horse/idle2",
  4220. "mob/horse/idle3"
  4221. ],
  4222. "subtitle": "subtitles.entity.horse.ambient"
  4223. },
  4224. "entity.horse.angry": {
  4225. "sounds": [
  4226. "mob/horse/angry1"
  4227. ],
  4228. "subtitle": "subtitles.entity.horse.angry"
  4229. },
  4230. "entity.horse.armor": {
  4231. "sounds": [
  4232. "mob/horse/armor"
  4233. ],
  4234. "subtitle": "subtitles.entity.horse.armor"
  4235. },
  4236. "entity.horse.breathe": {
  4237. "sounds": [
  4238. "mob/horse/breathe1",
  4239. "mob/horse/breathe2",
  4240. "mob/horse/breathe3"
  4241. ],
  4242. "subtitle": "subtitles.entity.horse.breathe"
  4243. },
  4244. "entity.horse.death": {
  4245. "sounds": [
  4246. "mob/horse/death"
  4247. ],
  4248. "subtitle": "subtitles.entity.horse.death"
  4249. },
  4250. "entity.horse.eat": {
  4251. "sounds": [
  4252. "entity/horse/eat1",
  4253. "entity/horse/eat2",
  4254. "entity/horse/eat3",
  4255. "entity/horse/eat4",
  4256. "entity/horse/eat5"
  4257. ],
  4258. "subtitle": "subtitles.entity.horse.eat"
  4259. },
  4260. "entity.horse.gallop": {
  4261. "sounds": [
  4262. "mob/horse/gallop1",
  4263. "mob/horse/gallop2",
  4264. "mob/horse/gallop3",
  4265. "mob/horse/gallop4"
  4266. ],
  4267. "subtitle": "subtitles.entity.horse.gallop"
  4268. },
  4269. "entity.horse.hurt": {
  4270. "sounds": [
  4271. "mob/horse/hit1",
  4272. "mob/horse/hit2",
  4273. "mob/horse/hit3",
  4274. "mob/horse/hit4"
  4275. ],
  4276. "subtitle": "subtitles.entity.horse.hurt"
  4277. },
  4278. "entity.horse.jump": {
  4279. "sounds": [
  4280. "mob/horse/jump"
  4281. ],
  4282. "subtitle": "subtitles.entity.horse.jump"
  4283. },
  4284. "entity.horse.land": {
  4285. "sounds": [
  4286. "mob/horse/land"
  4287. ]
  4288. },
  4289. "entity.horse.saddle": {
  4290. "sounds": [
  4291. "mob/horse/leather"
  4292. ],
  4293. "subtitle": "subtitles.entity.horse.saddle"
  4294. },
  4295. "entity.horse.step": {
  4296. "sounds": [
  4297. "mob/horse/soft1",
  4298. "mob/horse/soft2",
  4299. "mob/horse/soft3",
  4300. "mob/horse/soft4",
  4301. "mob/horse/soft5",
  4302. "mob/horse/soft6"
  4303. ],
  4304. "subtitle": "subtitles.block.generic.footsteps"
  4305. },
  4306. "entity.horse.step_wood": {
  4307. "sounds": [
  4308. "mob/horse/wood1",
  4309. "mob/horse/wood2",
  4310. "mob/horse/wood3",
  4311. "mob/horse/wood4",
  4312. "mob/horse/wood5",
  4313. "mob/horse/wood6"
  4314. ],
  4315. "subtitle": "subtitles.block.generic.footsteps"
  4316. },
  4317. "entity.hostile.big_fall": {
  4318. "sounds": [
  4319. "damage/fallbig"
  4320. ],
  4321. "subtitle": "subtitles.entity.generic.big_fall"
  4322. },
  4323. "entity.hostile.death": {
  4324. "sounds": [
  4325. "damage/hit1",
  4326. "damage/hit2",
  4327. "damage/hit3"
  4328. ],
  4329. "subtitle": "subtitles.entity.generic.death"
  4330. },
  4331. "entity.hostile.hurt": {
  4332. "sounds": [
  4333. "damage/hit1",
  4334. "damage/hit2",
  4335. "damage/hit3"
  4336. ],
  4337. "subtitle": "subtitles.entity.generic.hurt"
  4338. },
  4339. "entity.hostile.small_fall": {
  4340. "sounds": [
  4341. "damage/fallsmall"
  4342. ],
  4343. "subtitle": "subtitles.entity.generic.small_fall"
  4344. },
  4345. "entity.hostile.splash": {
  4346. "sounds": [
  4347. "liquid/splash",
  4348. "liquid/splash2"
  4349. ],
  4350. "subtitle": "subtitles.entity.generic.splash"
  4351. },
  4352. "entity.hostile.swim": {
  4353. "sounds": [
  4354. "liquid/swim1",
  4355. "liquid/swim2",
  4356. "liquid/swim3",
  4357. "liquid/swim4"
  4358. ],
  4359. "subtitle": "subtitles.entity.generic.swim"
  4360. },
  4361. "entity.husk.ambient": {
  4362. "sounds": [
  4363. "mob/husk/idle1",
  4364. "mob/husk/idle2",
  4365. "mob/husk/idle3"
  4366. ],
  4367. "subtitle": "subtitles.entity.husk.ambient"
  4368. },
  4369. "entity.husk.converted_to_zombie": {
  4370. "sounds": [
  4371. {
  4372. "name": "mob/husk/convert1",
  4373. "volume": 0.8
  4374. },
  4375. {
  4376. "name": "mob/husk/convert2",
  4377. "volume": 0.8
  4378. }
  4379. ],
  4380. "subtitle": "subtitles.entity.husk.converted_to_zombie"
  4381. },
  4382. "entity.husk.death": {
  4383. "sounds": [
  4384. "mob/husk/death1",
  4385. "mob/husk/death2"
  4386. ],
  4387. "subtitle": "subtitles.entity.husk.death"
  4388. },
  4389. "entity.husk.hurt": {
  4390. "sounds": [
  4391. "mob/husk/hurt1",
  4392. "mob/husk/hurt2"
  4393. ],
  4394. "subtitle": "subtitles.entity.husk.hurt"
  4395. },
  4396. "entity.husk.step": {
  4397. "sounds": [
  4398. "mob/husk/step1",
  4399. "mob/husk/step2",
  4400. "mob/husk/step3",
  4401. "mob/husk/step4",
  4402. "mob/husk/step5"
  4403. ]
  4404. },
  4405. "entity.ravager.ambient": {
  4406. "sounds": [
  4407. {
  4408. "name": "mob/ravager/idle1",
  4409. "volume": 1
  4410. },
  4411. {
  4412. "name": "mob/ravager/idle2",
  4413. "volume": 1
  4414. },
  4415. {
  4416. "name": "mob/ravager/idle3",
  4417. "volume": 1
  4418. },
  4419. {
  4420. "name": "mob/ravager/idle4",
  4421. "volume": 1
  4422. },
  4423. {
  4424. "name": "mob/ravager/idle5",
  4425. "volume": 1
  4426. },
  4427. {
  4428. "name": "mob/ravager/idle6",
  4429. "volume": 1
  4430. },
  4431. {
  4432. "name": "mob/ravager/idle7",
  4433. "volume": 1
  4434. },
  4435. {
  4436. "name": "mob/ravager/idle8",
  4437. "volume": 1
  4438. }
  4439. ],
  4440. "subtitle": "subtitles.entity.ravager.ambient"
  4441. },
  4442. "entity.ravager.attack": {
  4443. "sounds": [
  4444. {
  4445. "name": "mob/ravager/bite1",
  4446. "volume": 1
  4447. },
  4448. {
  4449. "name": "mob/ravager/bite2",
  4450. "volume": 1
  4451. },
  4452. {
  4453. "name": "mob/ravager/bite3",
  4454. "volume": 1
  4455. }
  4456. ],
  4457. "subtitle": "subtitles.entity.ravager.attack"
  4458. },
  4459. "entity.ravager.celebrate": {
  4460. "sounds": [
  4461. {
  4462. "name": "mob/ravager/celebrate1",
  4463. "volume": 1
  4464. },
  4465. {
  4466. "name": "mob/ravager/celebrate2",
  4467. "volume": 1
  4468. }
  4469. ],
  4470. "subtitle": "subtitles.entity.ravager.celebrate"
  4471. },
  4472. "entity.ravager.death": {
  4473. "sounds": [
  4474. {
  4475. "name": "mob/ravager/death1",
  4476. "volume": 1
  4477. },
  4478. {
  4479. "name": "mob/ravager/death2",
  4480. "volume": 1
  4481. },
  4482. {
  4483. "name": "mob/ravager/death3",
  4484. "volume": 1
  4485. }
  4486. ],
  4487. "subtitle": "subtitles.entity.ravager.death"
  4488. },
  4489. "entity.ravager.hurt": {
  4490. "sounds": [
  4491. {
  4492. "name": "mob/ravager/hurt1",
  4493. "volume": 1
  4494. },
  4495. {
  4496. "name": "mob/ravager/hurt2",
  4497. "volume": 1
  4498. },
  4499. {
  4500. "name": "mob/ravager/hurt3",
  4501. "volume": 1
  4502. },
  4503. {
  4504. "name": "mob/ravager/hurt4",
  4505. "volume": 1
  4506. }
  4507. ],
  4508. "subtitle": "subtitles.entity.ravager.hurt"
  4509. },
  4510. "entity.ravager.step": {
  4511. "sounds": [
  4512. {
  4513. "name": "mob/ravager/step1",
  4514. "volume": 1
  4515. },
  4516. {
  4517. "name": "mob/ravager/step2",
  4518. "volume": 1
  4519. },
  4520. {
  4521. "name": "mob/ravager/step3",
  4522. "volume": 1
  4523. },
  4524. {
  4525. "name": "mob/ravager/step4",
  4526. "volume": 1
  4527. },
  4528. {
  4529. "name": "mob/ravager/step5",
  4530. "volume": 1
  4531. }
  4532. ],
  4533. "subtitle": "subtitles.entity.ravager.step"
  4534. },
  4535. "entity.ravager.stunned": {
  4536. "sounds": [
  4537. {
  4538. "name": "mob/ravager/stun1",
  4539. "volume": 1
  4540. },
  4541. {
  4542. "name": "mob/ravager/stun2",
  4543. "volume": 1
  4544. },
  4545. {
  4546. "name": "mob/ravager/stun3",
  4547. "volume": 1
  4548. }
  4549. ],
  4550. "subtitle": "subtitles.entity.ravager.stunned"
  4551. },
  4552. "entity.ravager.roar": {
  4553. "sounds": [
  4554. {
  4555. "name": "mob/ravager/roar1",
  4556. "volume": 1,
  4557. "attenuation_distance": 35
  4558. },
  4559. {
  4560. "name": "mob/ravager/roar2",
  4561. "volume": 1,
  4562. "attenuation_distance": 35
  4563. },
  4564. {
  4565. "name": "mob/ravager/roar3",
  4566. "volume": 1,
  4567. "attenuation_distance": 35
  4568. },
  4569. {
  4570. "name": "mob/ravager/roar4",
  4571. "volume": 1,
  4572. "attenuation_distance": 35
  4573. }
  4574. ],
  4575. "subtitle": "subtitles.entity.ravager.roar"
  4576. },
  4577. "entity.illusioner.ambient": {
  4578. "sounds": [
  4579. "mob/illusion_illager/idle1",
  4580. "mob/illusion_illager/idle2",
  4581. "mob/illusion_illager/idle3",
  4582. "mob/illusion_illager/idle4"
  4583. ],
  4584. "subtitle": "subtitles.entity.illusioner.ambient"
  4585. },
  4586. "entity.illusioner.cast_spell": {
  4587. "sounds": [
  4588. "mob/evocation_illager/cast1",
  4589. "mob/evocation_illager/cast2"
  4590. ],
  4591. "subtitle": "subtitles.entity.illusioner.cast_spell"
  4592. },
  4593. "entity.illusioner.death": {
  4594. "sounds": [
  4595. "mob/illusion_illager/death1",
  4596. "mob/illusion_illager/death2"
  4597. ],
  4598. "subtitle": "subtitles.entity.illusioner.death"
  4599. },
  4600. "entity.illusioner.hurt": {
  4601. "sounds": [
  4602. "mob/illusion_illager/hurt1",
  4603. "mob/illusion_illager/hurt2",
  4604. "mob/illusion_illager/hurt3"
  4605. ],
  4606. "subtitle": "subtitles.entity.illusioner.hurt"
  4607. },
  4608. "entity.illusioner.mirror_move": {
  4609. "sounds": [
  4610. "mob/illusion_illager/mirror_move1",
  4611. "mob/illusion_illager/mirror_move2"
  4612. ],
  4613. "subtitle": "subtitles.entity.illusioner.mirror_move"
  4614. },
  4615. "entity.illusioner.prepare_blindness": {
  4616. "sounds": [
  4617. "mob/illusion_illager/prepare_blind"
  4618. ],
  4619. "subtitle": "subtitles.entity.illusioner.prepare_blindness"
  4620. },
  4621. "entity.illusioner.prepare_mirror": {
  4622. "sounds": [
  4623. "mob/illusion_illager/prepare_mirror"
  4624. ],
  4625. "subtitle": "subtitles.entity.illusioner.prepare_mirror"
  4626. },
  4627. "entity.iron_golem.attack": {
  4628. "sounds": [
  4629. "mob/irongolem/throw"
  4630. ],
  4631. "subtitle": "subtitles.entity.iron_golem.attack"
  4632. },
  4633. "entity.iron_golem.death": {
  4634. "sounds": [
  4635. "mob/irongolem/death"
  4636. ],
  4637. "subtitle": "subtitles.entity.iron_golem.death"
  4638. },
  4639. "entity.iron_golem.hurt": {
  4640. "sounds": [
  4641. "mob/irongolem/hit1",
  4642. "mob/irongolem/hit2",
  4643. "mob/irongolem/hit3",
  4644. "mob/irongolem/hit4"
  4645. ],
  4646. "subtitle": "subtitles.entity.iron_golem.hurt"
  4647. },
  4648. "entity.iron_golem.repair": {
  4649. "sounds": [
  4650. "mob/irongolem/repair"
  4651. ],
  4652. "subtitle": "subtitles.entity.iron_golem.repair"
  4653. },
  4654. "entity.iron_golem.damage": {
  4655. "sounds": [
  4656. {
  4657. "name": "mob/irongolem/damage1",
  4658. "volume": 0.8
  4659. },
  4660. {
  4661. "name": "mob/irongolem/damage2",
  4662. "volume": 0.8
  4663. },
  4664. {
  4665. "name": "mob/irongolem/damage1",
  4666. "volume": 0.8,
  4667. "pitch": 0.8
  4668. },
  4669. {
  4670. "name": "mob/irongolem/damage2",
  4671. "volume": 0.8,
  4672. "pitch": 0.8
  4673. }
  4674. ],
  4675. "subtitle": "subtitles.entity.iron_golem.damage"
  4676. },
  4677. "entity.iron_golem.step": {
  4678. "sounds": [
  4679. "mob/irongolem/walk1",
  4680. "mob/irongolem/walk2",
  4681. "mob/irongolem/walk3",
  4682. "mob/irongolem/walk4"
  4683. ],
  4684. "subtitle": "subtitles.block.generic.footsteps"
  4685. },
  4686. "entity.item.break": {
  4687. "sounds": [
  4688. "random/break"
  4689. ],
  4690. "subtitle": "subtitles.entity.item.break"
  4691. },
  4692. "entity.item.pickup": {
  4693. "sounds": [
  4694. "random/pop"
  4695. ],
  4696. "subtitle": "subtitles.entity.item.pickup"
  4697. },
  4698. "entity.item_frame.add_item": {
  4699. "sounds": [
  4700. "entity/itemframe/add_item1",
  4701. "entity/itemframe/add_item2",
  4702. "entity/itemframe/add_item3",
  4703. "entity/itemframe/add_item4"
  4704. ],
  4705. "subtitle": "subtitles.entity.item_frame.add_item"
  4706. },
  4707. "entity.item_frame.break": {
  4708. "sounds": [
  4709. "entity/itemframe/break1",
  4710. "entity/itemframe/break2",
  4711. "entity/itemframe/break3"
  4712. ],
  4713. "subtitle": "subtitles.entity.item_frame.break"
  4714. },
  4715. "entity.item_frame.place": {
  4716. "sounds": [
  4717. "entity/itemframe/place1",
  4718. "entity/itemframe/place2",
  4719. "entity/itemframe/place3",
  4720. "entity/itemframe/place4"
  4721. ],
  4722. "subtitle": "subtitles.entity.item_frame.place"
  4723. },
  4724. "entity.item_frame.remove_item": {
  4725. "sounds": [
  4726. "entity/itemframe/remove_item1",
  4727. "entity/itemframe/remove_item2",
  4728. "entity/itemframe/remove_item3",
  4729. "entity/itemframe/remove_item4"
  4730. ],
  4731. "subtitle": "subtitles.entity.item_frame.remove_item"
  4732. },
  4733. "entity.item_frame.rotate_item": {
  4734. "sounds": [
  4735. "entity/itemframe/rotate_item1",
  4736. "entity/itemframe/rotate_item2",
  4737. "entity/itemframe/rotate_item3",
  4738. "entity/itemframe/rotate_item4"
  4739. ],
  4740. "subtitle": "subtitles.entity.item_frame.rotate_item"
  4741. },
  4742. "entity.leash_knot.break": {
  4743. "sounds": [
  4744. "entity/leashknot/break1",
  4745. "entity/leashknot/break2",
  4746. "entity/leashknot/break3"
  4747. ],
  4748. "subtitle": "subtitles.entity.leash_knot.break"
  4749. },
  4750. "entity.leash_knot.place": {
  4751. "sounds": [
  4752. "entity/leashknot/place1",
  4753. "entity/leashknot/place2",
  4754. "entity/leashknot/place3"
  4755. ],
  4756. "subtitle": "subtitles.entity.leash_knot.place"
  4757. },
  4758. "entity.lightning_bolt.impact": {
  4759. "sounds": [
  4760. "random/explode1",
  4761. "random/explode2",
  4762. "random/explode3",
  4763. "random/explode4"
  4764. ],
  4765. "subtitle": "subtitles.entity.lightning_bolt.impact"
  4766. },
  4767. "entity.lightning_bolt.thunder": {
  4768. "sounds": [
  4769. "ambient/weather/thunder1",
  4770. "ambient/weather/thunder2",
  4771. "ambient/weather/thunder3"
  4772. ],
  4773. "subtitle": "subtitles.entity.lightning_bolt.thunder"
  4774. },
  4775. "entity.lingering_potion.throw": {
  4776. "sounds": [
  4777. "random/bow"
  4778. ],
  4779. "subtitle": "subtitles.entity.potion.throw"
  4780. },
  4781. "entity.llama.ambient": {
  4782. "sounds": [
  4783. "mob/llama/idle1",
  4784. "mob/llama/idle2",
  4785. "mob/llama/idle3",
  4786. "mob/llama/idle4",
  4787. "mob/llama/idle5"
  4788. ],
  4789. "subtitle": "subtitles.entity.llama.ambient"
  4790. },
  4791. "entity.llama.angry": {
  4792. "sounds": [
  4793. "mob/llama/angry1"
  4794. ],
  4795. "subtitle": "subtitles.entity.llama.angry"
  4796. },
  4797. "entity.llama.chest": {
  4798. "sounds": [
  4799. "mob/chicken/plop"
  4800. ],
  4801. "subtitle": "subtitles.entity.llama.chest"
  4802. },
  4803. "entity.llama.death": {
  4804. "sounds": [
  4805. "mob/llama/death1",
  4806. "mob/llama/death2"
  4807. ],
  4808. "subtitle": "subtitles.entity.llama.death"
  4809. },
  4810. "entity.llama.eat": {
  4811. "sounds": [
  4812. "mob/llama/eat1",
  4813. "mob/llama/eat2",
  4814. "mob/llama/eat3"
  4815. ],
  4816. "subtitle": "subtitles.entity.llama.eat"
  4817. },
  4818. "entity.llama.hurt": {
  4819. "sounds": [
  4820. "mob/llama/hurt1",
  4821. "mob/llama/hurt2",
  4822. "mob/llama/hurt3"
  4823. ],
  4824. "subtitle": "subtitles.entity.llama.hurt"
  4825. },
  4826. "entity.llama.spit": {
  4827. "sounds": [
  4828. "mob/llama/spit1",
  4829. "mob/llama/spit2"
  4830. ],
  4831. "subtitle": "subtitles.entity.llama.spit"
  4832. },
  4833. "entity.llama.step": {
  4834. "sounds": [
  4835. "mob/llama/step1",
  4836. "mob/llama/step2",
  4837. "mob/llama/step3",
  4838. "mob/llama/step4",
  4839. "mob/llama/step5"
  4840. ],
  4841. "subtitle": "subtitles.entity.llama.step"
  4842. },
  4843. "entity.llama.swag": {
  4844. "sounds": [
  4845. "mob/llama/swag"
  4846. ],
  4847. "subtitle": "subtitles.entity.llama.swag"
  4848. },
  4849. "entity.magma_cube.death": {
  4850. "sounds": [
  4851. "mob/slime/big1",
  4852. "mob/slime/big2",
  4853. "mob/slime/big3",
  4854. "mob/slime/big4"
  4855. ],
  4856. "subtitle": "subtitles.entity.magma_cube.death"
  4857. },
  4858. "entity.magma_cube.death_small": {
  4859. "sounds": [
  4860. "mob/slime/small1",
  4861. "mob/slime/small2",
  4862. "mob/slime/small3",
  4863. "mob/slime/small4",
  4864. "mob/slime/small5"
  4865. ],
  4866. "subtitle": "subtitles.entity.magma_cube.death"
  4867. },
  4868. "entity.magma_cube.hurt": {
  4869. "sounds": [
  4870. "mob/slime/big1",
  4871. "mob/slime/big2",
  4872. "mob/slime/big3",
  4873. "mob/slime/big4"
  4874. ],
  4875. "subtitle": "subtitles.entity.magma_cube.hurt"
  4876. },
  4877. "entity.magma_cube.hurt_small": {
  4878. "sounds": [
  4879. "mob/slime/small1",
  4880. "mob/slime/small2",
  4881. "mob/slime/small3",
  4882. "mob/slime/small4",
  4883. "mob/slime/small5"
  4884. ],
  4885. "subtitle": "subtitles.entity.magma_cube.hurt"
  4886. },
  4887. "entity.magma_cube.jump": {
  4888. "sounds": [
  4889. "mob/magmacube/jump1",
  4890. "mob/magmacube/jump2",
  4891. "mob/magmacube/jump3",
  4892. "mob/magmacube/jump4"
  4893. ],
  4894. "subtitle": "subtitles.entity.magma_cube.squish"
  4895. },
  4896. "entity.magma_cube.squish": {
  4897. "sounds": [
  4898. "mob/magmacube/big1",
  4899. "mob/magmacube/big2",
  4900. "mob/magmacube/big3",
  4901. "mob/magmacube/big4"
  4902. ],
  4903. "subtitle": "subtitles.entity.magma_cube.squish"
  4904. },
  4905. "entity.magma_cube.squish_small": {
  4906. "sounds": [
  4907. "mob/magmacube/small1",
  4908. "mob/magmacube/small2",
  4909. "mob/magmacube/small3",
  4910. "mob/magmacube/small4",
  4911. "mob/magmacube/small5"
  4912. ],
  4913. "subtitle": "subtitles.entity.magma_cube.squish"
  4914. },
  4915. "entity.minecart.inside": {
  4916. "sounds": [
  4917. "minecart/inside"
  4918. ]
  4919. },
  4920. "entity.minecart.riding": {
  4921. "sounds": [
  4922. "minecart/base"
  4923. ],
  4924. "subtitle": "subtitles.entity.minecart.riding"
  4925. },
  4926. "entity.mooshroom.convert": {
  4927. "sounds": [
  4928. {
  4929. "name": "mob/mooshroom/convert1",
  4930. "volume": 0.75
  4931. },
  4932. {
  4933. "name": "mob/mooshroom/convert2",
  4934. "volume": 0.75
  4935. }
  4936. ],
  4937. "subtitle": "subtitles.entity.mooshroom.convert"
  4938. },
  4939. "entity.mooshroom.eat": {
  4940. "sounds": [
  4941. {
  4942. "name": "mob/mooshroom/eat1",
  4943. "volume": 1
  4944. },
  4945. {
  4946. "name": "mob/mooshroom/eat2",
  4947. "volume": 1
  4948. },
  4949. {
  4950. "name": "mob/mooshroom/eat3",
  4951. "volume": 1
  4952. },
  4953. {
  4954. "name": "mob/mooshroom/eat4",
  4955. "volume": 1
  4956. },
  4957. {
  4958. "name": "mob/mooshroom/eat1",
  4959. "pitch": 0.95
  4960. },
  4961. {
  4962. "name": "mob/mooshroom/eat2",
  4963. "pitch": 0.95
  4964. },
  4965. {
  4966. "name": "mob/mooshroom/eat3",
  4967. "pitch": 0.95
  4968. },
  4969. {
  4970. "name": "mob/mooshroom/eat4",
  4971. "pitch": 0.95
  4972. },
  4973. {
  4974. "name": "mob/mooshroom/eat1",
  4975. "pitch": 1.05
  4976. },
  4977. {
  4978. "name": "mob/mooshroom/eat2",
  4979. "pitch": 1.05
  4980. },
  4981. {
  4982. "name": "mob/mooshroom/eat3",
  4983. "pitch": 1.05
  4984. },
  4985. {
  4986. "name": "mob/mooshroom/eat4",
  4987. "pitch": 1.05
  4988. }
  4989. ],
  4990. "subtitle": "subtitles.entity.mooshroom.eat"
  4991. },
  4992. "entity.mooshroom.milk": {
  4993. "sounds": [
  4994. {
  4995. "name": "mob/mooshroom/milk1",
  4996. "volume": 1
  4997. },
  4998. {
  4999. "name": "mob/mooshroom/milk2",
  5000. "volume": 1
  5001. },
  5002. {
  5003. "name": "mob/mooshroom/milk3",
  5004. "volume": 1
  5005. },
  5006. {
  5007. "name": "mob/mooshroom/milk1",
  5008. "pitch": 0.9
  5009. },
  5010. {
  5011. "name": "mob/mooshroom/milk2",
  5012. "pitch": 0.9
  5013. },
  5014. {
  5015. "name": "mob/mooshroom/milk3",
  5016. "pitch": 0.9
  5017. },
  5018. {
  5019. "name": "mob/mooshroom/milk1",
  5020. "pitch": 1.1
  5021. },
  5022. {
  5023. "name": "mob/mooshroom/milk2",
  5024. "pitch": 1.1
  5025. },
  5026. {
  5027. "name": "mob/mooshroom/milk3",
  5028. "pitch": 1.1
  5029. }
  5030. ],
  5031. "subtitle": "subtitles.entity.mooshroom.milk"
  5032. },
  5033. "entity.mooshroom.suspicious_milk": {
  5034. "sounds": [
  5035. {
  5036. "name": "mob/mooshroom/milk1",
  5037. "volume": 1
  5038. },
  5039. {
  5040. "name": "mob/mooshroom/milk2",
  5041. "volume": 1
  5042. },
  5043. {
  5044. "name": "mob/mooshroom/milk3",
  5045. "volume": 1
  5046. },
  5047. {
  5048. "name": "mob/mooshroom/milk1",
  5049. "pitch": 0.9
  5050. },
  5051. {
  5052. "name": "mob/mooshroom/milk2",
  5053. "pitch": 0.9
  5054. },
  5055. {
  5056. "name": "mob/mooshroom/milk3",
  5057. "pitch": 0.9
  5058. },
  5059. {
  5060. "name": "mob/mooshroom/milk1",
  5061. "pitch": 1.1
  5062. },
  5063. {
  5064. "name": "mob/mooshroom/milk2",
  5065. "pitch": 1.1
  5066. },
  5067. {
  5068. "name": "mob/mooshroom/milk3",
  5069. "pitch": 1.1
  5070. }
  5071. ],
  5072. "subtitle": "subtitles.entity.mooshroom.suspicious_milk"
  5073. },
  5074. "entity.mooshroom.shear": {
  5075. "sounds": [
  5076. "mob/sheep/shear"
  5077. ],
  5078. "subtitle": "subtitles.item.shears.shear"
  5079. },
  5080. "entity.mule.ambient": {
  5081. "sounds": [
  5082. "mob/horse/donkey/idle1",
  5083. "mob/horse/donkey/idle2",
  5084. "mob/horse/donkey/idle3"
  5085. ],
  5086. "subtitle": "subtitles.entity.mule.ambient"
  5087. },
  5088. "entity.mule.chest": {
  5089. "sounds": [
  5090. "mob/chicken/plop"
  5091. ],
  5092. "subtitle": "subtitles.entity.mule.chest"
  5093. },
  5094. "entity.mule.death": {
  5095. "sounds": [
  5096. "mob/horse/donkey/death"
  5097. ],
  5098. "subtitle": "subtitles.entity.mule.death"
  5099. },
  5100. "entity.mule.hurt": {
  5101. "sounds": [
  5102. "mob/horse/donkey/hit1",
  5103. "mob/horse/donkey/hit2",
  5104. "mob/horse/donkey/hit3"
  5105. ],
  5106. "subtitle": "subtitles.entity.mule.hurt"
  5107. },
  5108. "entity.painting.break": {
  5109. "sounds": [
  5110. "entity/painting/break1",
  5111. "entity/painting/break2",
  5112. "entity/painting/break3"
  5113. ],
  5114. "subtitle": "subtitles.entity.painting.break"
  5115. },
  5116. "entity.painting.place": {
  5117. "sounds": [
  5118. "entity/painting/place1",
  5119. "entity/painting/place2",
  5120. "entity/painting/place3",
  5121. "entity/painting/place4"
  5122. ],
  5123. "subtitle": "subtitles.entity.painting.place"
  5124. },
  5125. "entity.panda.pre_sneeze": {
  5126. "sounds": [
  5127. {
  5128. "name": "mob/panda/pre_sneeze",
  5129. "volume": 1
  5130. }
  5131. ],
  5132. "subtitle": "subtitles.entity.panda.pre_sneeze"
  5133. },
  5134. "entity.panda.sneeze": {
  5135. "sounds": [
  5136. {
  5137. "name": "mob/panda/sneeze1",
  5138. "volume": 1
  5139. },
  5140. {
  5141. "name": "mob/panda/sneeze2",
  5142. "volume": 1
  5143. },
  5144. {
  5145. "name": "mob/panda/sneeze3",
  5146. "volume": 1
  5147. }
  5148. ],
  5149. "subtitle": "subtitles.entity.panda.sneeze"
  5150. },
  5151. "entity.panda.ambient": {
  5152. "sounds": [
  5153. {
  5154. "name": "mob/panda/idle1",
  5155. "volume": 1
  5156. },
  5157. {
  5158. "name": "mob/panda/idle2",
  5159. "volume": 1
  5160. },
  5161. {
  5162. "name": "mob/panda/idle3",
  5163. "volume": 1
  5164. },
  5165. {
  5166. "name": "mob/panda/idle4",
  5167. "volume": 1
  5168. },
  5169. {
  5170. "name": "mob/panda/nosebreath1",
  5171. "volume": 1
  5172. },
  5173. {
  5174. "name": "mob/panda/nosebreath2",
  5175. "volume": 1
  5176. },
  5177. {
  5178. "name": "mob/panda/nosebreath3",
  5179. "volume": 1
  5180. },
  5181. {
  5182. "name": "mob/panda/pant1",
  5183. "volume": 1
  5184. },
  5185. {
  5186. "name": "mob/panda/pant2",
  5187. "volume": 1
  5188. }
  5189. ],
  5190. "subtitle": "subtitles.entity.panda.ambient"
  5191. },
  5192. "entity.panda.bite": {
  5193. "sounds": [
  5194. {
  5195. "name": "mob/panda/bite1",
  5196. "volume": 1
  5197. },
  5198. {
  5199. "name": "mob/panda/bite2",
  5200. "volume": 1
  5201. },
  5202. {
  5203. "name": "mob/panda/bite3",
  5204. "volume": 1
  5205. }
  5206. ],
  5207. "subtitle": "subtitles.entity.panda.bite"
  5208. },
  5209. "entity.panda.cant_breed": {
  5210. "sounds": [
  5211. {
  5212. "name": "mob/panda/cant_breed1",
  5213. "volume": 1
  5214. },
  5215. {
  5216. "name": "mob/panda/cant_breed2",
  5217. "volume": 1
  5218. },
  5219. {
  5220. "name": "mob/panda/cant_breed3",
  5221. "volume": 1
  5222. },
  5223. {
  5224. "name": "mob/panda/cant_breed4",
  5225. "volume": 1
  5226. },
  5227. {
  5228. "name": "mob/panda/cant_breed5",
  5229. "volume": 1
  5230. }
  5231. ],
  5232. "subtitle": "subtitles.entity.panda.cant_breed"
  5233. },
  5234. "entity.panda.death": {
  5235. "sounds": [
  5236. {
  5237. "name": "mob/panda/death1",
  5238. "volume": 0.82
  5239. },
  5240. {
  5241. "name": "mob/panda/death2",
  5242. "volume": 0.82
  5243. },
  5244. {
  5245. "name": "mob/panda/death3",
  5246. "volume": 0.82
  5247. },
  5248. {
  5249. "name": "mob/panda/death4",
  5250. "volume": 0.82
  5251. }
  5252. ],
  5253. "subtitle": "subtitles.entity.panda.death"
  5254. },
  5255. "entity.panda.eat": {
  5256. "sounds": [
  5257. {
  5258. "name": "mob/panda/eat1",
  5259. "volume": 1
  5260. },
  5261. {
  5262. "name": "mob/panda/eat2",
  5263. "volume": 1
  5264. },
  5265. {
  5266. "name": "mob/panda/eat3",
  5267. "volume": 1
  5268. },
  5269. {
  5270. "name": "mob/panda/eat4",
  5271. "volume": 1
  5272. },
  5273. {
  5274. "name": "mob/panda/eat5",
  5275. "volume": 0.85
  5276. },
  5277. {
  5278. "name": "mob/panda/eat6",
  5279. "volume": 1
  5280. },
  5281. {
  5282. "name": "mob/panda/eat7",
  5283. "volume": 1
  5284. },
  5285. {
  5286. "name": "mob/panda/eat8",
  5287. "volume": 1
  5288. },
  5289. {
  5290. "name": "mob/panda/eat9",
  5291. "volume": 1
  5292. },
  5293. {
  5294. "name": "mob/panda/eat10",
  5295. "volume": 1
  5296. },
  5297. {
  5298. "name": "mob/panda/eat11",
  5299. "volume": 1
  5300. },
  5301. {
  5302. "name": "mob/panda/eat12",
  5303. "volume": 1
  5304. }
  5305. ],
  5306. "subtitle": "subtitles.entity.panda.eat"
  5307. },
  5308. "entity.panda.step": {
  5309. "sounds": [
  5310. {
  5311. "name": "mob/panda/step1",
  5312. "volume": 1
  5313. },
  5314. {
  5315. "name": "mob/panda/step2",
  5316. "volume": 1
  5317. },
  5318. {
  5319. "name": "mob/panda/step3",
  5320. "volume": 1
  5321. },
  5322. {
  5323. "name": "mob/panda/step4",
  5324. "volume": 1
  5325. },
  5326. {
  5327. "name": "mob/panda/step5",
  5328. "volume": 1
  5329. }
  5330. ],
  5331. "subtitle": "subtitles.entity.panda.step"
  5332. },
  5333. "entity.panda.aggressive_ambient": {
  5334. "sounds": [
  5335. {
  5336. "name": "mob/panda/aggressive/aggressive1",
  5337. "volume": 1
  5338. },
  5339. {
  5340. "name": "mob/panda/aggressive/aggressive2",
  5341. "volume": 1
  5342. },
  5343. {
  5344. "name": "mob/panda/aggressive/aggressive3",
  5345. "volume": 1
  5346. },
  5347. {
  5348. "name": "mob/panda/aggressive/aggressive4",
  5349. "volume": 0.8
  5350. },
  5351. {
  5352. "name": "mob/panda/nosebreath2",
  5353. "volume": 1
  5354. },
  5355. {
  5356. "name": "mob/panda/nosebreath3",
  5357. "volume": 1
  5358. },
  5359. {
  5360. "name": "mob/panda/pant1",
  5361. "volume": 1
  5362. },
  5363. {
  5364. "name": "mob/panda/pant2",
  5365. "volume": 1
  5366. }
  5367. ],
  5368. "subtitle": "subtitles.entity.panda.aggressive_ambient"
  5369. },
  5370. "entity.panda.worried_ambient": {
  5371. "sounds": [
  5372. {
  5373. "name": "mob/panda/worried/worried2",
  5374. "volume": 1
  5375. },
  5376. {
  5377. "name": "mob/panda/worried/worried3",
  5378. "volume": 1
  5379. },
  5380. {
  5381. "name": "mob/panda/worried/worried4",
  5382. "volume": 1
  5383. },
  5384. {
  5385. "name": "mob/panda/worried/worried5",
  5386. "volume": 1
  5387. },
  5388. {
  5389. "name": "mob/panda/worried/worried6",
  5390. "volume": 1
  5391. },
  5392. {
  5393. "name": "mob/panda/pant2",
  5394. "volume": 1
  5395. }
  5396. ],
  5397. "subtitle": "subtitles.entity.panda.worried_ambient"
  5398. },
  5399. "entity.panda.hurt": {
  5400. "sounds": [
  5401. {
  5402. "name": "mob/panda/hurt1",
  5403. "volume": 0.82
  5404. },
  5405. {
  5406. "name": "mob/panda/hurt2",
  5407. "volume": 0.82
  5408. },
  5409. {
  5410. "name": "mob/panda/hurt3",
  5411. "volume": 0.82
  5412. },
  5413. {
  5414. "name": "mob/panda/hurt4",
  5415. "volume": 0.82
  5416. },
  5417. {
  5418. "name": "mob/panda/hurt5",
  5419. "volume": 0.82
  5420. },
  5421. {
  5422. "name": "mob/panda/hurt6",
  5423. "volume": 0.82
  5424. }
  5425. ],
  5426. "subtitle": "subtitles.entity.panda.hurt"
  5427. },
  5428. "entity.pillager.ambient": {
  5429. "sounds": [
  5430. {
  5431. "name": "mob/pillager/idle1",
  5432. "volume": 1
  5433. },
  5434. {
  5435. "name": "mob/pillager/idle2",
  5436. "volume": 1
  5437. },
  5438. {
  5439. "name": "mob/pillager/idle3",
  5440. "volume": 1
  5441. },
  5442. {
  5443. "name": "mob/pillager/idle4",
  5444. "volume": 1
  5445. }
  5446. ],
  5447. "subtitle": "subtitles.entity.pillager.ambient"
  5448. },
  5449. "entity.pillager.hurt": {
  5450. "sounds": [
  5451. {
  5452. "name": "mob/pillager/hurt1",
  5453. "volume": 1
  5454. },
  5455. {
  5456. "name": "mob/pillager/hurt2",
  5457. "volume": 1
  5458. },
  5459. {
  5460. "name": "mob/pillager/hurt3",
  5461. "volume": 1
  5462. }
  5463. ],
  5464. "subtitle": "subtitles.entity.pillager.hurt"
  5465. },
  5466. "entity.pillager.celebrate": {
  5467. "sounds": [
  5468. {
  5469. "name": "mob/pillager/celebrate1",
  5470. "volume": 1
  5471. },
  5472. {
  5473. "name": "mob/pillager/celebrate2",
  5474. "volume": 1
  5475. },
  5476. {
  5477. "name": "mob/pillager/celebrate3",
  5478. "volume": 1
  5479. },
  5480. {
  5481. "name": "mob/pillager/celebrate4",
  5482. "volume": 1
  5483. },
  5484. {
  5485. "name": "mob/pillager/horn_celebrate",
  5486. "volume": 1
  5487. }
  5488. ],
  5489. "subtitle": "subtitles.entity.pillager.celebrate"
  5490. },
  5491. "entity.pillager.death": {
  5492. "sounds": [
  5493. {
  5494. "name": "mob/pillager/death1",
  5495. "volume": 1
  5496. },
  5497. {
  5498. "name": "mob/pillager/death2",
  5499. "volume": 1
  5500. }
  5501. ],
  5502. "subtitle": "subtitles.entity.pillager.death"
  5503. },
  5504. "entity.parrot.ambient": {
  5505. "sounds": [
  5506. {
  5507. "name": "mob/parrot/idle1",
  5508. "volume": 0.7
  5509. },
  5510. {
  5511. "name": "mob/parrot/idle2",
  5512. "volume": 0.7
  5513. },
  5514. {
  5515. "name": "mob/parrot/idle3",
  5516. "volume": 0.7
  5517. },
  5518. {
  5519. "name": "mob/parrot/idle4",
  5520. "volume": 0.7
  5521. },
  5522. {
  5523. "name": "mob/parrot/idle5",
  5524. "volume": 0.7
  5525. },
  5526. {
  5527. "name": "mob/parrot/idle6",
  5528. "volume": 0.7
  5529. }
  5530. ],
  5531. "subtitle": "subtitles.entity.parrot.ambient"
  5532. },
  5533. "entity.parrot.death": {
  5534. "sounds": [
  5535. {
  5536. "name": "mob/parrot/death1",
  5537. "pitch": 0.9
  5538. },
  5539. {
  5540. "name": "mob/parrot/death2",
  5541. "pitch": 0.9
  5542. },
  5543. {
  5544. "name": "mob/parrot/death3",
  5545. "pitch": 0.9
  5546. },
  5547. {
  5548. "name": "mob/parrot/death4",
  5549. "pitch": 0.7
  5550. }
  5551. ],
  5552. "subtitle": "subtitles.entity.parrot.death"
  5553. },
  5554. "entity.parrot.eat": {
  5555. "sounds": [
  5556. "mob/parrot/eat1",
  5557. "mob/parrot/eat2",
  5558. "mob/parrot/eat3"
  5559. ],
  5560. "subtitle": "subtitles.entity.parrot.eats"
  5561. },
  5562. "entity.parrot.fly": {
  5563. "sounds": [
  5564. "mob/parrot/fly1",
  5565. "mob/parrot/fly2",
  5566. "mob/parrot/fly3",
  5567. "mob/parrot/fly4",
  5568. "mob/parrot/fly5",
  5569. "mob/parrot/fly6",
  5570. "mob/parrot/fly7",
  5571. "mob/parrot/fly8"
  5572. ]
  5573. },
  5574. "entity.parrot.hurt": {
  5575. "sounds": [
  5576. {
  5577. "name": "mob/parrot/hurt1",
  5578. "pitch": 0.8
  5579. },
  5580. {
  5581. "name": "mob/parrot/hurt2",
  5582. "pitch": 0.9
  5583. },
  5584. {
  5585. "name": "mob/parrot/hurt1",
  5586. "pitch": 0.9
  5587. }
  5588. ],
  5589. "subtitle": "subtitles.entity.parrot.hurts"
  5590. },
  5591. "entity.parrot.imitate.blaze": {
  5592. "sounds": [
  5593. {
  5594. "name": "entity.blaze.ambient",
  5595. "pitch": 1.8,
  5596. "type": "event",
  5597. "volume": 0.4
  5598. }
  5599. ],
  5600. "subtitle": "subtitles.entity.parrot.imitate.blaze"
  5601. },
  5602. "entity.parrot.imitate.creeper": {
  5603. "sounds": [
  5604. {
  5605. "name": "entity.creeper.primed",
  5606. "pitch": 1.8,
  5607. "type": "event",
  5608. "volume": 0.6
  5609. }
  5610. ],
  5611. "subtitle": "subtitles.entity.parrot.imitate.creeper"
  5612. },
  5613. "entity.parrot.imitate.drowned": {
  5614. "sounds": [
  5615. {
  5616. "name": "entity.drowned.ambient",
  5617. "pitch": 1.8,
  5618. "type": "event",
  5619. "volume": 0.6
  5620. }
  5621. ],
  5622. "subtitle": "subtitles.entity.parrot.imitate.drowned"
  5623. },
  5624. "entity.parrot.imitate.elder_guardian": {
  5625. "sounds": [
  5626. {
  5627. "name": "entity.elder_guardian.ambient_land",
  5628. "pitch": 1.8,
  5629. "type": "event",
  5630. "volume": 0.7
  5631. }
  5632. ],
  5633. "subtitle": "subtitles.entity.parrot.imitate.elder_guardian"
  5634. },
  5635. "entity.parrot.imitate.ender_dragon": {
  5636. "sounds": [
  5637. {
  5638. "name": "entity.ender_dragon.ambient",
  5639. "pitch": 1.8,
  5640. "type": "event",
  5641. "volume": 0.2
  5642. }
  5643. ],
  5644. "subtitle": "subtitles.entity.parrot.imitate.ender_dragon"
  5645. },
  5646. "entity.parrot.imitate.endermite": {
  5647. "sounds": [
  5648. {
  5649. "name": "entity.endermite.ambient",
  5650. "pitch": 1.8,
  5651. "type": "event",
  5652. "volume": 0.7
  5653. }
  5654. ],
  5655. "subtitle": "subtitles.entity.parrot.imitate.endermite"
  5656. },
  5657. "entity.parrot.imitate.evoker": {
  5658. "sounds": [
  5659. {
  5660. "name": "entity.evoker.cast_spell",
  5661. "pitch": 1.8,
  5662. "type": "event",
  5663. "volume": 0.6
  5664. }
  5665. ],
  5666. "subtitle": "subtitles.entity.parrot.imitate.evoker"
  5667. },
  5668. "entity.parrot.imitate.ghast": {
  5669. "sounds": [
  5670. {
  5671. "name": "entity.ghast.ambient",
  5672. "pitch": 1.8,
  5673. "type": "event",
  5674. "volume": 0.7
  5675. }
  5676. ],
  5677. "subtitle": "subtitles.entity.parrot.imitate.ghast"
  5678. },
  5679. "entity.parrot.imitate.guardian": {
  5680. "sounds": [
  5681. {
  5682. "name": "entity.guardian.ambient",
  5683. "pitch": 1.8,
  5684. "type": "event",
  5685. "volume": 0.4
  5686. }
  5687. ],
  5688. "subtitle": "subtitles.entity.parrot.imitate.guardian"
  5689. },
  5690. "entity.parrot.imitate.husk": {
  5691. "sounds": [
  5692. {
  5693. "name": "entity.husk.ambient",
  5694. "pitch": 1.8,
  5695. "type": "event",
  5696. "volume": 0.6
  5697. }
  5698. ],
  5699. "subtitle": "subtitles.entity.parrot.imitate.husk"
  5700. },
  5701. "entity.parrot.imitate.illusioner": {
  5702. "sounds": [
  5703. {
  5704. "name": "entity.illusioner.ambient",
  5705. "pitch": 1.8,
  5706. "type": "event",
  5707. "volume": 0.7
  5708. }
  5709. ],
  5710. "subtitle": "subtitles.entity.parrot.imitate.illusioner"
  5711. },
  5712. "entity.parrot.imitate.magma_cube": {
  5713. "sounds": [
  5714. {
  5715. "name": "entity.magma_cube.squish",
  5716. "pitch": 1.8,
  5717. "type": "event",
  5718. "volume": 0.6
  5719. }
  5720. ],
  5721. "subtitle": "subtitles.entity.parrot.imitate.magma_cube"
  5722. },
  5723. "entity.parrot.imitate.phantom": {
  5724. "sounds": [
  5725. {
  5726. "name": "entity.phantom.ambient",
  5727. "pitch": 1.7,
  5728. "type": "event",
  5729. "volume": 0.6
  5730. }
  5731. ],
  5732. "subtitle": "subtitles.entity.parrot.imitate.phantom"
  5733. },
  5734. "entity.parrot.imitate.pillager": {
  5735. "sounds": [
  5736. {
  5737. "name": "entity.pillager.ambient",
  5738. "pitch": 1.8,
  5739. "type": "event",
  5740. "volume": 0.4
  5741. }
  5742. ],
  5743. "subtitle": "subtitles.entity.parrot.imitate.pillager"
  5744. },
  5745. "entity.parrot.imitate.ravager": {
  5746. "sounds": [
  5747. {
  5748. "name": "entity.ravager.ambient",
  5749. "pitch": 1.8,
  5750. "type": "event",
  5751. "volume": 0.2
  5752. }
  5753. ],
  5754. "subtitle": "subtitles.entity.parrot.imitate.ravager"
  5755. },
  5756. "entity.parrot.imitate.shulker": {
  5757. "sounds": [
  5758. {
  5759. "name": "entity.shulker.ambient",
  5760. "pitch": 1.7,
  5761. "type": "event",
  5762. "volume": 0.4
  5763. }
  5764. ],
  5765. "subtitle": "subtitles.entity.parrot.imitate.shulker"
  5766. },
  5767. "entity.parrot.imitate.silverfish": {
  5768. "sounds": [
  5769. {
  5770. "name": "entity.silverfish.ambient",
  5771. "pitch": 1.8,
  5772. "type": "event",
  5773. "volume": 0.7
  5774. }
  5775. ],
  5776. "subtitle": "subtitles.entity.parrot.imitate.silverfish"
  5777. },
  5778. "entity.parrot.imitate.skeleton": {
  5779. "sounds": [
  5780. {
  5781. "name": "entity.skeleton.ambient",
  5782. "pitch": 1.7,
  5783. "type": "event"
  5784. }
  5785. ],
  5786. "subtitle": "subtitles.entity.parrot.imitate.skeleton"
  5787. },
  5788. "entity.parrot.imitate.slime": {
  5789. "sounds": [
  5790. {
  5791. "name": "entity.slime.squish",
  5792. "pitch": 1.8,
  5793. "type": "event",
  5794. "volume": 0.6
  5795. }
  5796. ],
  5797. "subtitle": "subtitles.entity.parrot.imitate.slime"
  5798. },
  5799. "entity.parrot.imitate.spider": {
  5800. "sounds": [
  5801. {
  5802. "name": "entity.spider.ambient",
  5803. "pitch": 1.8,
  5804. "type": "event",
  5805. "volume": 0.6
  5806. }
  5807. ],
  5808. "subtitle": "subtitles.entity.parrot.imitate.spider"
  5809. },
  5810. "entity.parrot.imitate.stray": {
  5811. "sounds": [
  5812. {
  5813. "name": "entity.stray.ambient",
  5814. "pitch": 1.6,
  5815. "type": "event",
  5816. "volume": 0.6
  5817. }
  5818. ],
  5819. "subtitle": "subtitles.entity.parrot.imitate.stray"
  5820. },
  5821. "entity.parrot.imitate.vex": {
  5822. "sounds": [
  5823. {
  5824. "name": "entity.vex.ambient",
  5825. "pitch": 1.6,
  5826. "type": "event",
  5827. "volume": 0.8
  5828. }
  5829. ],
  5830. "subtitle": "subtitles.entity.parrot.imitate.vex"
  5831. },
  5832. "entity.parrot.imitate.vindicator": {
  5833. "sounds": [
  5834. {
  5835. "name": "entity.vindicator.ambient",
  5836. "pitch": 1.7,
  5837. "type": "event",
  5838. "volume": 0.6
  5839. }
  5840. ],
  5841. "subtitle": "subtitles.entity.parrot.imitate.vindicator"
  5842. },
  5843. "entity.parrot.imitate.witch": {
  5844. "sounds": [
  5845. {
  5846. "name": "entity.witch.ambient",
  5847. "pitch": 1.8,
  5848. "type": "event",
  5849. "volume": 0.5
  5850. }
  5851. ],
  5852. "subtitle": "subtitles.entity.parrot.imitate.witch"
  5853. },
  5854. "entity.parrot.imitate.wither": {
  5855. "sounds": [
  5856. {
  5857. "name": "entity.wither.ambient",
  5858. "pitch": 1.8,
  5859. "type": "event",
  5860. "volume": 0.2
  5861. }
  5862. ],
  5863. "subtitle": "subtitles.entity.parrot.imitate.wither"
  5864. },
  5865. "entity.parrot.imitate.wither_skeleton": {
  5866. "sounds": [
  5867. {
  5868. "name": "entity.wither_skeleton.ambient",
  5869. "pitch": 1.8,
  5870. "type": "event",
  5871. "volume": 0.7
  5872. }
  5873. ],
  5874. "subtitle": "subtitles.entity.parrot.imitate.wither_skeleton"
  5875. },
  5876. "entity.parrot.imitate.zombie": {
  5877. "sounds": [
  5878. {
  5879. "name": "entity.zombie.ambient",
  5880. "pitch": 1.8,
  5881. "type": "event",
  5882. "volume": 0.6
  5883. }
  5884. ],
  5885. "subtitle": "subtitles.entity.parrot.imitate.zombie"
  5886. },
  5887. "entity.parrot.imitate.zombie_villager": {
  5888. "sounds": [
  5889. {
  5890. "name": "entity.zombie_villager.ambient",
  5891. "pitch": 1.8,
  5892. "type": "event",
  5893. "volume": 0.6
  5894. }
  5895. ],
  5896. "subtitle": "subtitles.entity.parrot.imitate.zombie_villager"
  5897. },
  5898. "entity.parrot.step": {
  5899. "sounds": [
  5900. "mob/parrot/step1",
  5901. "mob/parrot/step2",
  5902. "mob/parrot/step3",
  5903. "mob/parrot/step4",
  5904. "mob/parrot/step5"
  5905. ]
  5906. },
  5907. "entity.phantom.ambient": {
  5908. "sounds": [
  5909. {
  5910. "name": "mob/phantom/idle1",
  5911. "volume": 0.8
  5912. },
  5913. {
  5914. "name": "mob/phantom/idle2",
  5915. "volume": 0.8
  5916. },
  5917. {
  5918. "name": "mob/phantom/idle3",
  5919. "volume": 0.8
  5920. },
  5921. {
  5922. "name": "mob/phantom/idle4",
  5923. "volume": 0.8
  5924. },
  5925. {
  5926. "name": "mob/phantom/idle5",
  5927. "volume": 0.8
  5928. }
  5929. ],
  5930. "subtitle": "subtitles.entity.phantom.ambient"
  5931. },
  5932. "entity.phantom.bite": {
  5933. "sounds": [
  5934. "mob/phantom/bite1",
  5935. "mob/phantom/bite2"
  5936. ],
  5937. "subtitle": "subtitles.entity.phantom.bite"
  5938. },
  5939. "entity.phantom.death": {
  5940. "sounds": [
  5941. "mob/phantom/death1",
  5942. "mob/phantom/death2",
  5943. "mob/phantom/death3"
  5944. ],
  5945. "subtitle": "subtitles.entity.phantom.death"
  5946. },
  5947. "entity.phantom.flap": {
  5948. "sounds": [
  5949. {
  5950. "name": "mob/phantom/flap1",
  5951. "volume": 0.9
  5952. },
  5953. {
  5954. "name": "mob/phantom/flap2",
  5955. "volume": 0.9
  5956. },
  5957. {
  5958. "name": "mob/phantom/flap3",
  5959. "volume": 0.9
  5960. },
  5961. {
  5962. "name": "mob/phantom/flap4",
  5963. "volume": 0.9
  5964. },
  5965. {
  5966. "name": "mob/phantom/flap5",
  5967. "volume": 0.9
  5968. },
  5969. {
  5970. "name": "mob/phantom/flap6",
  5971. "volume": 0.9
  5972. }
  5973. ],
  5974. "subtitle": "subtitles.entity.phantom.flap"
  5975. },
  5976. "entity.phantom.hurt": {
  5977. "sounds": [
  5978. {
  5979. "name": "mob/phantom/hurt1",
  5980. "volume": 0.75
  5981. },
  5982. {
  5983. "name": "mob/phantom/hurt2",
  5984. "volume": 0.75
  5985. },
  5986. {
  5987. "name": "mob/phantom/hurt3",
  5988. "volume": 0.75
  5989. }
  5990. ],
  5991. "subtitle": "subtitles.entity.phantom.hurt"
  5992. },
  5993. "entity.phantom.swoop": {
  5994. "sounds": [
  5995. {
  5996. "name": "mob/phantom/swoop1",
  5997. "volume": 0.7
  5998. },
  5999. {
  6000. "name": "mob/phantom/swoop2",
  6001. "volume": 0.7
  6002. },
  6003. {
  6004. "name": "mob/phantom/swoop3",
  6005. "volume": 0.7
  6006. },
  6007. {
  6008. "name": "mob/phantom/swoop4",
  6009. "volume": 0.7
  6010. }
  6011. ],
  6012. "subtitle": "subtitles.entity.phantom.swoop"
  6013. },
  6014. "entity.pig.ambient": {
  6015. "sounds": [
  6016. "mob/pig/say1",
  6017. "mob/pig/say2",
  6018. "mob/pig/say3"
  6019. ],
  6020. "subtitle": "subtitles.entity.pig.ambient"
  6021. },
  6022. "entity.pig.death": {
  6023. "sounds": [
  6024. "mob/pig/death"
  6025. ],
  6026. "subtitle": "subtitles.entity.pig.death"
  6027. },
  6028. "entity.pig.hurt": {
  6029. "sounds": [
  6030. "mob/pig/say1",
  6031. "mob/pig/say2",
  6032. "mob/pig/say3"
  6033. ],
  6034. "subtitle": "subtitles.entity.pig.hurt"
  6035. },
  6036. "entity.pig.saddle": {
  6037. "sounds": [
  6038. "mob/horse/leather"
  6039. ],
  6040. "subtitle": "subtitles.entity.pig.saddle"
  6041. },
  6042. "entity.pig.step": {
  6043. "sounds": [
  6044. "mob/pig/step1",
  6045. "mob/pig/step2",
  6046. "mob/pig/step3",
  6047. "mob/pig/step4",
  6048. "mob/pig/step5"
  6049. ],
  6050. "subtitle": "subtitles.block.generic.footsteps"
  6051. },
  6052. "entity.player.attack.crit": {
  6053. "sounds": [
  6054. {
  6055. "name": "entity/player/attack/crit1",
  6056. "volume": 0.7
  6057. },
  6058. {
  6059. "name": "entity/player/attack/crit2",
  6060. "volume": 0.7
  6061. },
  6062. {
  6063. "name": "entity/player/attack/crit3",
  6064. "volume": 0.7
  6065. }
  6066. ]
  6067. },
  6068. "entity.player.attack.knockback": {
  6069. "sounds": [
  6070. {
  6071. "name": "entity/player/attack/knockback1",
  6072. "volume": 0.7
  6073. },
  6074. {
  6075. "name": "entity/player/attack/knockback2",
  6076. "volume": 0.7
  6077. },
  6078. {
  6079. "name": "entity/player/attack/knockback3",
  6080. "volume": 0.7
  6081. },
  6082. {
  6083. "name": "entity/player/attack/knockback4",
  6084. "volume": 0.7
  6085. }
  6086. ]
  6087. },
  6088. "entity.player.attack.nodamage": {
  6089. "sounds": [
  6090. {
  6091. "name": "entity/player/attack/weak1",
  6092. "volume": 0.7
  6093. },
  6094. {
  6095. "name": "entity/player/attack/weak2",
  6096. "volume": 0.7
  6097. },
  6098. {
  6099. "name": "entity/player/attack/weak3",
  6100. "volume": 0.7
  6101. },
  6102. {
  6103. "name": "entity/player/attack/weak4",
  6104. "volume": 0.7
  6105. }
  6106. ]
  6107. },
  6108. "entity.player.attack.strong": {
  6109. "sounds": [
  6110. {
  6111. "name": "entity/player/attack/strong1",
  6112. "volume": 0.6
  6113. },
  6114. {
  6115. "name": "entity/player/attack/strong2",
  6116. "volume": 0.6
  6117. },
  6118. {
  6119. "name": "entity/player/attack/strong3",
  6120. "volume": 0.6
  6121. },
  6122. {
  6123. "name": "entity/player/attack/strong4",
  6124. "volume": 0.6
  6125. },
  6126. {
  6127. "name": "entity/player/attack/strong5",
  6128. "volume": 0.7
  6129. },
  6130. {
  6131. "name": "entity/player/attack/strong6",
  6132. "volume": 0.7
  6133. }
  6134. ]
  6135. },
  6136. "entity.player.attack.sweep": {
  6137. "sounds": [
  6138. {
  6139. "name": "entity/player/attack/sweep1",
  6140. "volume": 0.7
  6141. },
  6142. {
  6143. "name": "entity/player/attack/sweep2",
  6144. "volume": 0.7
  6145. },
  6146. {
  6147. "name": "entity/player/attack/sweep3",
  6148. "volume": 0.7
  6149. },
  6150. {
  6151. "name": "entity/player/attack/sweep4",
  6152. "volume": 0.7
  6153. },
  6154. {
  6155. "name": "entity/player/attack/sweep5",
  6156. "volume": 0.7
  6157. },
  6158. {
  6159. "name": "entity/player/attack/sweep6",
  6160. "volume": 0.7
  6161. },
  6162. {
  6163. "name": "entity/player/attack/sweep7",
  6164. "volume": 0.7
  6165. }
  6166. ]
  6167. },
  6168. "entity.player.attack.weak": {
  6169. "sounds": [
  6170. {
  6171. "name": "entity/player/attack/weak1",
  6172. "volume": 0.7
  6173. },
  6174. {
  6175. "name": "entity/player/attack/weak2",
  6176. "volume": 0.7
  6177. },
  6178. {
  6179. "name": "entity/player/attack/weak3",
  6180. "volume": 0.7
  6181. },
  6182. {
  6183. "name": "entity/player/attack/weak4",
  6184. "volume": 0.7
  6185. }
  6186. ]
  6187. },
  6188. "entity.player.big_fall": {
  6189. "sounds": [
  6190. "damage/fallbig"
  6191. ],
  6192. "subtitle": "subtitles.entity.generic.big_fall"
  6193. },
  6194. "entity.player.breath": {
  6195. "sounds": [
  6196. "random/breath"
  6197. ]
  6198. },
  6199. "entity.player.burp": {
  6200. "sounds": [
  6201. "random/burp"
  6202. ],
  6203. "subtitle": "subtitles.entity.player.burp"
  6204. },
  6205. "entity.player.death": {
  6206. "sounds": [
  6207. "damage/hit1",
  6208. "damage/hit2",
  6209. "damage/hit3"
  6210. ],
  6211. "subtitle": "subtitles.entity.player.death"
  6212. },
  6213. "entity.player.hurt": {
  6214. "sounds": [
  6215. "damage/hit1",
  6216. "damage/hit2",
  6217. "damage/hit3"
  6218. ],
  6219. "subtitle": "subtitles.entity.player.hurt"
  6220. },
  6221. "entity.player.hurt_drown": {
  6222. "sounds": [
  6223. "entity/player/hurt/drown1",
  6224. "entity/player/hurt/drown2",
  6225. "entity/player/hurt/drown3",
  6226. "entity/player/hurt/drown4"
  6227. ]
  6228. },
  6229. "entity.player.hurt_on_fire": {
  6230. "sounds": [
  6231. "entity/player/hurt/fire_hurt1",
  6232. "entity/player/hurt/fire_hurt2",
  6233. "entity/player/hurt/fire_hurt3"
  6234. ]
  6235. },
  6236. "entity.player.hurt_sweet_berry_bush": {
  6237. "sounds": [
  6238. "entity/player/hurt/berrybush_hurt1",
  6239. "entity/player/hurt/berrybush_hurt2"
  6240. ]
  6241. },
  6242. "entity.player.levelup": {
  6243. "sounds": [
  6244. "random/levelup"
  6245. ],
  6246. "subtitle": "subtitles.entity.player.levelup"
  6247. },
  6248. "entity.player.small_fall": {
  6249. "sounds": [
  6250. "damage/fallsmall"
  6251. ],
  6252. "subtitle": "subtitles.entity.generic.small_fall"
  6253. },
  6254. "entity.player.splash": {
  6255. "sounds": [
  6256. "liquid/splash",
  6257. "liquid/splash2"
  6258. ],
  6259. "subtitle": "subtitles.entity.generic.splash"
  6260. },
  6261. "entity.player.splash.high_speed": {
  6262. "sounds": [
  6263. "liquid/heavy_splash"
  6264. ],
  6265. "subtitle": "subtitles.entity.generic.splash"
  6266. },
  6267. "entity.player.swim": {
  6268. "sounds": [
  6269. "liquid/swim5",
  6270. "liquid/swim6",
  6271. "liquid/swim7",
  6272. "liquid/swim8",
  6273. "liquid/swim9",
  6274. "liquid/swim10",
  6275. "liquid/swim11",
  6276. "liquid/swim12",
  6277. "liquid/swim13",
  6278. "liquid/swim14",
  6279. "liquid/swim15",
  6280. "liquid/swim16",
  6281. "liquid/swim17",
  6282. "liquid/swim18"
  6283. ],
  6284. "subtitle": "subtitles.entity.generic.swim"
  6285. },
  6286. "entity.polar_bear.ambient": {
  6287. "sounds": [
  6288. "mob/polarbear/idle1",
  6289. "mob/polarbear/idle2",
  6290. "mob/polarbear/idle3",
  6291. "mob/polarbear/idle4"
  6292. ],
  6293. "subtitle": "subtitles.entity.polar_bear.ambient"
  6294. },
  6295. "entity.polar_bear.ambient_baby": {
  6296. "sounds": [
  6297. "mob/polarbear_baby/idle1",
  6298. "mob/polarbear_baby/idle2",
  6299. "mob/polarbear_baby/idle3",
  6300. "mob/polarbear_baby/idle4"
  6301. ],
  6302. "subtitle": "subtitles.entity.polar_bear.ambient_baby"
  6303. },
  6304. "entity.polar_bear.death": {
  6305. "sounds": [
  6306. "mob/polarbear/death1",
  6307. "mob/polarbear/death2",
  6308. "mob/polarbear/death3"
  6309. ],
  6310. "subtitle": "subtitles.entity.polar_bear.death"
  6311. },
  6312. "entity.polar_bear.hurt": {
  6313. "sounds": [
  6314. "mob/polarbear/hurt1",
  6315. "mob/polarbear/hurt2",
  6316. "mob/polarbear/hurt3",
  6317. "mob/polarbear/hurt4"
  6318. ],
  6319. "subtitle": "subtitles.entity.polar_bear.hurt"
  6320. },
  6321. "entity.polar_bear.step": {
  6322. "sounds": [
  6323. "mob/polarbear/step1",
  6324. "mob/polarbear/step2",
  6325. "mob/polarbear/step3",
  6326. "mob/polarbear/step4"
  6327. ]
  6328. },
  6329. "entity.polar_bear.warning": {
  6330. "sounds": [
  6331. {
  6332. "name": "mob/polarbear/warning3",
  6333. "pitch": 0.9
  6334. },
  6335. "mob/polarbear/warning1",
  6336. "mob/polarbear/warning2",
  6337. "mob/polarbear/warning3"
  6338. ],
  6339. "subtitle": "subtitles.entity.polar_bear.warning"
  6340. },
  6341. "entity.puffer_fish.ambient": {
  6342. "sounds": []
  6343. },
  6344. "entity.puffer_fish.blow_out": {
  6345. "sounds": [
  6346. {
  6347. "name": "entity/pufferfish/blow_out1",
  6348. "volume": 0.7
  6349. },
  6350. {
  6351. "name": "entity/pufferfish/blow_out2",
  6352. "volume": 0.7
  6353. }
  6354. ],
  6355. "subtitle": "subtitles.entity.puffer_fish.blow_out"
  6356. },
  6357. "entity.puffer_fish.blow_up": {
  6358. "sounds": [
  6359. {
  6360. "name": "entity/pufferfish/blow_up1",
  6361. "volume": 0.45
  6362. },
  6363. {
  6364. "name": "entity/pufferfish/blow_up2",
  6365. "volume": 0.45
  6366. }
  6367. ],
  6368. "subtitle": "subtitles.entity.puffer_fish.blow_up"
  6369. },
  6370. "entity.puffer_fish.death": {
  6371. "sounds": [
  6372. "entity/pufferfish/death1",
  6373. "entity/pufferfish/death2"
  6374. ],
  6375. "subtitle": "subtitles.entity.puffer_fish.death"
  6376. },
  6377. "entity.puffer_fish.flop": {
  6378. "sounds": [
  6379. {
  6380. "name": "entity/pufferfish/flop1",
  6381. "volume": 0.3
  6382. },
  6383. {
  6384. "name": "entity/pufferfish/flop2",
  6385. "volume": 0.3
  6386. },
  6387. {
  6388. "name": "entity/pufferfish/flop3",
  6389. "volume": 0.3
  6390. },
  6391. {
  6392. "name": "entity/pufferfish/flop4",
  6393. "volume": 0.3
  6394. }
  6395. ],
  6396. "subtitle": "subtitles.entity.puffer_fish.flop"
  6397. },
  6398. "entity.puffer_fish.hurt": {
  6399. "sounds": [
  6400. "entity/pufferfish/hurt1",
  6401. "entity/pufferfish/hurt2"
  6402. ],
  6403. "subtitle": "subtitles.entity.puffer_fish.hurt"
  6404. },
  6405. "entity.puffer_fish.sting": {
  6406. "sounds": [
  6407. "entity/pufferfish/sting1",
  6408. "entity/pufferfish/sting2"
  6409. ],
  6410. "subtitle": "subtitles.entity.puffer_fish.sting"
  6411. },
  6412. "entity.rabbit.ambient": {
  6413. "sounds": [
  6414. {
  6415. "name": "mob/rabbit/idle1",
  6416. "volume": 0.25
  6417. },
  6418. {
  6419. "name": "mob/rabbit/idle2",
  6420. "volume": 0.25
  6421. },
  6422. {
  6423. "name": "mob/rabbit/idle3",
  6424. "volume": 0.25
  6425. },
  6426. {
  6427. "name": "mob/rabbit/idle4",
  6428. "volume": 0.25
  6429. }
  6430. ],
  6431. "subtitle": "subtitles.entity.rabbit.ambient"
  6432. },
  6433. "entity.rabbit.attack": {
  6434. "sounds": [
  6435. "entity/rabbit/attack1",
  6436. "entity/rabbit/attack2",
  6437. "entity/rabbit/attack3",
  6438. "entity/rabbit/attack4"
  6439. ],
  6440. "subtitle": "subtitles.entity.rabbit.attack"
  6441. },
  6442. "entity.rabbit.death": {
  6443. "sounds": [
  6444. {
  6445. "name": "mob/rabbit/bunnymurder",
  6446. "volume": 0.5
  6447. }
  6448. ],
  6449. "subtitle": "subtitles.entity.rabbit.death"
  6450. },
  6451. "entity.rabbit.hurt": {
  6452. "sounds": [
  6453. {
  6454. "name": "mob/rabbit/hurt1",
  6455. "volume": 0.5
  6456. },
  6457. {
  6458. "name": "mob/rabbit/hurt2",
  6459. "volume": 0.5
  6460. },
  6461. {
  6462. "name": "mob/rabbit/hurt3",
  6463. "volume": 0.5
  6464. },
  6465. {
  6466. "name": "mob/rabbit/hurt4",
  6467. "volume": 0.5
  6468. }
  6469. ],
  6470. "subtitle": "subtitles.entity.rabbit.hurt"
  6471. },
  6472. "entity.rabbit.jump": {
  6473. "sounds": [
  6474. {
  6475. "name": "mob/rabbit/hop1",
  6476. "volume": 0.1
  6477. },
  6478. {
  6479. "name": "mob/rabbit/hop2",
  6480. "volume": 0.1
  6481. },
  6482. {
  6483. "name": "mob/rabbit/hop3",
  6484. "volume": 0.1
  6485. },
  6486. {
  6487. "name": "mob/rabbit/hop4",
  6488. "volume": 0.1
  6489. }
  6490. ],
  6491. "subtitle": "subtitles.entity.rabbit.jump"
  6492. },
  6493. "entity.salmon.ambient": {
  6494. "sounds": []
  6495. },
  6496. "entity.salmon.death": {
  6497. "sounds": [
  6498. {
  6499. "name": "entity/fish/hurt1",
  6500. "pitch": 0.8
  6501. },
  6502. {
  6503. "name": "entity/fish/hurt2",
  6504. "pitch": 0.8
  6505. },
  6506. {
  6507. "name": "entity/fish/hurt3",
  6508. "pitch": 0.8
  6509. },
  6510. {
  6511. "name": "entity/fish/hurt4",
  6512. "pitch": 0.8
  6513. }
  6514. ],
  6515. "subtitle": "subtitles.entity.salmon.death"
  6516. },
  6517. "entity.salmon.flop": {
  6518. "sounds": [
  6519. {
  6520. "name": "entity/fish/flop1",
  6521. "pitch": 0.8,
  6522. "volume": 0.3
  6523. },
  6524. {
  6525. "name": "entity/fish/flop2",
  6526. "pitch": 0.8,
  6527. "volume": 0.3
  6528. },
  6529. {
  6530. "name": "entity/fish/flop3",
  6531. "pitch": 0.8,
  6532. "volume": 0.3
  6533. },
  6534. {
  6535. "name": "entity/fish/flop4",
  6536. "pitch": 0.8,
  6537. "volume": 0.3
  6538. }
  6539. ],
  6540. "subtitle": "subtitles.entity.salmon.flop"
  6541. },
  6542. "entity.salmon.hurt": {
  6543. "sounds": [
  6544. {
  6545. "name": "entity/fish/hurt1",
  6546. "pitch": 0.8
  6547. },
  6548. {
  6549. "name": "entity/fish/hurt2",
  6550. "pitch": 0.8
  6551. },
  6552. {
  6553. "name": "entity/fish/hurt3",
  6554. "pitch": 0.8
  6555. },
  6556. {
  6557. "name": "entity/fish/hurt4",
  6558. "pitch": 0.8
  6559. }
  6560. ],
  6561. "subtitle": "subtitles.entity.salmon.hurt"
  6562. },
  6563. "entity.sheep.ambient": {
  6564. "sounds": [
  6565. "mob/sheep/say1",
  6566. "mob/sheep/say2",
  6567. "mob/sheep/say3"
  6568. ],
  6569. "subtitle": "subtitles.entity.sheep.ambient"
  6570. },
  6571. "entity.sheep.death": {
  6572. "sounds": [
  6573. "mob/sheep/say1",
  6574. "mob/sheep/say2",
  6575. "mob/sheep/say3"
  6576. ],
  6577. "subtitle": "subtitles.entity.sheep.death"
  6578. },
  6579. "entity.sheep.hurt": {
  6580. "sounds": [
  6581. "mob/sheep/say1",
  6582. "mob/sheep/say2",
  6583. "mob/sheep/say3"
  6584. ],
  6585. "subtitle": "subtitles.entity.sheep.hurt"
  6586. },
  6587. "entity.sheep.shear": {
  6588. "sounds": [
  6589. "mob/sheep/shear"
  6590. ],
  6591. "subtitle": "subtitles.item.shears.shear"
  6592. },
  6593. "entity.sheep.step": {
  6594. "sounds": [
  6595. "mob/sheep/step1",
  6596. "mob/sheep/step2",
  6597. "mob/sheep/step3",
  6598. "mob/sheep/step4",
  6599. "mob/sheep/step5"
  6600. ],
  6601. "subtitle": "subtitles.block.generic.footsteps"
  6602. },
  6603. "entity.shulker.ambient": {
  6604. "sounds": [
  6605. "entity/shulker/ambient1",
  6606. "entity/shulker/ambient2",
  6607. "entity/shulker/ambient3",
  6608. "entity/shulker/ambient4",
  6609. "entity/shulker/ambient5",
  6610. "entity/shulker/ambient6",
  6611. "entity/shulker/ambient7"
  6612. ],
  6613. "subtitle": "subtitles.entity.shulker.ambient"
  6614. },
  6615. "entity.shulker.close": {
  6616. "sounds": [
  6617. "entity/shulker/close1",
  6618. "entity/shulker/close2",
  6619. "entity/shulker/close3",
  6620. "entity/shulker/close4",
  6621. "entity/shulker/close5"
  6622. ],
  6623. "subtitle": "subtitles.entity.shulker.close"
  6624. },
  6625. "entity.shulker.death": {
  6626. "sounds": [
  6627. "entity/shulker/death1",
  6628. "entity/shulker/death2",
  6629. "entity/shulker/death3",
  6630. "entity/shulker/death4"
  6631. ],
  6632. "subtitle": "subtitles.entity.shulker.death"
  6633. },
  6634. "entity.shulker.hurt": {
  6635. "sounds": [
  6636. "entity/shulker/hurt1",
  6637. "entity/shulker/hurt2",
  6638. "entity/shulker/hurt3",
  6639. "entity/shulker/hurt4"
  6640. ],
  6641. "subtitle": "subtitles.entity.shulker.hurt"
  6642. },
  6643. "entity.shulker.hurt_closed": {
  6644. "sounds": [
  6645. "entity/shulker/hurt_closed1",
  6646. "entity/shulker/hurt_closed2",
  6647. "entity/shulker/hurt_closed3",
  6648. "entity/shulker/hurt_closed4",
  6649. "entity/shulker/hurt_closed5"
  6650. ],
  6651. "subtitle": "subtitles.entity.shulker.hurt"
  6652. },
  6653. "entity.shulker.open": {
  6654. "sounds": [
  6655. "entity/shulker/open1",
  6656. "entity/shulker/open2",
  6657. "entity/shulker/open3",
  6658. "entity/shulker/open4",
  6659. "entity/shulker/open5"
  6660. ],
  6661. "subtitle": "subtitles.entity.shulker.open"
  6662. },
  6663. "entity.shulker.shoot": {
  6664. "sounds": [
  6665. "entity/shulker/shoot1",
  6666. "entity/shulker/shoot2",
  6667. "entity/shulker/shoot3",
  6668. "entity/shulker/shoot4"
  6669. ],
  6670. "subtitle": "subtitles.entity.shulker.shoot"
  6671. },
  6672. "entity.shulker.teleport": {
  6673. "sounds": [
  6674. "mob/endermen/portal",
  6675. "mob/endermen/portal2"
  6676. ],
  6677. "subtitle": "subtitles.entity.shulker.teleport"
  6678. },
  6679. "entity.shulker_bullet.hit": {
  6680. "sounds": [
  6681. "entity/shulker_bullet/hit1",
  6682. "entity/shulker_bullet/hit2",
  6683. "entity/shulker_bullet/hit3",
  6684. "entity/shulker_bullet/hit4"
  6685. ],
  6686. "subtitle": "subtitles.entity.shulker_bullet.hit"
  6687. },
  6688. "entity.shulker_bullet.hurt": {
  6689. "sounds": [
  6690. "entity/shulker_bullet/hit1",
  6691. "entity/shulker_bullet/hit2",
  6692. "entity/shulker_bullet/hit3",
  6693. "entity/shulker_bullet/hit4"
  6694. ],
  6695. "subtitle": "subtitles.entity.shulker_bullet.hurt"
  6696. },
  6697. "entity.silverfish.ambient": {
  6698. "sounds": [
  6699. "mob/silverfish/say1",
  6700. "mob/silverfish/say2",
  6701. "mob/silverfish/say3",
  6702. "mob/silverfish/say4"
  6703. ],
  6704. "subtitle": "subtitles.entity.silverfish.ambient"
  6705. },
  6706. "entity.silverfish.death": {
  6707. "sounds": [
  6708. "mob/silverfish/kill"
  6709. ],
  6710. "subtitle": "subtitles.entity.silverfish.death"
  6711. },
  6712. "entity.silverfish.hurt": {
  6713. "sounds": [
  6714. "mob/silverfish/hit1",
  6715. "mob/silverfish/hit2",
  6716. "mob/silverfish/hit3"
  6717. ],
  6718. "subtitle": "subtitles.entity.silverfish.hurt"
  6719. },
  6720. "entity.silverfish.step": {
  6721. "sounds": [
  6722. "mob/silverfish/step1",
  6723. "mob/silverfish/step2",
  6724. "mob/silverfish/step3",
  6725. "mob/silverfish/step4"
  6726. ],
  6727. "subtitle": "subtitles.block.generic.footsteps"
  6728. },
  6729. "entity.skeleton.ambient": {
  6730. "sounds": [
  6731. "mob/skeleton/say1",
  6732. "mob/skeleton/say2",
  6733. "mob/skeleton/say3"
  6734. ],
  6735. "subtitle": "subtitles.entity.skeleton.ambient"
  6736. },
  6737. "entity.skeleton.death": {
  6738. "sounds": [
  6739. "mob/skeleton/death"
  6740. ],
  6741. "subtitle": "subtitles.entity.skeleton.death"
  6742. },
  6743. "entity.skeleton.hurt": {
  6744. "sounds": [
  6745. "mob/skeleton/hurt1",
  6746. "mob/skeleton/hurt2",
  6747. "mob/skeleton/hurt3",
  6748. "mob/skeleton/hurt4"
  6749. ],
  6750. "subtitle": "subtitles.entity.skeleton.hurt"
  6751. },
  6752. "entity.skeleton.shoot": {
  6753. "sounds": [
  6754. "random/bow"
  6755. ],
  6756. "subtitle": "subtitles.entity.skeleton.shoot"
  6757. },
  6758. "entity.skeleton.step": {
  6759. "sounds": [
  6760. "mob/skeleton/step1",
  6761. "mob/skeleton/step2",
  6762. "mob/skeleton/step3",
  6763. "mob/skeleton/step4"
  6764. ],
  6765. "subtitle": "subtitles.block.generic.footsteps"
  6766. },
  6767. "entity.skeleton_horse.ambient": {
  6768. "sounds": [
  6769. "mob/horse/skeleton/idle1",
  6770. "mob/horse/skeleton/idle2",
  6771. "mob/horse/skeleton/idle3"
  6772. ],
  6773. "subtitle": "subtitles.entity.skeleton_horse.ambient"
  6774. },
  6775. "entity.skeleton_horse.ambient_water": {
  6776. "sounds": [
  6777. "mob/horse/skeleton/water/idle1",
  6778. "mob/horse/skeleton/water/idle2",
  6779. "mob/horse/skeleton/water/idle3",
  6780. "mob/horse/skeleton/water/idle4",
  6781. "mob/horse/skeleton/water/idle5"
  6782. ],
  6783. "subtitle": "subtitles.entity.skeleton_horse.ambient"
  6784. },
  6785. "entity.skeleton_horse.death": {
  6786. "sounds": [
  6787. "mob/horse/skeleton/death"
  6788. ],
  6789. "subtitle": "subtitles.entity.skeleton_horse.death"
  6790. },
  6791. "entity.skeleton_horse.gallop_water": {
  6792. "sounds": [
  6793. {
  6794. "name": "mob/horse/skeleton/water/gallop1",
  6795. "volume": 0.45
  6796. },
  6797. {
  6798. "name": "mob/horse/skeleton/water/gallop2",
  6799. "volume": 0.45
  6800. },
  6801. {
  6802. "name": "mob/horse/skeleton/water/gallop3",
  6803. "volume": 0.45
  6804. },
  6805. {
  6806. "name": "mob/horse/skeleton/water/gallop4",
  6807. "volume": 0.45
  6808. }
  6809. ],
  6810. "subtitle": "subtitles.entity.horse.gallop"
  6811. },
  6812. "entity.skeleton_horse.hurt": {
  6813. "sounds": [
  6814. "mob/horse/skeleton/hit1",
  6815. "mob/horse/skeleton/hit2",
  6816. "mob/horse/skeleton/hit3",
  6817. "mob/horse/skeleton/hit4"
  6818. ],
  6819. "subtitle": "subtitles.entity.skeleton_horse.hurt"
  6820. },
  6821. "entity.skeleton_horse.jump_water": {
  6822. "sounds": [
  6823. {
  6824. "name": "mob/horse/skeleton/water/jump",
  6825. "volume": 0.8
  6826. }
  6827. ]
  6828. },
  6829. "entity.skeleton_horse.step_water": {
  6830. "sounds": [
  6831. {
  6832. "name": "mob/horse/skeleton/water/soft1",
  6833. "volume": 0.6
  6834. },
  6835. {
  6836. "name": "mob/horse/skeleton/water/soft2",
  6837. "volume": 0.6
  6838. },
  6839. {
  6840. "name": "mob/horse/skeleton/water/soft3",
  6841. "volume": 0.6
  6842. },
  6843. {
  6844. "name": "mob/horse/skeleton/water/soft4",
  6845. "volume": 0.6
  6846. },
  6847. {
  6848. "name": "mob/horse/skeleton/water/soft5",
  6849. "volume": 0.6
  6850. },
  6851. {
  6852. "name": "mob/horse/skeleton/water/soft6",
  6853. "volume": 0.6
  6854. }
  6855. ]
  6856. },
  6857. "entity.skeleton_horse.swim": {
  6858. "sounds": [
  6859. {
  6860. "name": "liquid/swim9",
  6861. "volume": 0.4
  6862. },
  6863. {
  6864. "name": "liquid/swim10",
  6865. "volume": 0.4
  6866. },
  6867. {
  6868. "name": "liquid/swim11",
  6869. "volume": 0.4
  6870. },
  6871. {
  6872. "name": "liquid/swim12",
  6873. "volume": 0.4
  6874. },
  6875. {
  6876. "name": "liquid/swim14",
  6877. "volume": 0.6
  6878. },
  6879. {
  6880. "name": "liquid/swim15",
  6881. "volume": 0.6
  6882. },
  6883. {
  6884. "name": "liquid/swim16",
  6885. "volume": 0.6
  6886. },
  6887. {
  6888. "name": "liquid/swim17",
  6889. "volume": 0.6
  6890. }
  6891. ],
  6892. "subtitle": "subtitles.entity.skeleton_horse.swim"
  6893. },
  6894. "entity.slime.attack": {
  6895. "sounds": [
  6896. "mob/slime/attack1",
  6897. "mob/slime/attack2"
  6898. ],
  6899. "subtitle": "subtitles.entity.slime.attack"
  6900. },
  6901. "entity.slime.death": {
  6902. "sounds": [
  6903. "mob/slime/big1",
  6904. "mob/slime/big2",
  6905. "mob/slime/big3",
  6906. "mob/slime/big4"
  6907. ],
  6908. "subtitle": "subtitles.entity.slime.death"
  6909. },
  6910. "entity.slime.death_small": {
  6911. "sounds": [
  6912. "mob/slime/small1",
  6913. "mob/slime/small2",
  6914. "mob/slime/small3",
  6915. "mob/slime/small4",
  6916. "mob/slime/small5"
  6917. ],
  6918. "subtitle": "subtitles.entity.slime.death"
  6919. },
  6920. "entity.slime.hurt": {
  6921. "sounds": [
  6922. "mob/slime/big1",
  6923. "mob/slime/big2",
  6924. "mob/slime/big3",
  6925. "mob/slime/big4"
  6926. ],
  6927. "subtitle": "subtitles.entity.slime.hurt"
  6928. },
  6929. "entity.slime.hurt_small": {
  6930. "sounds": [
  6931. "mob/slime/small1",
  6932. "mob/slime/small2",
  6933. "mob/slime/small3",
  6934. "mob/slime/small4",
  6935. "mob/slime/small5"
  6936. ],
  6937. "subtitle": "subtitles.entity.slime.hurt"
  6938. },
  6939. "entity.slime.jump": {
  6940. "sounds": [
  6941. "mob/slime/big1",
  6942. "mob/slime/big2",
  6943. "mob/slime/big3",
  6944. "mob/slime/big4"
  6945. ],
  6946. "subtitle": "subtitles.entity.slime.squish"
  6947. },
  6948. "entity.slime.jump_small": {
  6949. "sounds": []
  6950. },
  6951. "entity.slime.squish": {
  6952. "sounds": [
  6953. "mob/slime/big1",
  6954. "mob/slime/big2",
  6955. "mob/slime/big3",
  6956. "mob/slime/big4"
  6957. ],
  6958. "subtitle": "subtitles.entity.slime.squish"
  6959. },
  6960. "entity.slime.squish_small": {
  6961. "sounds": []
  6962. },
  6963. "entity.snow_golem.ambient": {
  6964. "sounds": []
  6965. },
  6966. "entity.snow_golem.death": {
  6967. "sounds": [
  6968. "entity/snowman/death1",
  6969. "entity/snowman/death2",
  6970. "entity/snowman/death3"
  6971. ],
  6972. "subtitle": "subtitles.entity.snow_golem.death"
  6973. },
  6974. "entity.snow_golem.hurt": {
  6975. "sounds": [
  6976. "entity/snowman/hurt1",
  6977. "entity/snowman/hurt2",
  6978. "entity/snowman/hurt3"
  6979. ],
  6980. "subtitle": "subtitles.entity.snow_golem.hurt"
  6981. },
  6982. "entity.snow_golem.shoot": {
  6983. "sounds": [
  6984. "random/bow"
  6985. ],
  6986. "subtitle": "subtitles.entity.snowball.throw"
  6987. },
  6988. "entity.snowball.throw": {
  6989. "sounds": [
  6990. "random/bow"
  6991. ],
  6992. "subtitle": "subtitles.entity.snowball.throw"
  6993. },
  6994. "entity.spider.ambient": {
  6995. "sounds": [
  6996. "mob/spider/say1",
  6997. "mob/spider/say2",
  6998. "mob/spider/say3",
  6999. "mob/spider/say4"
  7000. ],
  7001. "subtitle": "subtitles.entity.spider.ambient"
  7002. },
  7003. "entity.spider.death": {
  7004. "sounds": [
  7005. "mob/spider/death"
  7006. ],
  7007. "subtitle": "subtitles.entity.spider.death"
  7008. },
  7009. "entity.spider.hurt": {
  7010. "sounds": [
  7011. "mob/spider/say1",
  7012. "mob/spider/say2",
  7013. "mob/spider/say3",
  7014. "mob/spider/say4"
  7015. ],
  7016. "subtitle": "subtitles.entity.spider.hurt"
  7017. },
  7018. "entity.spider.step": {
  7019. "sounds": [
  7020. "mob/spider/step1",
  7021. "mob/spider/step2",
  7022. "mob/spider/step3",
  7023. "mob/spider/step4"
  7024. ],
  7025. "subtitle": "subtitles.block.generic.footsteps"
  7026. },
  7027. "entity.splash_potion.break": {
  7028. "sounds": [
  7029. "random/glass1",
  7030. "random/glass2",
  7031. "random/glass3"
  7032. ],
  7033. "subtitle": "subtitles.entity.potion.splash"
  7034. },
  7035. "entity.splash_potion.throw": {
  7036. "sounds": [
  7037. "random/bow"
  7038. ],
  7039. "subtitle": "subtitles.entity.potion.throw"
  7040. },
  7041. "entity.squid.ambient": {
  7042. "sounds": [
  7043. "entity/squid/ambient1",
  7044. "entity/squid/ambient2",
  7045. "entity/squid/ambient3",
  7046. "entity/squid/ambient4",
  7047. "entity/squid/ambient5"
  7048. ],
  7049. "subtitle": "subtitles.entity.squid.ambient"
  7050. },
  7051. "entity.squid.death": {
  7052. "sounds": [
  7053. "entity/squid/death1",
  7054. "entity/squid/death2",
  7055. "entity/squid/death3"
  7056. ],
  7057. "subtitle": "subtitles.entity.squid.death"
  7058. },
  7059. "entity.squid.hurt": {
  7060. "sounds": [
  7061. "entity/squid/hurt1",
  7062. "entity/squid/hurt2",
  7063. "entity/squid/hurt3",
  7064. "entity/squid/hurt4"
  7065. ],
  7066. "subtitle": "subtitles.entity.squid.hurt"
  7067. },
  7068. "entity.squid.squirt": {
  7069. "sounds": [
  7070. "entity/squid/squirt1",
  7071. "entity/squid/squirt2",
  7072. "entity/squid/squirt3"
  7073. ],
  7074. "subtitle": "subtitles.entity.squid.squirt"
  7075. },
  7076. "entity.stray.ambient": {
  7077. "sounds": [
  7078. "mob/stray/idle1",
  7079. "mob/stray/idle2",
  7080. "mob/stray/idle3",
  7081. "mob/stray/idle4"
  7082. ],
  7083. "subtitle": "subtitles.entity.stray.ambient"
  7084. },
  7085. "entity.stray.death": {
  7086. "sounds": [
  7087. "mob/stray/death1",
  7088. "mob/stray/death2"
  7089. ],
  7090. "subtitle": "subtitles.entity.stray.death"
  7091. },
  7092. "entity.stray.hurt": {
  7093. "sounds": [
  7094. "mob/stray/hurt1",
  7095. "mob/stray/hurt2",
  7096. "mob/stray/hurt3",
  7097. "mob/stray/hurt4"
  7098. ],
  7099. "subtitle": "subtitles.entity.stray.hurt"
  7100. },
  7101. "entity.stray.step": {
  7102. "sounds": [
  7103. "mob/stray/step1",
  7104. "mob/stray/step2",
  7105. "mob/stray/step3",
  7106. "mob/stray/step4"
  7107. ]
  7108. },
  7109. "entity.tnt.primed": {
  7110. "sounds": [
  7111. "random/fuse"
  7112. ],
  7113. "subtitle": "subtitles.entity.tnt.primed"
  7114. },
  7115. "entity.tropical_fish.ambient": {
  7116. "sounds": []
  7117. },
  7118. "entity.tropical_fish.death": {
  7119. "sounds": [
  7120. {
  7121. "name": "entity/fish/hurt1",
  7122. "pitch": 0.8
  7123. },
  7124. {
  7125. "name": "entity/fish/hurt2",
  7126. "pitch": 0.8
  7127. },
  7128. {
  7129. "name": "entity/fish/hurt3",
  7130. "pitch": 0.8
  7131. },
  7132. {
  7133. "name": "entity/fish/hurt4",
  7134. "pitch": 0.8
  7135. }
  7136. ]
  7137. },
  7138. "entity.tropical_fish.flop": {
  7139. "sounds": [
  7140. {
  7141. "name": "entity/fish/flop1",
  7142. "volume": 0.3
  7143. },
  7144. {
  7145. "name": "entity/fish/flop2",
  7146. "volume": 0.3
  7147. },
  7148. {
  7149. "name": "entity/fish/flop3",
  7150. "volume": 0.3
  7151. },
  7152. {
  7153. "name": "entity/fish/flop4",
  7154. "volume": 0.3
  7155. }
  7156. ]
  7157. },
  7158. "entity.tropical_fish.hurt": {
  7159. "sounds": [
  7160. "entity/fish/hurt1",
  7161. "entity/fish/hurt2",
  7162. "entity/fish/hurt3",
  7163. "entity/fish/hurt4"
  7164. ]
  7165. },
  7166. "entity.turtle.ambient_land": {
  7167. "sounds": [
  7168. {
  7169. "name": "mob/turtle/idle1",
  7170. "volume": 0.8
  7171. },
  7172. {
  7173. "name": "mob/turtle/idle2",
  7174. "volume": 0.7
  7175. },
  7176. {
  7177. "name": "mob/turtle/idle3",
  7178. "volume": 0.8
  7179. }
  7180. ],
  7181. "subtitle": "subtitles.entity.turtle.ambient_land"
  7182. },
  7183. "entity.turtle.death": {
  7184. "sounds": [
  7185. "mob/turtle/death1",
  7186. "mob/turtle/death2",
  7187. "mob/turtle/death3"
  7188. ],
  7189. "subtitle": "subtitles.entity.turtle.death"
  7190. },
  7191. "entity.turtle.death_baby": {
  7192. "sounds": [
  7193. "mob/turtle/baby/death1",
  7194. "mob/turtle/baby/death2"
  7195. ],
  7196. "subtitle": "subtitles.entity.turtle.death_baby"
  7197. },
  7198. "entity.turtle.egg_break": {
  7199. "sounds": [
  7200. "mob/turtle/egg/egg_break1",
  7201. "mob/turtle/egg/egg_break2"
  7202. ],
  7203. "subtitle": "subtitles.entity.turtle.egg_break"
  7204. },
  7205. "entity.turtle.egg_crack": {
  7206. "sounds": [
  7207. "mob/turtle/egg/egg_crack1",
  7208. "mob/turtle/egg/egg_crack2",
  7209. "mob/turtle/egg/egg_crack3",
  7210. "mob/turtle/egg/egg_crack4",
  7211. "mob/turtle/egg/egg_crack5"
  7212. ],
  7213. "subtitle": "subtitles.entity.turtle.egg_crack"
  7214. },
  7215. "entity.turtle.egg_hatch": {
  7216. "sounds": [
  7217. "mob/turtle/baby/egg_hatched1",
  7218. "mob/turtle/baby/egg_hatched2",
  7219. "mob/turtle/baby/egg_hatched3"
  7220. ],
  7221. "subtitle": "subtitles.entity.turtle.egg_hatch"
  7222. },
  7223. "entity.turtle.hurt": {
  7224. "sounds": [
  7225. "mob/turtle/hurt1",
  7226. "mob/turtle/hurt2",
  7227. "mob/turtle/hurt3",
  7228. "mob/turtle/hurt4",
  7229. "mob/turtle/hurt5"
  7230. ],
  7231. "subtitle": "subtitles.entity.turtle.hurt"
  7232. },
  7233. "entity.turtle.hurt_baby": {
  7234. "sounds": [
  7235. "mob/turtle/baby/hurt1",
  7236. "mob/turtle/baby/hurt2"
  7237. ],
  7238. "subtitle": "subtitles.entity.turtle.hurt_baby"
  7239. },
  7240. "entity.turtle.lay_egg": {
  7241. "sounds": [
  7242. "mob/turtle/egg/drop_egg1",
  7243. "mob/turtle/egg/drop_egg2"
  7244. ],
  7245. "subtitle": "subtitles.entity.turtle.lay_egg"
  7246. },
  7247. "entity.turtle.shamble": {
  7248. "sounds": [
  7249. "mob/turtle/walk1",
  7250. "mob/turtle/walk2",
  7251. "mob/turtle/walk3",
  7252. "mob/turtle/walk4",
  7253. "mob/turtle/walk5"
  7254. ],
  7255. "subtitle": "subtitles.entity.turtle.shamble"
  7256. },
  7257. "entity.turtle.shamble_baby": {
  7258. "sounds": [
  7259. "mob/turtle/baby/shamble1",
  7260. "mob/turtle/baby/shamble2",
  7261. "mob/turtle/baby/shamble3",
  7262. "mob/turtle/baby/shamble4"
  7263. ],
  7264. "subtitle": "subtitles.entity.turtle.shamble_baby"
  7265. },
  7266. "entity.turtle.swim": {
  7267. "sounds": [
  7268. {
  7269. "name": "mob/turtle/swim/swim1",
  7270. "volume": 0.6
  7271. },
  7272. {
  7273. "name": "mob/turtle/swim/swim2",
  7274. "volume": 0.3
  7275. },
  7276. {
  7277. "name": "mob/turtle/swim/swim3",
  7278. "volume": 0.2
  7279. },
  7280. {
  7281. "name": "mob/turtle/swim/swim4",
  7282. "volume": 0.6
  7283. },
  7284. {
  7285. "name": "mob/turtle/swim/swim5",
  7286. "volume": 0.3
  7287. }
  7288. ],
  7289. "subtitle": "subtitles.entity.turtle.swim"
  7290. },
  7291. "entity.vex.ambient": {
  7292. "sounds": [
  7293. "mob/vex/idle1",
  7294. "mob/vex/idle2",
  7295. "mob/vex/idle3",
  7296. "mob/vex/idle4"
  7297. ],
  7298. "subtitle": "subtitles.entity.vex.ambient"
  7299. },
  7300. "entity.vex.charge": {
  7301. "sounds": [
  7302. "mob/vex/charge1",
  7303. "mob/vex/charge2",
  7304. "mob/vex/charge3"
  7305. ],
  7306. "subtitle": "subtitles.entity.vex.charge"
  7307. },
  7308. "entity.vex.death": {
  7309. "sounds": [
  7310. "mob/vex/death1",
  7311. "mob/vex/death2"
  7312. ],
  7313. "subtitle": "subtitles.entity.vex.death"
  7314. },
  7315. "entity.vex.hurt": {
  7316. "sounds": [
  7317. "mob/vex/hurt1",
  7318. "mob/vex/hurt2"
  7319. ],
  7320. "subtitle": "subtitles.entity.vex.hurt"
  7321. },
  7322. "entity.villager.ambient": {
  7323. "sounds": [
  7324. "mob/villager/idle1",
  7325. "mob/villager/idle2",
  7326. "mob/villager/idle3"
  7327. ],
  7328. "subtitle": "subtitles.entity.villager.ambient"
  7329. },
  7330. "entity.villager.celebrate": {
  7331. "sounds": [
  7332. "mob/villager/yes1",
  7333. "mob/villager/yes2",
  7334. "mob/villager/yes3"
  7335. ],
  7336. "subtitle": "subtitles.entity.villager.celebrate"
  7337. },
  7338. "entity.villager.death": {
  7339. "sounds": [
  7340. "mob/villager/death"
  7341. ],
  7342. "subtitle": "subtitles.entity.villager.death"
  7343. },
  7344. "entity.villager.hurt": {
  7345. "sounds": [
  7346. "mob/villager/hit1",
  7347. "mob/villager/hit2",
  7348. "mob/villager/hit3",
  7349. "mob/villager/hit4"
  7350. ],
  7351. "subtitle": "subtitles.entity.villager.hurt"
  7352. },
  7353. "entity.villager.no": {
  7354. "sounds": [
  7355. "mob/villager/no1",
  7356. "mob/villager/no2",
  7357. "mob/villager/no3"
  7358. ],
  7359. "subtitle": "subtitles.entity.villager.no"
  7360. },
  7361. "entity.villager.trade": {
  7362. "sounds": [
  7363. "mob/villager/haggle1",
  7364. "mob/villager/haggle2",
  7365. "mob/villager/haggle3"
  7366. ],
  7367. "subtitle": "subtitles.entity.villager.trade"
  7368. },
  7369. "entity.villager.yes": {
  7370. "sounds": [
  7371. "mob/villager/yes1",
  7372. "mob/villager/yes2",
  7373. "mob/villager/yes3"
  7374. ],
  7375. "subtitle": "subtitles.entity.villager.yes"
  7376. },
  7377. "entity.villager.work_armorer": {
  7378. "sounds": [
  7379. {
  7380. "name": "block/blastfurnace/blastfurnace1",
  7381. "volume": 1
  7382. },
  7383. {
  7384. "name": "block/blastfurnace/blastfurnace2",
  7385. "volume": 1
  7386. },
  7387. {
  7388. "name": "block/blastfurnace/blastfurnace3",
  7389. "volume": 1
  7390. },
  7391. {
  7392. "name": "block/blastfurnace/blastfurnace4",
  7393. "volume": 1
  7394. },
  7395. {
  7396. "name": "block/blastfurnace/blastfurnace5",
  7397. "volume": 1
  7398. }
  7399. ],
  7400. "subtitle": "subtitles.block.blastfurnace.fire_crackle"
  7401. },
  7402. "entity.villager.work_butcher": {
  7403. "sounds": [
  7404. {
  7405. "name": "block/smoker/smoker1",
  7406. "volume": 1
  7407. },
  7408. {
  7409. "name": "block/smoker/smoker2",
  7410. "volume": 1
  7411. },
  7412. {
  7413. "name": "block/smoker/smoker3",
  7414. "volume": 1
  7415. },
  7416. {
  7417. "name": "block/smoker/smoker4",
  7418. "volume": 1
  7419. },
  7420. {
  7421. "name": "block/smoker/smoker5",
  7422. "volume": 1
  7423. }
  7424. ]
  7425. },
  7426. "entity.villager.work_cartographer": {
  7427. "sounds": [
  7428. "ui/cartography_table/drawmap1",
  7429. "ui/cartography_table/drawmap2",
  7430. "ui/cartography_table/drawmap3"
  7431. ]
  7432. },
  7433. "entity.villager.work_cleric": {
  7434. "sounds": [
  7435. "block/brewing_stand/brew1",
  7436. "block/brewing_stand/brew2"
  7437. ],
  7438. "subtitle": "subtitles.block.brewing_stand.brew"
  7439. },
  7440. "entity.villager.work_farmer": {
  7441. "sounds": [
  7442. {
  7443. "name": "block/composter/fill_success1",
  7444. "volume": 1
  7445. },
  7446. {
  7447. "name": "block/composter/fill_success2",
  7448. "volume": 1
  7449. },
  7450. {
  7451. "name": "block/composter/fill_success3",
  7452. "volume": 1
  7453. },
  7454. {
  7455. "name": "block/composter/fill_success4",
  7456. "volume": 1
  7457. }
  7458. ]
  7459. },
  7460. "entity.villager.work_fisherman": {
  7461. "sounds": [
  7462. {
  7463. "name": "block/barrel/open1",
  7464. "volume": 1,
  7465. "pitch": 1
  7466. },
  7467. {
  7468. "name": "block/barrel/open2",
  7469. "volume": 1,
  7470. "pitch": 1
  7471. }
  7472. ]
  7473. },
  7474. "entity.villager.work_fletcher": {
  7475. "sounds": [
  7476. {
  7477. "name": "block/fletching_table/fletching_table1",
  7478. "volume": 1,
  7479. "pitch": 1
  7480. },
  7481. {
  7482. "name": "block/fletching_table/fletching_table2",
  7483. "volume": 1,
  7484. "pitch": 1
  7485. }
  7486. ]
  7487. },
  7488. "entity.villager.work_leatherworker": {
  7489. "sounds": [
  7490. {
  7491. "name": "block/cauldron/dye1",
  7492. "volume": 0.9
  7493. },
  7494. {
  7495. "name": "block/cauldron/dye2",
  7496. "volume": 0.9
  7497. },
  7498. {
  7499. "name": "block/cauldron/dye3",
  7500. "volume": 0.9
  7501. }
  7502. ]
  7503. },
  7504. "entity.villager.work_librarian": {
  7505. "sounds": [
  7506. {
  7507. "name": "item/book/open_flip1",
  7508. "volume": 2
  7509. },
  7510. {
  7511. "name": "item/book/open_flip2",
  7512. "volume": 2
  7513. },
  7514. {
  7515. "name":"item/book/open_flip3",
  7516. "volume": 2
  7517. }
  7518. ],
  7519. "subtitle": "subtitles.item.book.page_turn"
  7520. },
  7521. "entity.villager.work_mason": {
  7522. "sounds": [
  7523. {
  7524. "name": "ui/stonecutter/cut1",
  7525. "volume": 1
  7526. },
  7527. {
  7528. "name": "ui/stonecutter/cut1",
  7529. "volume": 1,
  7530. "pitch": 0.92
  7531. },
  7532. {
  7533. "name":"ui/stonecutter/cut2",
  7534. "volume": 1
  7535. },
  7536. {
  7537. "name":"ui/stonecutter/cut2",
  7538. "volume": 1,
  7539. "pitch": 0.92
  7540. }
  7541. ]
  7542. },
  7543. "entity.villager.work_shepherd": {
  7544. "sounds": [
  7545. {
  7546. "name": "ui/loom/take_result1",
  7547. "volume": 0.5
  7548. },
  7549. {
  7550. "name": "ui/loom/take_result2",
  7551. "volume": 0.5
  7552. }
  7553. ]
  7554. },
  7555. "entity.villager.work_toolsmith": {
  7556. "sounds": [
  7557. {
  7558. "name": "block/smithing_table/smithing_table1",
  7559. "volume": 1,
  7560. "pitch": 1
  7561. },
  7562. {
  7563. "name": "block/smithing_table/smithing_table2",
  7564. "volume": 1,
  7565. "pitch": 1
  7566. },
  7567. {
  7568. "name": "block/smithing_table/smithing_table3",
  7569. "volume": 1,
  7570. "pitch": 1
  7571. }
  7572. ]
  7573. },
  7574. "entity.villager.work_weaponsmith": {
  7575. "sounds": [
  7576. {
  7577. "name": "block/grindstone/grindstone1",
  7578. "volume": 0.5
  7579. },
  7580. {
  7581. "name": "block/grindstone/grindstone2",
  7582. "volume": 0.5
  7583. },
  7584. {
  7585. "name": "block/grindstone/grindstone3",
  7586. "volume": 0.5
  7587. }
  7588. ],
  7589. "subtitle": "subtitles.block.grindstone.use"
  7590. },
  7591. "entity.vindicator.ambient": {
  7592. "sounds": [
  7593. "mob/vindication_illager/idle1",
  7594. "mob/vindication_illager/idle2",
  7595. "mob/vindication_illager/idle3",
  7596. "mob/vindication_illager/idle4",
  7597. "mob/vindication_illager/idle5"
  7598. ],
  7599. "subtitle": "subtitles.entity.vindicator.ambient"
  7600. },
  7601. "entity.vindicator.celebrate": {
  7602. "sounds": [
  7603. "mob/vindication_illager/celebrate1",
  7604. "mob/vindication_illager/celebrate2"
  7605. ],
  7606. "subtitle": "subtitles.entity.vindicator.celebrate"
  7607. },
  7608. "entity.vindicator.death": {
  7609. "sounds": [
  7610. "mob/vindication_illager/death1",
  7611. "mob/vindication_illager/death2"
  7612. ],
  7613. "subtitle": "subtitles.entity.vindicator.death"
  7614. },
  7615. "entity.vindicator.hurt": {
  7616. "sounds": [
  7617. "mob/vindication_illager/hurt1",
  7618. "mob/vindication_illager/hurt2",
  7619. "mob/vindication_illager/hurt3"
  7620. ],
  7621. "subtitle": "subtitles.entity.vindicator.hurt"
  7622. },
  7623. "entity.wandering_trader.ambient": {
  7624. "sounds": [
  7625. {
  7626. "name": "mob/wandering_trader/idle1",
  7627. "volume": 1
  7628. },
  7629. {
  7630. "name": "mob/wandering_trader/idle2",
  7631. "volume": 1
  7632. },
  7633. {
  7634. "name": "mob/wandering_trader/idle3",
  7635. "volume": 1
  7636. },
  7637. {
  7638. "name": "mob/wandering_trader/idle4",
  7639. "volume": 1
  7640. },
  7641. {
  7642. "name": "mob/wandering_trader/idle5",
  7643. "volume": 1
  7644. }
  7645. ],
  7646. "subtitle": "subtitles.entity.wandering_trader.ambient"
  7647. },
  7648. "entity.wandering_trader.death": {
  7649. "sounds": [
  7650. {
  7651. "name": "mob/wandering_trader/death",
  7652. "volume": 1
  7653. }
  7654. ],
  7655. "subtitle": "subtitles.entity.wandering_trader.death"
  7656. },
  7657. "entity.wandering_trader.hurt": {
  7658. "sounds": [
  7659. {
  7660. "name": "mob/wandering_trader/hurt1",
  7661. "volume": 1
  7662. },
  7663. {
  7664. "name": "mob/wandering_trader/hurt2",
  7665. "volume": 1
  7666. },
  7667. {
  7668. "name": "mob/wandering_trader/hurt3",
  7669. "volume": 1
  7670. },
  7671. {
  7672. "name": "mob/wandering_trader/hurt4",
  7673. "volume": 1
  7674. }
  7675. ],
  7676. "subtitle": "subtitles.entity.wandering_trader.hurt"
  7677. },
  7678. "entity.wandering_trader.no": {
  7679. "sounds": [
  7680. {
  7681. "name": "mob/wandering_trader/no1",
  7682. "volume": 1
  7683. },
  7684. {
  7685. "name": "mob/wandering_trader/no2",
  7686. "volume": 1
  7687. },
  7688. {
  7689. "name": "mob/wandering_trader/no3",
  7690. "volume": 1
  7691. },
  7692. {
  7693. "name": "mob/wandering_trader/no4",
  7694. "volume": 1
  7695. },
  7696. {
  7697. "name": "mob/wandering_trader/no5",
  7698. "volume": 1
  7699. }
  7700. ],
  7701. "subtitle": "subtitles.entity.wandering_trader.no"
  7702. },
  7703. "entity.wandering_trader.trade": {
  7704. "sounds": [
  7705. {
  7706. "name": "mob/wandering_trader/haggle1",
  7707. "volume": 1
  7708. },
  7709. {
  7710. "name": "mob/wandering_trader/haggle2",
  7711. "volume": 1
  7712. },
  7713. {
  7714. "name": "mob/wandering_trader/haggle3",
  7715. "volume": 1
  7716. }
  7717. ],
  7718. "subtitle": "subtitles.entity.wandering_trader.trade"
  7719. },
  7720. "entity.wandering_trader.yes": {
  7721. "sounds": [
  7722. {
  7723. "name": "mob/wandering_trader/yes1",
  7724. "volume": 1
  7725. },
  7726. {
  7727. "name": "mob/wandering_trader/yes2",
  7728. "volume": 1
  7729. },
  7730. {
  7731. "name": "mob/wandering_trader/yes3",
  7732. "volume": 1
  7733. },
  7734. {
  7735. "name": "mob/wandering_trader/yes4",
  7736. "volume": 1
  7737. }
  7738. ],
  7739. "subtitle": "subtitles.entity.wandering_trader.yes"
  7740. },
  7741. "entity.wandering_trader.drink_milk": {
  7742. "sounds": [
  7743. {
  7744. "name": "mob/wandering_trader/drink_milk1",
  7745. "volume": 1
  7746. },
  7747. {
  7748. "name": "mob/wandering_trader/drink_milk2",
  7749. "volume": 1
  7750. },
  7751. {
  7752. "name": "mob/wandering_trader/drink_milk3",
  7753. "volume": 1
  7754. },
  7755. {
  7756. "name": "mob/wandering_trader/drink_milk4",
  7757. "volume": 1
  7758. },
  7759. {
  7760. "name": "mob/wandering_trader/drink_milk5",
  7761. "volume": 1
  7762. }
  7763. ]
  7764. },
  7765. "entity.wandering_trader.drink_potion": {
  7766. "sounds": [
  7767. {
  7768. "name": "random/drink",
  7769. "volume": 0.65
  7770. },
  7771. {
  7772. "name": "mob/wandering_trader/drink_potion",
  7773. "volume": 0.7
  7774. }
  7775. ]
  7776. },
  7777. "entity.wandering_trader.disappeared": {
  7778. "sounds": [
  7779. {
  7780. "name": "mob/wandering_trader/disappeared1",
  7781. "volume": 0.8
  7782. },
  7783. {
  7784. "name": "mob/wandering_trader/disappeared2",
  7785. "volume": 0.8
  7786. }
  7787. ]
  7788. },
  7789. "entity.wandering_trader.reappeared": {
  7790. "sounds": [
  7791. {
  7792. "name": "mob/wandering_trader/reappeared1",
  7793. "volume": 0.8
  7794. },
  7795. {
  7796. "name": "mob/wandering_trader/reappeared2",
  7797. "volume": 0.8
  7798. }
  7799. ]
  7800. },
  7801. "entity.witch.ambient": {
  7802. "sounds": [
  7803. {
  7804. "name": "entity/witch/ambient5",
  7805. "pitch": 0.9
  7806. },
  7807. "entity/witch/ambient1",
  7808. "entity/witch/ambient2",
  7809. "entity/witch/ambient3",
  7810. "entity/witch/ambient4",
  7811. "entity/witch/ambient5"
  7812. ],
  7813. "subtitle": "subtitles.entity.witch.ambient"
  7814. },
  7815. "entity.witch.celebrate": {
  7816. "sounds": [
  7817. "entity/witch/celebrate",
  7818. "entity/witch/ambient1",
  7819. "entity/witch/ambient4"
  7820. ],
  7821. "subtitle": "subtitles.entity.witch.celebrate"
  7822. },
  7823. "entity.witch.death": {
  7824. "sounds": [
  7825. "entity/witch/death1",
  7826. "entity/witch/death2",
  7827. "entity/witch/death3"
  7828. ],
  7829. "subtitle": "subtitles.entity.witch.death"
  7830. },
  7831. "entity.witch.drink": {
  7832. "sounds": [
  7833. "entity/witch/drink1",
  7834. "entity/witch/drink2",
  7835. "entity/witch/drink3",
  7836. "entity/witch/drink4"
  7837. ],
  7838. "subtitle": "subtitles.entity.witch.drink"
  7839. },
  7840. "entity.witch.hurt": {
  7841. "sounds": [
  7842. "entity/witch/hurt1",
  7843. "entity/witch/hurt2",
  7844. "entity/witch/hurt3"
  7845. ],
  7846. "subtitle": "subtitles.entity.witch.hurt"
  7847. },
  7848. "entity.witch.throw": {
  7849. "sounds": [
  7850. "entity/witch/throw1",
  7851. "entity/witch/throw2",
  7852. "entity/witch/throw3"
  7853. ],
  7854. "subtitle": "subtitles.entity.witch.throw"
  7855. },
  7856. "entity.wither.ambient": {
  7857. "sounds": [
  7858. "mob/wither/idle1",
  7859. "mob/wither/idle2",
  7860. "mob/wither/idle3",
  7861. "mob/wither/idle4"
  7862. ],
  7863. "subtitle": "subtitles.entity.wither.ambient"
  7864. },
  7865. "entity.wither.break_block": {
  7866. "sounds": [
  7867. "mob/zombie/woodbreak"
  7868. ],
  7869. "subtitle": "subtitles.entity.wither.shoot"
  7870. },
  7871. "entity.wither.death": {
  7872. "sounds": [
  7873. "mob/wither/death"
  7874. ],
  7875. "subtitle": "subtitles.entity.wither.death"
  7876. },
  7877. "entity.wither.hurt": {
  7878. "sounds": [
  7879. "mob/wither/hurt1",
  7880. "mob/wither/hurt2",
  7881. "mob/wither/hurt3",
  7882. "mob/wither/hurt4"
  7883. ],
  7884. "subtitle": "subtitles.entity.wither.hurt"
  7885. },
  7886. "entity.wither.shoot": {
  7887. "sounds": [
  7888. "mob/wither/shoot"
  7889. ],
  7890. "subtitle": "subtitles.entity.wither.shoot"
  7891. },
  7892. "entity.wither.spawn": {
  7893. "sounds": [
  7894. "mob/wither/spawn"
  7895. ],
  7896. "subtitle": "subtitles.entity.wither.spawn"
  7897. },
  7898. "entity.wither_skeleton.ambient": {
  7899. "sounds": [
  7900. "mob/wither_skeleton/idle1",
  7901. "mob/wither_skeleton/idle2",
  7902. "mob/wither_skeleton/idle3"
  7903. ],
  7904. "subtitle": "subtitles.entity.wither_skeleton.ambient"
  7905. },
  7906. "entity.wither_skeleton.death": {
  7907. "sounds": [
  7908. "mob/wither_skeleton/death1",
  7909. "mob/wither_skeleton/death2"
  7910. ],
  7911. "subtitle": "subtitles.entity.wither_skeleton.death"
  7912. },
  7913. "entity.wither_skeleton.hurt": {
  7914. "sounds": [
  7915. "mob/wither_skeleton/hurt1",
  7916. "mob/wither_skeleton/hurt2",
  7917. "mob/wither_skeleton/hurt3",
  7918. "mob/wither_skeleton/hurt4"
  7919. ],
  7920. "subtitle": "subtitles.entity.wither_skeleton.hurt"
  7921. },
  7922. "entity.wither_skeleton.step": {
  7923. "sounds": [
  7924. "mob/wither_skeleton/step1",
  7925. "mob/wither_skeleton/step2",
  7926. "mob/wither_skeleton/step3",
  7927. "mob/wither_skeleton/step4"
  7928. ]
  7929. },
  7930. "entity.wolf.ambient": {
  7931. "sounds": [
  7932. "mob/wolf/bark1",
  7933. "mob/wolf/bark2",
  7934. "mob/wolf/bark3"
  7935. ],
  7936. "subtitle": "subtitles.entity.wolf.ambient"
  7937. },
  7938. "entity.wolf.death": {
  7939. "sounds": [
  7940. "mob/wolf/death"
  7941. ],
  7942. "subtitle": "subtitles.entity.wolf.death"
  7943. },
  7944. "entity.wolf.growl": {
  7945. "sounds": [
  7946. "mob/wolf/growl1",
  7947. "mob/wolf/growl2",
  7948. "mob/wolf/growl3"
  7949. ],
  7950. "subtitle": "subtitles.entity.wolf.growl"
  7951. },
  7952. "entity.wolf.howl": {
  7953. "sounds": [
  7954. "mob/wolf/howl1",
  7955. "mob/wolf/howl2"
  7956. ]
  7957. },
  7958. "entity.wolf.hurt": {
  7959. "sounds": [
  7960. "mob/wolf/hurt1",
  7961. "mob/wolf/hurt2",
  7962. "mob/wolf/hurt3"
  7963. ],
  7964. "subtitle": "subtitles.entity.wolf.hurt"
  7965. },
  7966. "entity.wolf.pant": {
  7967. "sounds": [
  7968. "mob/wolf/panting"
  7969. ],
  7970. "subtitle": "subtitles.entity.wolf.ambient"
  7971. },
  7972. "entity.wolf.shake": {
  7973. "sounds": [
  7974. "mob/wolf/shake"
  7975. ],
  7976. "subtitle": "subtitles.entity.wolf.shake"
  7977. },
  7978. "entity.wolf.step": {
  7979. "sounds": [
  7980. "mob/wolf/step1",
  7981. "mob/wolf/step2",
  7982. "mob/wolf/step3",
  7983. "mob/wolf/step4",
  7984. "mob/wolf/step5"
  7985. ],
  7986. "subtitle": "subtitles.block.generic.footsteps"
  7987. },
  7988. "entity.wolf.whine": {
  7989. "sounds": [
  7990. "mob/wolf/whine"
  7991. ],
  7992. "subtitle": "subtitles.entity.wolf.ambient"
  7993. },
  7994. "entity.zombie.ambient": {
  7995. "sounds": [
  7996. "mob/zombie/say1",
  7997. "mob/zombie/say2",
  7998. "mob/zombie/say3"
  7999. ],
  8000. "subtitle": "subtitles.entity.zombie.ambient"
  8001. },
  8002. "entity.zombie.attack_iron_door": {
  8003. "sounds": [
  8004. "mob/zombie/metal1",
  8005. "mob/zombie/metal2",
  8006. "mob/zombie/metal3"
  8007. ],
  8008. "subtitle": "subtitles.block.generic.break"
  8009. },
  8010. "entity.zombie.attack_wooden_door": {
  8011. "sounds": [
  8012. "mob/zombie/wood1",
  8013. "mob/zombie/wood2",
  8014. "mob/zombie/wood3",
  8015. "mob/zombie/wood4"
  8016. ],
  8017. "subtitle": "subtitles.block.generic.break"
  8018. },
  8019. "entity.zombie.break_wooden_door": {
  8020. "sounds": [
  8021. "mob/zombie/woodbreak"
  8022. ],
  8023. "subtitle": "subtitles.block.generic.break"
  8024. },
  8025. "entity.zombie.converted_to_drowned": {
  8026. "sounds": [
  8027. "mob/drowned/convert1",
  8028. "mob/drowned/convert2",
  8029. "mob/drowned/convert3"
  8030. ],
  8031. "subtitle": "subtitles.entity.zombie.converted_to_drowned"
  8032. },
  8033. "entity.zombie.death": {
  8034. "sounds": [
  8035. "mob/zombie/death"
  8036. ],
  8037. "subtitle": "subtitles.entity.zombie.death"
  8038. },
  8039. "entity.zombie.destroy_egg": {
  8040. "sounds": [
  8041. "mob/turtle/egg/jump_egg1",
  8042. "mob/turtle/egg/jump_egg2",
  8043. "mob/turtle/egg/jump_egg3",
  8044. "mob/turtle/egg/jump_egg4"
  8045. ]
  8046. },
  8047. "entity.zombie.hurt": {
  8048. "sounds": [
  8049. "mob/zombie/hurt1",
  8050. "mob/zombie/hurt2"
  8051. ],
  8052. "subtitle": "subtitles.entity.zombie.hurt"
  8053. },
  8054. "entity.zombie.infect": {
  8055. "sounds": [
  8056. "mob/zombie/infect"
  8057. ],
  8058. "subtitle": "subtitles.entity.zombie.infect"
  8059. },
  8060. "entity.zombie.step": {
  8061. "sounds": [
  8062. "mob/zombie/step1",
  8063. "mob/zombie/step2",
  8064. "mob/zombie/step3",
  8065. "mob/zombie/step4",
  8066. "mob/zombie/step5"
  8067. ],
  8068. "subtitle": "subtitles.block.generic.footsteps"
  8069. },
  8070. "entity.zombie_horse.ambient": {
  8071. "sounds": [
  8072. "mob/horse/zombie/idle1",
  8073. "mob/horse/zombie/idle2",
  8074. "mob/horse/zombie/idle3"
  8075. ],
  8076. "subtitle": "subtitles.entity.zombie_horse.ambient"
  8077. },
  8078. "entity.zombie_horse.death": {
  8079. "sounds": [
  8080. "mob/horse/zombie/death"
  8081. ],
  8082. "subtitle": "subtitles.entity.zombie_horse.death"
  8083. },
  8084. "entity.zombie_horse.hurt": {
  8085. "sounds": [
  8086. "mob/horse/zombie/hit1",
  8087. "mob/horse/zombie/hit2",
  8088. "mob/horse/zombie/hit3",
  8089. "mob/horse/zombie/hit4"
  8090. ],
  8091. "subtitle": "subtitles.entity.zombie_horse.hurt"
  8092. },
  8093. "entity.zombie_pigman.ambient": {
  8094. "sounds": [
  8095. "mob/zombiepig/zpig1",
  8096. "mob/zombiepig/zpig2",
  8097. "mob/zombiepig/zpig3",
  8098. "mob/zombiepig/zpig4"
  8099. ],
  8100. "subtitle": "subtitles.entity.zombie_pigman.ambient"
  8101. },
  8102. "entity.zombie_pigman.angry": {
  8103. "sounds": [
  8104. "mob/zombiepig/zpigangry1",
  8105. "mob/zombiepig/zpigangry2",
  8106. "mob/zombiepig/zpigangry3",
  8107. "mob/zombiepig/zpigangry4"
  8108. ],
  8109. "subtitle": "subtitles.entity.zombie_pigman.angry"
  8110. },
  8111. "entity.zombie_pigman.death": {
  8112. "sounds": [
  8113. "mob/zombiepig/zpigdeath"
  8114. ],
  8115. "subtitle": "subtitles.entity.zombie_pigman.death"
  8116. },
  8117. "entity.zombie_pigman.hurt": {
  8118. "sounds": [
  8119. "mob/zombiepig/zpighurt1",
  8120. "mob/zombiepig/zpighurt2"
  8121. ],
  8122. "subtitle": "subtitles.entity.zombie_pigman.hurt"
  8123. },
  8124. "entity.zombie_villager.ambient": {
  8125. "sounds": [
  8126. "mob/zombie_villager/say1",
  8127. "mob/zombie_villager/say2",
  8128. "mob/zombie_villager/say3"
  8129. ],
  8130. "subtitle": "subtitles.entity.zombie_villager.ambient"
  8131. },
  8132. "entity.zombie_villager.converted": {
  8133. "sounds": [
  8134. "mob/zombie/unfect"
  8135. ],
  8136. "subtitle": "subtitles.entity.zombie_villager.converted"
  8137. },
  8138. "entity.zombie_villager.cure": {
  8139. "sounds": [
  8140. "mob/zombie/remedy"
  8141. ],
  8142. "subtitle": "subtitles.entity.zombie_villager.cure"
  8143. },
  8144. "entity.zombie_villager.death": {
  8145. "sounds": [
  8146. "mob/zombie_villager/death"
  8147. ],
  8148. "subtitle": "subtitles.entity.zombie_villager.death"
  8149. },
  8150. "entity.zombie_villager.hurt": {
  8151. "sounds": [
  8152. "mob/zombie_villager/hurt1",
  8153. "mob/zombie_villager/hurt2"
  8154. ],
  8155. "subtitle": "subtitles.entity.zombie_villager.hurt"
  8156. },
  8157. "entity.zombie_villager.step": {
  8158. "sounds": [
  8159. "mob/zombie/step1",
  8160. "mob/zombie/step2",
  8161. "mob/zombie/step3",
  8162. "mob/zombie/step4",
  8163. "mob/zombie/step5"
  8164. ],
  8165. "subtitle": "subtitles.block.generic.footsteps"
  8166. },
  8167. "item.armor.equip_chain": {
  8168. "sounds": [
  8169. "item/armor/equip_chain1",
  8170. "item/armor/equip_chain2",
  8171. "item/armor/equip_chain3",
  8172. "item/armor/equip_chain4",
  8173. "item/armor/equip_chain5",
  8174. "item/armor/equip_chain6"
  8175. ],
  8176. "subtitle": "subtitles.item.armor.equip_chain"
  8177. },
  8178. "item.armor.equip_diamond": {
  8179. "sounds": [
  8180. "item/armor/equip_diamond1",
  8181. "item/armor/equip_diamond2",
  8182. "item/armor/equip_diamond3",
  8183. "item/armor/equip_diamond4",
  8184. "item/armor/equip_diamond5",
  8185. "item/armor/equip_diamond6"
  8186. ],
  8187. "subtitle": "subtitles.item.armor.equip_diamond"
  8188. },
  8189. "item.armor.equip_elytra": {
  8190. "sounds": [
  8191. "item/armor/equip_leather1",
  8192. "item/armor/equip_leather2",
  8193. "item/armor/equip_leather3",
  8194. "item/armor/equip_leather4",
  8195. "item/armor/equip_leather5",
  8196. "item/armor/equip_leather6"
  8197. ],
  8198. "subtitle": "subtitles.item.armor.equip_elytra"
  8199. },
  8200. "item.armor.equip_generic": {
  8201. "sounds": [
  8202. "item/armor/equip_generic1",
  8203. "item/armor/equip_generic2",
  8204. "item/armor/equip_generic3",
  8205. "item/armor/equip_generic4",
  8206. "item/armor/equip_generic5",
  8207. "item/armor/equip_generic6"
  8208. ],
  8209. "subtitle": "subtitles.item.armor.equip"
  8210. },
  8211. "item.armor.equip_gold": {
  8212. "sounds": [
  8213. "item/armor/equip_gold1",
  8214. "item/armor/equip_gold2",
  8215. "item/armor/equip_gold3",
  8216. "item/armor/equip_gold4",
  8217. "item/armor/equip_gold5",
  8218. "item/armor/equip_gold6"
  8219. ],
  8220. "subtitle": "subtitles.item.armor.equip_gold"
  8221. },
  8222. "item.armor.equip_iron": {
  8223. "sounds": [
  8224. "item/armor/equip_iron1",
  8225. "item/armor/equip_iron2",
  8226. "item/armor/equip_iron3",
  8227. "item/armor/equip_iron4",
  8228. "item/armor/equip_iron5",
  8229. "item/armor/equip_iron6"
  8230. ],
  8231. "subtitle": "subtitles.item.armor.equip_iron"
  8232. },
  8233. "item.armor.equip_leather": {
  8234. "sounds": [
  8235. "item/armor/equip_leather1",
  8236. "item/armor/equip_leather2",
  8237. "item/armor/equip_leather3",
  8238. "item/armor/equip_leather4",
  8239. "item/armor/equip_leather5",
  8240. "item/armor/equip_leather6"
  8241. ],
  8242. "subtitle": "subtitles.item.armor.equip_leather"
  8243. },
  8244. "item.armor.equip_turtle": {
  8245. "sounds": [
  8246. "mob/turtle/armor",
  8247. {
  8248. "name": "mob/turtle/armor",
  8249. "pitch": 0.85
  8250. },
  8251. {
  8252. "name": "mob/turtle/armor",
  8253. "pitch": 1.1
  8254. }
  8255. ],
  8256. "subtitle": "subtitles.item.armor.equip_turtle"
  8257. },
  8258. "item.axe.strip": {
  8259. "sounds": [
  8260. {
  8261. "name": "item/axe/strip1",
  8262. "volume": 0.9
  8263. },
  8264. {
  8265. "name": "item/axe/strip2",
  8266. "volume": 0.9
  8267. },
  8268. {
  8269. "name": "item/axe/strip3",
  8270. "volume": 0.9
  8271. },
  8272. {
  8273. "name": "item/axe/strip4",
  8274. "volume": 0.9
  8275. },
  8276. {
  8277. "name": "item/axe/strip1",
  8278. "pitch": 0.85,
  8279. "volume": 0.9
  8280. },
  8281. {
  8282. "name": "item/axe/strip2",
  8283. "pitch": 0.85,
  8284. "volume": 0.9
  8285. },
  8286. {
  8287. "name": "item/axe/strip3",
  8288. "pitch": 0.85,
  8289. "volume": 0.9
  8290. },
  8291. {
  8292. "name": "item/axe/strip4",
  8293. "pitch": 0.85,
  8294. "volume": 0.9
  8295. }
  8296. ],
  8297. "subtitle": "subtitles.item.axe.strip"
  8298. },
  8299. "item.book.page_turn": {
  8300. "sounds": [
  8301. {
  8302. "name": "item/book/open_flip1",
  8303. "volume": 2
  8304. },
  8305. {
  8306. "name": "item/book/open_flip2",
  8307. "volume": 2
  8308. },
  8309. {
  8310. "name":"item/book/open_flip3",
  8311. "volume": 2
  8312. }
  8313. ],
  8314. "subtitle": "subtitles.item.book.page_turn"
  8315. },
  8316. "item.book.put": {
  8317. "sounds": [
  8318. "item/book/close_put1",
  8319. "item/book/close_put2"
  8320. ],
  8321. "subtitle": "subtitles.item.book.put"
  8322. },
  8323. "item.honey_bottle.drink": {
  8324. "sounds": [
  8325. {
  8326. "name": "item/bottle/drink_honey1"
  8327. },
  8328. {
  8329. "name": "item/bottle/drink_honey2"
  8330. },
  8331. {
  8332. "name": "item/bottle/drink_honey3",
  8333. "volume": 0.35
  8334. },
  8335. {
  8336. "name": "item/bottle/drink_honey3",
  8337. "volume": 0.75
  8338. }
  8339. ],
  8340. "subtitle": "subtitles.item.honey_bottle.drink"
  8341. },
  8342. "item.bottle.empty": {
  8343. "sounds": [
  8344. "item/bottle/empty1",
  8345. "item/bottle/empty2"
  8346. ]
  8347. },
  8348. "item.bottle.fill": {
  8349. "sounds": [
  8350. "item/bottle/fill1",
  8351. "item/bottle/fill2",
  8352. "item/bottle/fill3",
  8353. "item/bottle/fill4"
  8354. ],
  8355. "subtitle": "subtitles.item.bottle.fill"
  8356. },
  8357. "item.bottle.fill_dragonbreath": {
  8358. "sounds": [
  8359. "item/bottle/fill_dragonbreath1",
  8360. "item/bottle/fill_dragonbreath2"
  8361. ],
  8362. "subtitle": "subtitles.item.bottle.fill"
  8363. },
  8364. "item.bucket.empty": {
  8365. "sounds": [
  8366. {
  8367. "name": "item/bucket/empty1",
  8368. "pitch": 0.9
  8369. },
  8370. "item/bucket/empty1",
  8371. "item/bucket/empty2",
  8372. "item/bucket/empty3"
  8373. ],
  8374. "subtitle": "subtitles.item.bucket.empty"
  8375. },
  8376. "item.bucket.empty_fish": {
  8377. "sounds": [
  8378. "item/bucket/empty_fish1",
  8379. "item/bucket/empty_fish2",
  8380. "item/bucket/empty_fish3"
  8381. ]
  8382. },
  8383. "item.bucket.empty_lava": {
  8384. "sounds": [
  8385. "item/bucket/empty_lava1",
  8386. "item/bucket/empty_lava2",
  8387. "item/bucket/empty_lava3"
  8388. ],
  8389. "subtitle": "subtitles.item.bucket.empty"
  8390. },
  8391. "item.bucket.fill": {
  8392. "sounds": [
  8393. "item/bucket/fill1",
  8394. "item/bucket/fill2",
  8395. "item/bucket/fill3"
  8396. ],
  8397. "subtitle": "subtitles.item.bucket.fill"
  8398. },
  8399. "item.bucket.fill_fish": {
  8400. "sounds": [
  8401. "item/bucket/fill_fish1",
  8402. "item/bucket/fill_fish2",
  8403. "item/bucket/fill_fish3"
  8404. ]
  8405. },
  8406. "item.bucket.fill_lava": {
  8407. "sounds": [
  8408. "item/bucket/fill_lava1",
  8409. "item/bucket/fill_lava2",
  8410. "item/bucket/fill_lava3"
  8411. ],
  8412. "subtitle": "subtitles.item.bucket.fill"
  8413. },
  8414. "item.chorus_fruit.teleport": {
  8415. "sounds": [
  8416. "mob/endermen/portal",
  8417. "mob/endermen/portal2"
  8418. ],
  8419. "subtitle": "subtitles.item.chorus_fruit.teleport"
  8420. },
  8421. "item.crossbow.quick_charge_1": {
  8422. "sounds": [
  8423. {
  8424. "name": "item/crossbow/quick_charge/quick1_1",
  8425. "volume": 0.65,
  8426. "pitch": 1
  8427. },
  8428. {
  8429. "name": "item/crossbow/quick_charge/quick1_1",
  8430. "volume": 0.5,
  8431. "pitch": 0.9
  8432. },
  8433. {
  8434. "name": "item/crossbow/quick_charge/quick1_2",
  8435. "volume": 0.65,
  8436. "pitch": 1
  8437. },
  8438. {
  8439. "name": "item/crossbow/quick_charge/quick1_2",
  8440. "volume": 0.65,
  8441. "pitch": 0.95
  8442. },
  8443. {
  8444. "name": "item/crossbow/quick_charge/quick1_3",
  8445. "volume": 0.65,
  8446. "pitch": 1
  8447. }
  8448. ],
  8449. "subtitle": "subtitles.item.crossbow.charge"
  8450. },
  8451. "item.crossbow.quick_charge_2": {
  8452. "sounds": [
  8453. {
  8454. "name": "item/crossbow/quick_charge/quick2_1",
  8455. "volume": 0.65,
  8456. "pitch": 1
  8457. },
  8458. {
  8459. "name": "item/crossbow/quick_charge/quick2_1",
  8460. "volume": 0.5,
  8461. "pitch": 0.95
  8462. },
  8463. {
  8464. "name": "item/crossbow/quick_charge/quick2_2",
  8465. "volume": 0.65,
  8466. "pitch": 1
  8467. },
  8468. {
  8469. "name": "item/crossbow/quick_charge/quick2_2",
  8470. "volume": 0.65,
  8471. "pitch": 0.95
  8472. },
  8473. {
  8474. "name": "item/crossbow/quick_charge/quick2_2",
  8475. "volume": 0.65,
  8476. "pitch": 1.05
  8477. },
  8478. {
  8479. "name": "item/crossbow/quick_charge/quick2_3",
  8480. "volume": 0.65,
  8481. "pitch": 1
  8482. },
  8483. {
  8484. "name": "item/crossbow/quick_charge/quick2_3",
  8485. "volume": 0.65,
  8486. "pitch": 0.9
  8487. },
  8488. {
  8489. "name": "item/crossbow/quick_charge/quick2_3",
  8490. "volume": 0.65,
  8491. "pitch": 1.05
  8492. }
  8493. ],
  8494. "subtitle": "subtitles.item.crossbow.charge"
  8495. },
  8496. "item.crossbow.quick_charge_3": {
  8497. "sounds": [
  8498. {
  8499. "name": "item/crossbow/quick_charge/quick3_1",
  8500. "volume": 0.65,
  8501. "pitch": 1
  8502. },
  8503. {
  8504. "name": "item/crossbow/quick_charge/quick3_1",
  8505. "volume": 0.5,
  8506. "pitch": 0.95
  8507. },
  8508. {
  8509. "name": "item/crossbow/quick_charge/quick3_2",
  8510. "volume": 0.65,
  8511. "pitch": 1
  8512. },
  8513. {
  8514. "name": "item/crossbow/quick_charge/quick3_2",
  8515. "volume": 0.65,
  8516. "pitch": 0.95
  8517. },
  8518. {
  8519. "name": "item/crossbow/quick_charge/quick3_2",
  8520. "volume": 0.65,
  8521. "pitch": 1.05
  8522. },
  8523. {
  8524. "name": "item/crossbow/quick_charge/quick3_3",
  8525. "volume": 0.65,
  8526. "pitch": 1
  8527. },
  8528. {
  8529. "name": "item/crossbow/quick_charge/quick3_3",
  8530. "volume": 0.65,
  8531. "pitch": 0.9
  8532. },
  8533. {
  8534. "name": "item/crossbow/quick_charge/quick3_3",
  8535. "volume": 0.65,
  8536. "pitch": 1.05
  8537. }
  8538. ],
  8539. "subtitle": "subtitles.item.crossbow.charge"
  8540. },
  8541. "item.crossbow.loading_start": {
  8542. "sounds": [
  8543. {
  8544. "name": "item/crossbow/loading_start",
  8545. "volume": 0.3,
  8546. "pitch": 1
  8547. }
  8548. ],
  8549. "subtitle": "subtitles.item.crossbow.charge"
  8550. },
  8551. "item.crossbow.loading_middle": {
  8552. "sounds": [
  8553. {
  8554. "name": "item/crossbow/loading_middle1",
  8555. "volume": 0.65,
  8556. "pitch": 1
  8557. },
  8558. {
  8559. "name": "item/crossbow/loading_middle1",
  8560. "volume": 0.65,
  8561. "pitch": 1.2
  8562. },
  8563. {
  8564. "name": "item/crossbow/loading_middle1",
  8565. "volume": 0.65,
  8566. "pitch": 0.95
  8567. },
  8568. {
  8569. "name": "item/crossbow/loading_middle2",
  8570. "volume": 0.65,
  8571. "pitch": 1
  8572. },
  8573. {
  8574. "name": "item/crossbow/loading_middle2",
  8575. "volume": 0.65,
  8576. "pitch": 0.9
  8577. },
  8578. {
  8579. "name": "item/crossbow/loading_middle2",
  8580. "volume": 0.65,
  8581. "pitch": 1.05
  8582. },
  8583. {
  8584. "name": "item/crossbow/loading_middle3",
  8585. "volume": 0.65,
  8586. "pitch": 1
  8587. },
  8588. {
  8589. "name": "item/crossbow/loading_middle3",
  8590. "volume": 0.65,
  8591. "pitch": 1.05
  8592. },
  8593. {
  8594. "name": "item/crossbow/loading_middle3",
  8595. "volume": 0.65,
  8596. "pitch": 0.9
  8597. },
  8598. {
  8599. "name": "item/crossbow/loading_middle4",
  8600. "volume": 0.65,
  8601. "pitch": 1
  8602. }
  8603. ]
  8604. },
  8605. "item.crossbow.loading_end": {
  8606. "sounds": [
  8607. {
  8608. "name": "item/crossbow/loading_end",
  8609. "volume": 1
  8610. }
  8611. ],
  8612. "subtitle": "subtitles.item.crossbow.load"
  8613. },
  8614. "item.crossbow.shoot": {
  8615. "sounds": [
  8616. {
  8617. "name": "item/crossbow/shoot1",
  8618. "volume": 0.9,
  8619. "pitch": 0.9
  8620. },
  8621. {
  8622. "name": "item/crossbow/shoot2",
  8623. "volume": 0.9,
  8624. "pitch": 0.9
  8625. },
  8626. {
  8627. "name": "item/crossbow/shoot3",
  8628. "volume": 0.9,
  8629. "pitch": 0.9
  8630. },
  8631. {
  8632. "name": "item/crossbow/shoot1",
  8633. "volume": 0.9,
  8634. "pitch": 1
  8635. },
  8636. {
  8637. "name": "item/crossbow/shoot2",
  8638. "volume": 0.9,
  8639. "pitch": 1
  8640. },
  8641. {
  8642. "name": "item/crossbow/shoot3",
  8643. "volume": 0.9,
  8644. "pitch": 1
  8645. },
  8646. {
  8647. "name": "item/crossbow/shoot1",
  8648. "volume": 0.8,
  8649. "pitch": 1
  8650. },
  8651. {
  8652. "name": "item/crossbow/shoot2",
  8653. "volume": 0.8,
  8654. "pitch": 1
  8655. },
  8656. {
  8657. "name": "item/crossbow/shoot3",
  8658. "volume": 0.8,
  8659. "pitch": 1
  8660. }
  8661. ],
  8662. "subtitle": "subtitles.item.crossbow.shoot"
  8663. },
  8664. "item.crossbow.hit": {
  8665. "sounds": [
  8666. "random/bowhit1",
  8667. "random/bowhit2",
  8668. "random/bowhit3",
  8669. "random/bowhit4"
  8670. ],
  8671. "subtitle": "subtitles.item.crossbow.hit"
  8672. },
  8673. "item.elytra.flying": {
  8674. "sounds": [
  8675. {
  8676. "name": "item/elytra/elytra_loop",
  8677. "volume": 0.6
  8678. }
  8679. ]
  8680. },
  8681. "item.firecharge.use": {
  8682. "sounds": [
  8683. "mob/ghast/fireball4"
  8684. ],
  8685. "subtitle": "subtitles.item.firecharge.use"
  8686. },
  8687. "item.flintandsteel.use": {
  8688. "sounds": [
  8689. "fire/ignite"
  8690. ],
  8691. "subtitle": "subtitles.item.flintandsteel.use"
  8692. },
  8693. "item.hoe.till": {
  8694. "sounds": [
  8695. "item/hoe/till1",
  8696. "item/hoe/till2",
  8697. "item/hoe/till3",
  8698. "item/hoe/till4"
  8699. ],
  8700. "subtitle": "subtitles.item.hoe.till"
  8701. },
  8702. "item.nether_wart.plant": {
  8703. "sounds": [
  8704. {
  8705. "name": "item/plant/netherwart1",
  8706. "volume": 0.9
  8707. },
  8708. {
  8709. "name": "item/plant/netherwart2",
  8710. "volume": 0.9
  8711. },
  8712. {
  8713. "name": "item/plant/netherwart3",
  8714. "volume": 0.9
  8715. },
  8716. {
  8717. "name": "item/plant/netherwart4",
  8718. "volume": 0.9
  8719. },
  8720. {
  8721. "name": "item/plant/netherwart5",
  8722. "volume": 0.9
  8723. },
  8724. {
  8725. "name": "item/plant/netherwart6",
  8726. "volume": 0.9
  8727. },
  8728. {
  8729. "name": "item/plant/netherwart1",
  8730. "volume": 0.9,
  8731. "pitch": 1.12
  8732. },
  8733. {
  8734. "name": "item/plant/netherwart2",
  8735. "volume": 0.9,
  8736. "pitch": 1.12
  8737. },
  8738. {
  8739. "name": "item/plant/netherwart3",
  8740. "volume": 0.9,
  8741. "pitch": 1.12
  8742. },
  8743. {
  8744. "name": "item/plant/netherwart4",
  8745. "volume": 0.9,
  8746. "pitch": 1.12
  8747. },
  8748. {
  8749. "name": "item/plant/netherwart5",
  8750. "volume": 0.9,
  8751. "pitch": 1.12
  8752. },
  8753. {
  8754. "name": "item/plant/netherwart6",
  8755. "volume": 0.9,
  8756. "pitch": 1.12
  8757. }
  8758. ],
  8759. "subtitle": "subtitles.block.generic.place"
  8760. },
  8761. "item.crop.plant": {
  8762. "sounds": [
  8763. {
  8764. "name": "item/plant/crop1",
  8765. "volume": 0.45
  8766. },
  8767. {
  8768. "name": "item/plant/crop2",
  8769. "volume": 0.45
  8770. },
  8771. {
  8772. "name": "item/plant/crop3",
  8773. "volume": 0.45
  8774. },
  8775. {
  8776. "name": "item/plant/crop4",
  8777. "volume": 0.45
  8778. },
  8779. {
  8780. "name": "item/plant/crop5",
  8781. "volume": 0.45
  8782. },
  8783. {
  8784. "name": "item/plant/crop6",
  8785. "volume": 0.45
  8786. },
  8787. {
  8788. "name": "item/plant/crop1",
  8789. "volume": 0.45,
  8790. "pitch": 1.2
  8791. },
  8792. {
  8793. "name": "item/plant/crop2",
  8794. "volume": 0.45,
  8795. "pitch": 1.2
  8796. },
  8797. {
  8798. "name": "item/plant/crop3",
  8799. "volume": 0.45,
  8800. "pitch": 1.2
  8801. },
  8802. {
  8803. "name": "item/plant/crop4",
  8804. "volume": 0.45,
  8805. "pitch": 1.2
  8806. },
  8807. {
  8808. "name": "item/plant/crop5",
  8809. "volume": 0.45,
  8810. "pitch": 1.2
  8811. },
  8812. {
  8813. "name": "item/plant/crop6",
  8814. "volume": 0.45,
  8815. "pitch": 1.2
  8816. }
  8817. ],
  8818. "subtitle": "subtitles.block.generic.place"
  8819. },
  8820. "block.crop.break": {
  8821. "sounds": [
  8822. {
  8823. "name": "block/bamboo/sapling_place1",
  8824. "volume": 0.9
  8825. },
  8826. {
  8827. "name": "block/bamboo/sapling_place2",
  8828. "volume": 0.9
  8829. },
  8830. {
  8831. "name": "block/bamboo/sapling_place3",
  8832. "volume": 0.9
  8833. },
  8834. {
  8835. "name": "block/bamboo/sapling_place4",
  8836. "volume": 0.9
  8837. },
  8838. {
  8839. "name": "block/bamboo/sapling_place5",
  8840. "volume": 0.9
  8841. },
  8842. {
  8843. "name": "block/bamboo/sapling_place6",
  8844. "volume": 0.9
  8845. }
  8846. ],
  8847. "subtitle": "subtitles.block.generic.break"
  8848. },
  8849. "block.nether_wart.break": {
  8850. "sounds": [
  8851. {
  8852. "name": "item/plant/netherwart1",
  8853. "volume": 0.9,
  8854. "pitch": 0.9
  8855. },
  8856. {
  8857. "name": "item/plant/netherwart2",
  8858. "volume": 0.9,
  8859. "pitch": 0.9
  8860. },
  8861. {
  8862. "name": "item/plant/netherwart3",
  8863. "volume": 0.9,
  8864. "pitch": 0.9
  8865. },
  8866. {
  8867. "name": "item/plant/netherwart4",
  8868. "volume": 0.9,
  8869. "pitch": 0.9
  8870. },
  8871. {
  8872. "name": "item/plant/netherwart5",
  8873. "volume": 0.9,
  8874. "pitch": 0.9
  8875. },
  8876. {
  8877. "name": "item/plant/netherwart6",
  8878. "volume": 0.9,
  8879. "pitch": 0.9
  8880. }
  8881. ],
  8882. "subtitle": "subtitles.block.generic.break"
  8883. },
  8884. "item.shield.block": {
  8885. "sounds": [
  8886. "item/shield/block1",
  8887. "item/shield/block2",
  8888. "item/shield/block3",
  8889. "item/shield/block4",
  8890. "item/shield/block5"
  8891. ],
  8892. "subtitle": "subtitles.item.shield.block"
  8893. },
  8894. "item.shield.break": {
  8895. "sounds": [
  8896. "random/break"
  8897. ],
  8898. "subtitle": "subtitles.entity.item.break"
  8899. },
  8900. "item.shovel.flatten": {
  8901. "sounds": [
  8902. "item/shovel/flatten1",
  8903. "item/shovel/flatten2",
  8904. "item/shovel/flatten3",
  8905. "item/shovel/flatten4"
  8906. ],
  8907. "subtitle": "subtitles.item.shovel.flatten"
  8908. },
  8909. "item.totem.use": {
  8910. "sounds": [
  8911. "item/totem/use_totem"
  8912. ],
  8913. "subtitle": "subtitles.item.totem.use"
  8914. },
  8915. "item.sweet_berries.pick_from_bush": {
  8916. "sounds": [
  8917. "item/sweet_berries/pick_from_bush1",
  8918. "item/sweet_berries/pick_from_bush2"
  8919. ],
  8920. "subtitle": "subtitles.item.berries.pick"
  8921. },
  8922. "item.trident.hit": {
  8923. "sounds": [
  8924. "item/trident/pierce1",
  8925. "item/trident/pierce2",
  8926. "item/trident/pierce3"
  8927. ],
  8928. "subtitle": "subtitles.item.trident.hit"
  8929. },
  8930. "item.trident.hit_ground": {
  8931. "sounds": [
  8932. {
  8933. "name": "item/trident/ground_impact1",
  8934. "volume": 0.9
  8935. },
  8936. {
  8937. "name": "item/trident/ground_impact2",
  8938. "volume": 0.9
  8939. },
  8940. {
  8941. "name": "item/trident/ground_impact3",
  8942. "volume": 0.9
  8943. },
  8944. {
  8945. "name": "item/trident/ground_impact4",
  8946. "volume": 0.9
  8947. }
  8948. ],
  8949. "subtitle": "subtitles.item.trident.hit_ground"
  8950. },
  8951. "item.trident.return": {
  8952. "sounds": [
  8953. {
  8954. "name": "item/trident/return1",
  8955. "volume": 0.8
  8956. },
  8957. {
  8958. "name": "item/trident/return2",
  8959. "pitch": 1.2,
  8960. "volume": 0.8
  8961. },
  8962. {
  8963. "name": "item/trident/return3",
  8964. "pitch": 0.8,
  8965. "volume": 0.8
  8966. },
  8967. {
  8968. "name": "item/trident/return2",
  8969. "volume": 0.8
  8970. },
  8971. {
  8972. "name": "item/trident/return2",
  8973. "pitch": 1.2,
  8974. "volume": 0.8
  8975. },
  8976. {
  8977. "name": "item/trident/return2",
  8978. "pitch": 0.8,
  8979. "volume": 0.8
  8980. },
  8981. {
  8982. "name": "item/trident/return3",
  8983. "volume": 0.8
  8984. },
  8985. {
  8986. "name": "item/trident/return3",
  8987. "pitch": 1.2,
  8988. "volume": 0.8
  8989. },
  8990. {
  8991. "name": "item/trident/return3",
  8992. "pitch": 0.8,
  8993. "volume": 0.8
  8994. }
  8995. ],
  8996. "subtitle": "subtitles.item.trident.return"
  8997. },
  8998. "item.trident.riptide_1": {
  8999. "sounds": [
  9000. "item/trident/riptide1"
  9001. ],
  9002. "subtitle": "subtitles.item.trident.riptide"
  9003. },
  9004. "item.trident.riptide_2": {
  9005. "sounds": [
  9006. "item/trident/riptide2"
  9007. ],
  9008. "subtitle": "subtitles.item.trident.riptide"
  9009. },
  9010. "item.trident.riptide_3": {
  9011. "sounds": [
  9012. "item/trident/riptide3"
  9013. ],
  9014. "subtitle": "subtitles.item.trident.riptide"
  9015. },
  9016. "item.trident.throw": {
  9017. "sounds": [
  9018. "item/trident/throw1",
  9019. "item/trident/throw2"
  9020. ],
  9021. "subtitle": "subtitles.item.trident.throw"
  9022. },
  9023. "item.trident.thunder": {
  9024. "sounds": [
  9025. "item/trident/thunder1",
  9026. "item/trident/thunder2"
  9027. ],
  9028. "subtitle": "subtitles.item.trident.thunder"
  9029. },
  9030. "music.creative": {
  9031. "sounds": [
  9032. {
  9033. "name": "music.game",
  9034. "type": "event"
  9035. },
  9036. {
  9037. "name": "music/game/creative/creative1",
  9038. "stream": true
  9039. },
  9040. {
  9041. "name": "music/game/creative/creative2",
  9042. "stream": true
  9043. },
  9044. {
  9045. "name": "music/game/creative/creative3",
  9046. "stream": true
  9047. },
  9048. {
  9049. "name": "music/game/creative/creative4",
  9050. "stream": true
  9051. },
  9052. {
  9053. "name": "music/game/creative/creative5",
  9054. "stream": true
  9055. },
  9056. {
  9057. "name": "music/game/creative/creative6",
  9058. "stream": true
  9059. }
  9060. ]
  9061. },
  9062. "music.credits": {
  9063. "sounds": [
  9064. {
  9065. "name": "music/game/end/credits",
  9066. "stream": true
  9067. }
  9068. ]
  9069. },
  9070. "music.dragon": {
  9071. "sounds": [
  9072. {
  9073. "name": "music/game/end/boss",
  9074. "stream": true
  9075. }
  9076. ]
  9077. },
  9078. "music.end": {
  9079. "sounds": [
  9080. {
  9081. "name": "music/game/end/end",
  9082. "stream": true
  9083. }
  9084. ]
  9085. },
  9086. "music.game": {
  9087. "sounds": [
  9088. {
  9089. "name": "music/game/calm1",
  9090. "stream": true
  9091. },
  9092. {
  9093. "name": "music/game/calm2",
  9094. "stream": true
  9095. },
  9096. {
  9097. "name": "music/game/calm3",
  9098. "stream": true
  9099. },
  9100. {
  9101. "name": "music/game/hal1",
  9102. "stream": true
  9103. },
  9104. {
  9105. "name": "music/game/hal2",
  9106. "stream": true
  9107. },
  9108. {
  9109. "name": "music/game/hal3",
  9110. "stream": true
  9111. },
  9112. {
  9113. "name": "music/game/hal4",
  9114. "stream": true
  9115. },
  9116. {
  9117. "name": "music/game/nuance1",
  9118. "stream": true
  9119. },
  9120. {
  9121. "name": "music/game/nuance2",
  9122. "stream": true
  9123. },
  9124. {
  9125. "name": "music/game/piano1",
  9126. "stream": true
  9127. },
  9128. {
  9129. "name": "music/game/piano2",
  9130. "stream": true
  9131. },
  9132. {
  9133. "name": "music/game/piano3",
  9134. "stream": true
  9135. }
  9136. ]
  9137. },
  9138. "music.menu": {
  9139. "sounds": [
  9140. {
  9141. "name": "music/menu/menu1",
  9142. "stream": true
  9143. },
  9144. {
  9145. "name": "music/menu/menu2",
  9146. "stream": true
  9147. },
  9148. {
  9149. "name": "music/menu/menu3",
  9150. "stream": true
  9151. },
  9152. {
  9153. "name": "music/menu/menu4",
  9154. "stream": true
  9155. }
  9156. ]
  9157. },
  9158. "music.nether": {
  9159. "sounds": [
  9160. {
  9161. "name": "music/game/nether/nether1",
  9162. "stream": true
  9163. },
  9164. {
  9165. "name": "music/game/nether/nether2",
  9166. "stream": true
  9167. },
  9168. {
  9169. "name": "music/game/nether/nether3",
  9170. "stream": true
  9171. },
  9172. {
  9173. "name": "music/game/nether/nether4",
  9174. "stream": true
  9175. }
  9176. ]
  9177. },
  9178. "music.under_water": {
  9179. "sounds": [
  9180. {
  9181. "name": "music/game/water/shuniji",
  9182. "stream": true,
  9183. "volume": 0.4
  9184. },
  9185. {
  9186. "name": "music/game/water/dragon_fish",
  9187. "stream": true,
  9188. "volume": 0.4
  9189. },
  9190. {
  9191. "name": "music/game/water/axolotl",
  9192. "stream": true,
  9193. "volume": 0.4
  9194. }
  9195. ]
  9196. },
  9197. "music_disc.11": {
  9198. "sounds": [
  9199. {
  9200. "name": "records/11",
  9201. "stream": true
  9202. }
  9203. ]
  9204. },
  9205. "music_disc.13": {
  9206. "sounds": [
  9207. {
  9208. "name": "records/13",
  9209. "stream": true
  9210. }
  9211. ]
  9212. },
  9213. "music_disc.blocks": {
  9214. "sounds": [
  9215. {
  9216. "name": "records/blocks",
  9217. "stream": true
  9218. }
  9219. ]
  9220. },
  9221. "music_disc.cat": {
  9222. "sounds": [
  9223. {
  9224. "name": "records/cat",
  9225. "stream": true
  9226. }
  9227. ]
  9228. },
  9229. "music_disc.chirp": {
  9230. "sounds": [
  9231. {
  9232. "name": "records/chirp",
  9233. "stream": true
  9234. }
  9235. ]
  9236. },
  9237. "music_disc.far": {
  9238. "sounds": [
  9239. {
  9240. "name": "records/far",
  9241. "stream": true
  9242. }
  9243. ]
  9244. },
  9245. "music_disc.mall": {
  9246. "sounds": [
  9247. {
  9248. "name": "records/mall",
  9249. "stream": true
  9250. }
  9251. ]
  9252. },
  9253. "music_disc.mellohi": {
  9254. "sounds": [
  9255. {
  9256. "name": "records/mellohi",
  9257. "stream": true
  9258. }
  9259. ]
  9260. },
  9261. "music_disc.stal": {
  9262. "sounds": [
  9263. {
  9264. "name": "records/stal",
  9265. "stream": true
  9266. }
  9267. ]
  9268. },
  9269. "music_disc.strad": {
  9270. "sounds": [
  9271. {
  9272. "name": "records/strad",
  9273. "stream": true
  9274. }
  9275. ]
  9276. },
  9277. "music_disc.wait": {
  9278. "sounds": [
  9279. {
  9280. "name": "records/wait",
  9281. "stream": true
  9282. }
  9283. ]
  9284. },
  9285. "music_disc.ward": {
  9286. "sounds": [
  9287. {
  9288. "name": "records/ward",
  9289. "stream": true
  9290. }
  9291. ]
  9292. },
  9293. "ui.button.click": {
  9294. "sounds": [
  9295. "random/click_stereo"
  9296. ]
  9297. },
  9298. "ui.cartography_table.take_result": {
  9299. "sounds": [
  9300. "ui/cartography_table/drawmap1",
  9301. "ui/cartography_table/drawmap2",
  9302. "ui/cartography_table/drawmap3"
  9303. ]
  9304. },
  9305. "ui.loom.select_pattern": {
  9306. "sounds": [
  9307. {
  9308. "name": "ui/loom/select_pattern1",
  9309. "volume": 1
  9310. },
  9311. {
  9312. "name": "ui/loom/select_pattern2",
  9313. "volume": 1
  9314. },
  9315. {
  9316. "name": "ui/loom/select_pattern3",
  9317. "volume": 1
  9318. },
  9319. {
  9320. "name": "ui/loom/select_pattern4",
  9321. "volume": 1
  9322. },
  9323. {
  9324. "name": "ui/loom/select_pattern5",
  9325. "volume": 1
  9326. }
  9327. ]
  9328. },
  9329. "ui.loom.take_result": {
  9330. "sounds": [
  9331. {
  9332. "name": "ui/loom/take_result1",
  9333. "volume": 0.5
  9334. },
  9335. {
  9336. "name": "ui/loom/take_result2",
  9337. "volume": 0.5
  9338. }
  9339. ]
  9340. },
  9341. "ui.toast.challenge_complete": {
  9342. "sounds": [
  9343. {
  9344. "name": "ui/toast/challenge_complete",
  9345. "volume": 0.6
  9346. }
  9347. ]
  9348. },
  9349. "ui.toast.in": {
  9350. "sounds": [
  9351. {
  9352. "name": "ui/toast/in",
  9353. "volume": 0.4
  9354. }
  9355. ]
  9356. },
  9357. "ui.toast.out": {
  9358. "sounds": [
  9359. {
  9360. "name": "ui/toast/out",
  9361. "volume": 0.4
  9362. }
  9363. ]
  9364. },
  9365. "ui.stonecutter.select_recipe" : {
  9366. "sounds": [
  9367. "random/click"
  9368. ]
  9369. },
  9370. "ui.stonecutter.take_result": {
  9371. "sounds": [
  9372. {
  9373. "name": "ui/stonecutter/cut1",
  9374. "volume": 1
  9375. },
  9376. {
  9377. "name": "ui/stonecutter/cut1",
  9378. "volume": 1,
  9379. "pitch": 0.92
  9380. },
  9381. {
  9382. "name":"ui/stonecutter/cut2",
  9383. "volume": 1
  9384. },
  9385. {
  9386. "name":"ui/stonecutter/cut2",
  9387. "volume": 1,
  9388. "pitch": 0.92
  9389. }
  9390. ]
  9391. },
  9392. "weather.rain": {
  9393. "sounds": [
  9394. "ambient/weather/rain1",
  9395. "ambient/weather/rain2",
  9396. "ambient/weather/rain3",
  9397. "ambient/weather/rain4",
  9398. "ambient/weather/rain5",
  9399. "ambient/weather/rain6",
  9400. "ambient/weather/rain7",
  9401. "ambient/weather/rain8"
  9402. ],
  9403. "subtitle": "subtitles.weather.rain"
  9404. },
  9405. "weather.rain.above": {
  9406. "sounds": [
  9407. "ambient/weather/rain1",
  9408. "ambient/weather/rain2",
  9409. "ambient/weather/rain3",
  9410. "ambient/weather/rain4"
  9411. ],
  9412. "subtitle": "subtitles.weather.rain"
  9413. }
  9414. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement