Advertisement
dragnoz

sounds.json

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