Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. {
  2. "entity_sounds": {
  3. "entities": {
  4. "animania:bull": {
  5. "volume": 0.6,
  6. "pitch": [
  7. 0.8,
  8. 1.2
  9. ],
  10. "events": {
  11. "ambient": "mob.animania_bull.idle",
  12. "death": "mob.animania_cow.death",
  13. "hurt": "mob.animania_bull.hit",
  14. "step": {
  15. "sound": "mob.animania_cow.step",
  16. "volume": 0.5,
  17. "pitch": 0.8
  18. },
  19. "eat": {
  20. "sound": "mob.animania_cow.eat",
  21. "volume": [
  22. 0.5,
  23. 1
  24. ],
  25. "pitch": [
  26. 0.8,
  27. 1.2
  28. ]
  29. }
  30. }
  31. },
  32. "animania:cow": {
  33. "volume": 0.6,
  34. "pitch": [
  35. 1,
  36. 1.4
  37. ],
  38. "events": {
  39. "ambient": "mob.animania_cow.idle",
  40. "death": "mob.animania_cow.death",
  41. "hurt": "mob.animania_cow.hit",
  42. "step": {
  43. "sound": "mob.animania_cow.step",
  44. "volume": 0.5,
  45. "pitch": 1.2
  46. },
  47. "eat": {
  48. "sound": "mob.animania_cow.eat",
  49. "volume": [
  50. 0.5,
  51. 1
  52. ],
  53. "pitch": [
  54. 1,
  55. 1.4
  56. ]
  57. }
  58. }
  59. },
  60. "animania:calf": {
  61. "volume": 0.6,
  62. "pitch": [
  63. 1.2,
  64. 1.8
  65. ],
  66. "events": {
  67. "ambient": "mob.animania_calf.idle",
  68. "death": "mob.animania_cow.death",
  69. "hurt": "mob.animania_calf.hit",
  70. "step": {
  71. "sound": "mob.animania_cow.step",
  72. "volume": 0.4,
  73. "pitch": 1.4
  74. },
  75. "eat": {
  76. "sound": "mob.animania_cow.eat",
  77. "volume": [
  78. 0.5,
  79. 1
  80. ],
  81. "pitch": [
  82. 1.2,
  83. 1.5
  84. ]
  85. }
  86. }
  87. },
  88. "animania:hog": {
  89. "volume": 0.6,
  90. "pitch": [
  91. 0.8,
  92. 1.2
  93. ],
  94. "events": {
  95. "ambient": "mob.animania_hog.idle",
  96. "death": "mob.animania_pig.damage",
  97. "hurt": "mob.animania_pig.damage",
  98. "step": {
  99. "sound": "mob.pig.step",
  100. "volume": 0.5,
  101. "pitch": 0.8
  102. }
  103. }
  104. },
  105. "animania:sow": {
  106. "volume": 0.6,
  107. "pitch": [
  108. 1.0,
  109. 1.4
  110. ],
  111. "events": {
  112. "ambient": "mob.animania_sow.idle",
  113. "death": "mob.animania_pig.damage",
  114. "hurt": "mob.animania_pig.damage",
  115. "step": {
  116. "sound": "mob.pig.step",
  117. "volume": 0.5,
  118. "pitch": 1
  119. }
  120. }
  121. },
  122. "animania:piglet": {
  123. "volume": 0.6,
  124. "pitch": [
  125. 1.2,
  126. 1.8
  127. ],
  128. "events": {
  129. "ambient": "mob.animania_piglet.idle",
  130. "death": "mob.animania_piglet.damage",
  131. "hurt": "mob.animania_piglet.damage",
  132. "step": {
  133. "sound": "mob.pig.step",
  134. "volume": 0.5,
  135. "pitch": 1.4
  136. }
  137. }
  138. },
  139. "animania:rooster": {
  140. "volume": 0.6,
  141. "pitch": [
  142. 0.8,
  143. 1.2
  144. ],
  145. "events": {
  146. "ambient": "mob.animania_chicken.idle",
  147. "death": "mob.animania_chicken.death",
  148. "hurt": "mob.animania_chicken.damage",
  149. "step": {
  150. "sound": "mob.chicken.step",
  151. "volume": 0.5,
  152. "pitch": 0.8
  153. }
  154. }
  155. },
  156. "animania:hen": {
  157. "volume": 0.6,
  158. "pitch": [
  159. 1.0,
  160. 1.4
  161. ],
  162. "events": {
  163. "ambient": "mob.animania_chicken.idle",
  164. "death": "mob.animania_chicken.death",
  165. "hurt": "mob.animania_chicken.damage",
  166. "step": {
  167. "sound": "mob.chicken.step",
  168. "volume": 0.5,
  169. "pitch": 1
  170. }
  171. }
  172. },
  173. "animania:chick": {
  174. "volume": 0.6,
  175. "pitch": [
  176. 1.2,
  177. 1.8
  178. ],
  179. "events": {
  180. "ambient": "mob.animania_chicken.idle",
  181. "death": "mob.animania_chicken.death",
  182. "hurt": "mob.animania_chicken.damage",
  183. "step": {
  184. "sound": "mob.chicken.step",
  185. "volume": 0.5,
  186. "pitch": 1.4
  187. }
  188. }
  189. }
  190. }
  191. }
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement