sandstone 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/README.md +1 -1
  2. package/dist/_internal/index.d.ts +91 -16
  3. package/dist/_internal/index.js +1961 -306
  4. package/dist/_internal/index.js.map +1 -1
  5. package/dist/_internal/types/arguments/generated/_builtin/block_state_keys.d.ts +85 -1
  6. package/dist/_internal/types/arguments/generated/_builtin/block_states.d.ts +181 -1
  7. package/dist/_internal/types/arguments/generated/_dispatcher/block.d.ts +57 -21
  8. package/dist/_internal/types/arguments/generated/_dispatcher/block_entity.d.ts +5 -1
  9. package/dist/_internal/types/arguments/generated/_dispatcher/data_component_existence_predicate.d.ts +19 -0
  10. package/dist/_internal/types/arguments/generated/_dispatcher/resource.d.ts +24 -1
  11. package/dist/_internal/types/arguments/generated/_registry/advancements.d.ts +1 -1
  12. package/dist/_internal/types/arguments/generated/_registry/atlases.d.ts +1 -1
  13. package/dist/_internal/types/arguments/generated/_registry/attributes.d.ts +1 -1
  14. package/dist/_internal/types/arguments/generated/_registry/block_definitions.d.ts +1 -1
  15. package/dist/_internal/types/arguments/generated/_registry/block_entity_types.d.ts +1 -1
  16. package/dist/_internal/types/arguments/generated/_registry/block_predicate_types.d.ts +1 -1
  17. package/dist/_internal/types/arguments/generated/_registry/block_types.d.ts +1 -1
  18. package/dist/_internal/types/arguments/generated/_registry/blocks.d.ts +1 -1
  19. package/dist/_internal/types/arguments/generated/_registry/cat_sound_variants.d.ts +4 -0
  20. package/dist/_internal/types/arguments/generated/_registry/chicken_sound_variants.d.ts +4 -0
  21. package/dist/_internal/types/arguments/generated/_registry/chunk_statuses.d.ts +1 -1
  22. package/dist/_internal/types/arguments/generated/_registry/command_argument_types.d.ts +1 -1
  23. package/dist/_internal/types/arguments/generated/_registry/cow_sound_variants.d.ts +4 -0
  24. package/dist/_internal/types/arguments/generated/_registry/damage_types.d.ts +1 -1
  25. package/dist/_internal/types/arguments/generated/_registry/data_component_types.d.ts +1 -1
  26. package/dist/_internal/types/arguments/generated/_registry/entity_sub_predicate_types.d.ts +1 -1
  27. package/dist/_internal/types/arguments/generated/_registry/entity_types.d.ts +1 -1
  28. package/dist/_internal/types/arguments/generated/_registry/game_events.d.ts +1 -1
  29. package/dist/_internal/types/arguments/generated/_registry/game_rules.d.ts +1 -1
  30. package/dist/_internal/types/arguments/generated/_registry/item_definitions.d.ts +1 -1
  31. package/dist/_internal/types/arguments/generated/_registry/items.d.ts +1 -1
  32. package/dist/_internal/types/arguments/generated/_registry/jukebox_songs.d.ts +1 -1
  33. package/dist/_internal/types/arguments/generated/_registry/langs.d.ts +1 -1
  34. package/dist/_internal/types/arguments/generated/_registry/loot_pool_entry_types.d.ts +1 -1
  35. package/dist/_internal/types/arguments/generated/_registry/loot_tables.d.ts +1 -1
  36. package/dist/_internal/types/arguments/generated/_registry/models.d.ts +1 -1
  37. package/dist/_internal/types/arguments/generated/_registry/particle_types.d.ts +1 -1
  38. package/dist/_internal/types/arguments/generated/_registry/pig_sound_variants.d.ts +4 -0
  39. package/dist/_internal/types/arguments/generated/_registry/recipes.d.ts +1 -1
  40. package/dist/_internal/types/arguments/generated/_registry/sound_events.d.ts +1 -1
  41. package/dist/_internal/types/arguments/generated/_registry/sounds.d.ts +1 -1
  42. package/dist/_internal/types/arguments/generated/_registry/structures.d.ts +1 -1
  43. package/dist/_internal/types/arguments/generated/_registry/sulfur_cube_archetypes.d.ts +4 -0
  44. package/dist/_internal/types/arguments/generated/_registry/tag_blocks.d.ts +1 -1
  45. package/dist/_internal/types/arguments/generated/_registry/tag_damage_types.d.ts +1 -1
  46. package/dist/_internal/types/arguments/generated/_registry/tag_entity_types.d.ts +1 -1
  47. package/dist/_internal/types/arguments/generated/_registry/tag_items.d.ts +1 -1
  48. package/dist/_internal/types/arguments/generated/_registry/test_environment_definition_types.d.ts +1 -1
  49. package/dist/_internal/types/arguments/generated/_registry/textures.d.ts +1 -1
  50. package/dist/_internal/types/arguments/generated/_registry/translation_keys.d.ts +1 -1
  51. package/dist/_internal/types/arguments/generated/_registry/trigger_types.d.ts +1 -1
  52. package/dist/_internal/types/arguments/generated/_registry/trim_patterns.d.ts +1 -1
  53. package/dist/_internal/types/arguments/generated/_registry/villager_trades.d.ts +1 -1
  54. package/dist/_internal/types/arguments/generated/_registry/wolf_sound_variants.d.ts +1 -1
  55. package/dist/_internal/types/arguments/generated/_registry/wolf_variants.d.ts +1 -1
  56. package/dist/_internal/types/arguments/generated/_registry/worldgen_biomes.d.ts +1 -1
  57. package/dist/_internal/types/arguments/generated/_registry/worldgen_configured_carvers.d.ts +1 -1
  58. package/dist/_internal/types/arguments/generated/_registry/worldgen_configured_features.d.ts +1 -1
  59. package/dist/_internal/types/arguments/generated/_registry/worldgen_density_function_types.d.ts +1 -1
  60. package/dist/_internal/types/arguments/generated/_registry/worldgen_features.d.ts +1 -1
  61. package/dist/_internal/types/arguments/generated/_registry/worldgen_noises.d.ts +1 -1
  62. package/dist/_internal/types/arguments/generated/_registry/worldgen_placed_features.d.ts +1 -1
  63. package/dist/_internal/types/arguments/generated/_registry/worldgen_world_presets.d.ts +1 -1
  64. package/dist/_internal/types/arguments/generated/assets/atlas.d.ts +11 -2
  65. package/dist/_internal/types/arguments/generated/assets/block_state_definition.d.ts +25 -0
  66. package/dist/_internal/types/arguments/generated/assets/credits.d.ts +53 -0
  67. package/dist/_internal/types/arguments/generated/assets/equipment.d.ts +4 -5
  68. package/dist/_internal/types/arguments/generated/assets/item_definition.d.ts +29 -31
  69. package/dist/_internal/types/arguments/generated/assets/model.d.ts +126 -0
  70. package/dist/_internal/types/arguments/generated/assets/shader/program.d.ts +3 -0
  71. package/dist/_internal/types/arguments/generated/assets/sounds.d.ts +1 -1
  72. package/dist/_internal/types/arguments/generated/assets/texture_meta.d.ts +168 -28
  73. package/dist/_internal/types/arguments/generated/data/advancement/predicate.d.ts +170 -56
  74. package/dist/_internal/types/arguments/generated/data/advancement/trigger.d.ts +18 -0
  75. package/dist/_internal/types/arguments/generated/data/advancement.d.ts +7 -4
  76. package/dist/_internal/types/arguments/generated/data/chat_type.d.ts +7 -2
  77. package/dist/_internal/types/arguments/generated/data/decorated_pot_pattern.d.ts +8 -0
  78. package/dist/_internal/types/arguments/generated/data/dialog/input.d.ts +21 -0
  79. package/dist/_internal/types/arguments/generated/data/dialog.d.ts +5 -5
  80. package/dist/_internal/types/arguments/generated/data/enchantment/effect_component.d.ts +25 -25
  81. package/dist/_internal/types/arguments/generated/data/gametest/test_environment.d.ts +19 -1
  82. package/dist/_internal/types/arguments/generated/data/gametest.d.ts +1 -1
  83. package/dist/_internal/types/arguments/generated/data/item_modifier.d.ts +2 -1
  84. package/dist/_internal/types/arguments/generated/data/loot/condition.d.ts +84 -86
  85. package/dist/_internal/types/arguments/generated/data/loot/function.d.ts +261 -232
  86. package/dist/_internal/types/arguments/generated/data/loot.d.ts +10 -13
  87. package/dist/_internal/types/arguments/generated/data/predicate.d.ts +2 -1
  88. package/dist/_internal/types/arguments/generated/data/recipe.d.ts +58 -1
  89. package/dist/_internal/types/arguments/generated/data/slot_source.d.ts +91 -0
  90. package/dist/_internal/types/arguments/generated/data/structure.d.ts +59 -0
  91. package/dist/_internal/types/arguments/generated/data/sulfur_cube_archetype.d.ts +84 -0
  92. package/dist/_internal/types/arguments/generated/data/trim.d.ts +7 -1
  93. package/dist/_internal/types/arguments/generated/data/util.d.ts +7 -0
  94. package/dist/_internal/types/arguments/generated/data/variants/painting.d.ts +2 -2
  95. package/dist/_internal/types/arguments/generated/data/villager_trade.d.ts +4 -4
  96. package/dist/_internal/types/arguments/generated/data/worldgen/biome.d.ts +18 -0
  97. package/dist/_internal/types/arguments/generated/data/worldgen/carver.d.ts +24 -0
  98. package/dist/_internal/types/arguments/generated/data/worldgen/density_function.d.ts +28 -2
  99. package/dist/_internal/types/arguments/generated/data/worldgen/dimension/biome_source.d.ts +4 -0
  100. package/dist/_internal/types/arguments/generated/data/worldgen/dimension.d.ts +2 -2
  101. package/dist/_internal/types/arguments/generated/data/worldgen/feature/block_predicate.d.ts +7 -1
  102. package/dist/_internal/types/arguments/generated/data/worldgen/feature/tree.d.ts +54 -6
  103. package/dist/_internal/types/arguments/generated/data/worldgen/feature.d.ts +285 -115
  104. package/dist/_internal/types/arguments/generated/data/worldgen/material_condition.d.ts +93 -0
  105. package/dist/_internal/types/arguments/generated/data/worldgen/material_rule.d.ts +35 -0
  106. package/dist/_internal/types/arguments/generated/data/worldgen/noise_settings.d.ts +6 -2
  107. package/dist/_internal/types/arguments/generated/data/worldgen/processor_list.d.ts +18 -2
  108. package/dist/_internal/types/arguments/generated/data/worldgen/structure.d.ts +72 -2
  109. package/dist/_internal/types/arguments/generated/data/worldgen/structure_set.d.ts +4 -4
  110. package/dist/_internal/types/arguments/generated/dispatcher.d.ts +5 -3
  111. package/dist/_internal/types/arguments/generated/pack.d.ts +7 -0
  112. package/dist/_internal/types/arguments/generated/registry-sets.d.ts +9 -4
  113. package/dist/_internal/types/arguments/generated/registry.d.ts +15 -5
  114. package/dist/_internal/types/arguments/generated/resource-paths.d.ts +15 -0
  115. package/dist/_internal/types/arguments/generated/resources.d.ts +13 -1
  116. package/dist/_internal/types/arguments/generated/util/effect.d.ts +105 -3
  117. package/dist/_internal/types/arguments/generated/util/particle.d.ts +72 -1
  118. package/dist/_internal/types/arguments/generated/util/slot.d.ts +1 -84
  119. package/dist/_internal/types/arguments/generated/util/text.d.ts +191 -1
  120. package/dist/_internal/types/arguments/generated/util.d.ts +1 -0
  121. package/dist/_internal/types/arguments/generated/world/block/decorated_pot.d.ts +3 -5
  122. package/dist/_internal/types/arguments/generated/world/block/furnace.d.ts +3 -0
  123. package/dist/_internal/types/arguments/generated/world/block/potent_sulfur.d.ts +10 -0
  124. package/dist/_internal/types/arguments/generated/world/block/test_instance_block.d.ts +46 -1
  125. package/dist/_internal/types/arguments/generated/world/block/vault.d.ts +59 -0
  126. package/dist/_internal/types/arguments/generated/world/component/block.d.ts +6 -0
  127. package/dist/_internal/types/arguments/generated/world/component/item.d.ts +21 -6
  128. package/dist/_internal/types/arguments/generated/world/component/predicate.d.ts +4 -1
  129. package/dist/_internal/types/arguments/generated/world/component.d.ts +2 -1
  130. package/dist/_internal/types/arguments/generated/world/entity/boat.d.ts +15 -2
  131. package/dist/_internal/types/arguments/generated/world/entity/display.d.ts +34 -0
  132. package/dist/_internal/types/arguments/generated/world/entity/mob/breedable/chicken.d.ts +1 -1
  133. package/dist/_internal/types/arguments/generated/world/entity/mob/breedable/cow.d.ts +1 -1
  134. package/dist/_internal/types/arguments/generated/world/entity/mob/breedable/saddled.d.ts +1 -1
  135. package/dist/_internal/types/arguments/generated/world/entity/mob/breedable/tamable.d.ts +1 -1
  136. package/dist/_internal/types/arguments/generated/world/entity/mob/copper_golem.d.ts +3 -3
  137. package/dist/_internal/types/arguments/generated/world/entity/mob/happy_ghast.d.ts +5 -0
  138. package/dist/_internal/types/arguments/generated/world/entity/mob/player.d.ts +21 -0
  139. package/dist/_internal/types/arguments/generated/world/entity/mob/shulker.d.ts +2 -2
  140. package/dist/_internal/types/arguments/generated/world/entity/mob/slime.d.ts +20 -2
  141. package/dist/_internal/types/arguments/generated/world/entity/mob.d.ts +50 -7
  142. package/dist/_internal/types/arguments/generated/world/item/map.d.ts +12 -0
  143. package/dist/_internal/types/arguments/generated/world/item/shield.d.ts +26 -0
  144. package/dist/_internal/types/core/resources/datapack/decoratedPotPattern.d.ts +24 -0
  145. package/dist/_internal/types/core/resources/datapack/index.d.ts +3 -0
  146. package/dist/_internal/types/core/resources/datapack/slotSource.d.ts +24 -0
  147. package/dist/_internal/types/core/resources/datapack/sulfurCubeArchetype.d.ts +24 -0
  148. package/dist/_internal/types/pack/pack.d.ts +5 -2
  149. package/dist/_internal/types/variables/ResolveNBT.d.ts +1 -1
  150. package/dist/browser/sandstone.esm.js +1961 -306
  151. package/dist/browser/sandstone.esm.js.map +1 -1
  152. package/dist/exports/arguments/index.d.ts +1 -1
  153. package/dist/exports/arguments/index.js +1 -1
  154. package/dist/exports/core/index.d.ts +1 -1
  155. package/dist/exports/core/index.js +1 -1
  156. package/dist/exports/index.d.ts +1 -1
  157. package/dist/exports/index.js +1 -1
  158. package/package.json +2 -2
  159. package/src/arguments/generated/_builtin/block_state_keys.ts +112 -0
  160. package/src/arguments/generated/_builtin/block_states.ts +208 -0
  161. package/src/arguments/generated/_dispatcher/block.ts +68 -20
  162. package/src/arguments/generated/_dispatcher/block_entity.ts +5 -0
  163. package/src/arguments/generated/_dispatcher/data_component_existence_predicate.ts +34 -0
  164. package/src/arguments/generated/_dispatcher/resource.ts +29 -0
  165. package/src/arguments/generated/_registry/advancements.ts +71 -0
  166. package/src/arguments/generated/_registry/atlases.ts +0 -2
  167. package/src/arguments/generated/_registry/attributes.ts +5 -0
  168. package/src/arguments/generated/_registry/block_definitions.ts +28 -0
  169. package/src/arguments/generated/_registry/block_entity_types.ts +1 -1
  170. package/src/arguments/generated/_registry/block_predicate_types.ts +1 -0
  171. package/src/arguments/generated/_registry/block_types.ts +3 -1
  172. package/src/arguments/generated/_registry/blocks.ts +28 -0
  173. package/src/arguments/generated/_registry/cat_sound_variants.ts +11 -0
  174. package/src/arguments/generated/_registry/chicken_sound_variants.ts +11 -0
  175. package/src/arguments/generated/_registry/command_argument_types.ts +1 -1
  176. package/src/arguments/generated/_registry/cow_sound_variants.ts +11 -0
  177. package/src/arguments/generated/_registry/damage_types.ts +1 -0
  178. package/src/arguments/generated/_registry/data_component_types.ts +1 -0
  179. package/src/arguments/generated/_registry/entity_sub_predicate_types.ts +25 -6
  180. package/src/arguments/generated/_registry/entity_types.ts +1 -0
  181. package/src/arguments/generated/_registry/game_events.ts +1 -0
  182. package/src/arguments/generated/_registry/item_definitions.ts +31 -0
  183. package/src/arguments/generated/_registry/items.ts +31 -0
  184. package/src/arguments/generated/_registry/jukebox_songs.ts +1 -0
  185. package/src/arguments/generated/_registry/langs.ts +5 -0
  186. package/src/arguments/generated/_registry/loot_tables.ts +29 -0
  187. package/src/arguments/generated/_registry/models.ts +294 -42
  188. package/src/arguments/generated/_registry/particle_types.ts +8 -0
  189. package/src/arguments/generated/_registry/pig_sound_variants.ts +12 -0
  190. package/src/arguments/generated/_registry/recipes.ts +70 -0
  191. package/src/arguments/generated/_registry/sound_events.ts +66 -0
  192. package/src/arguments/generated/_registry/sounds.ts +307 -0
  193. package/src/arguments/generated/_registry/structures.ts +10 -0
  194. package/src/arguments/generated/_registry/sulfur_cube_archetypes.ts +21 -0
  195. package/src/arguments/generated/_registry/tag_blocks.ts +18 -1
  196. package/src/arguments/generated/_registry/tag_damage_types.ts +1 -0
  197. package/src/arguments/generated/_registry/tag_entity_types.ts +1 -0
  198. package/src/arguments/generated/_registry/tag_items.ts +17 -0
  199. package/src/arguments/generated/_registry/test_environment_definition_types.ts +1 -0
  200. package/src/arguments/generated/_registry/textures.ts +233 -42
  201. package/src/arguments/generated/_registry/translation_keys.ts +316 -72
  202. package/src/arguments/generated/_registry/villager_trades.ts +1 -0
  203. package/src/arguments/generated/_registry/worldgen_biomes.ts +1 -0
  204. package/src/arguments/generated/_registry/worldgen_configured_features.ts +5 -0
  205. package/src/arguments/generated/_registry/worldgen_density_function_types.ts +1 -1
  206. package/src/arguments/generated/_registry/worldgen_features.ts +5 -2
  207. package/src/arguments/generated/_registry/worldgen_noises.ts +1 -0
  208. package/src/arguments/generated/_registry/worldgen_placed_features.ts +4 -0
  209. package/src/arguments/generated/_registry/worldgen_world_presets.ts +1 -0
  210. package/src/arguments/generated/assets/atlas.ts +14 -2
  211. package/src/arguments/generated/assets/block_state_definition.ts +30 -0
  212. package/src/arguments/generated/assets/credits.ts +56 -0
  213. package/src/arguments/generated/assets/equipment.ts +4 -5
  214. package/src/arguments/generated/assets/item_definition.ts +31 -31
  215. package/src/arguments/generated/assets/model.ts +133 -0
  216. package/src/arguments/generated/assets/shader/program.ts +4 -0
  217. package/src/arguments/generated/assets/sounds.ts +1 -1
  218. package/src/arguments/generated/assets/texture_meta.ts +174 -28
  219. package/src/arguments/generated/data/advancement/predicate.ts +218 -58
  220. package/src/arguments/generated/data/advancement/trigger.ts +20 -0
  221. package/src/arguments/generated/data/advancement.ts +8 -4
  222. package/src/arguments/generated/data/chat_type.ts +8 -2
  223. package/src/arguments/generated/data/decorated_pot_pattern.ts +8 -0
  224. package/src/arguments/generated/data/dialog/input.ts +22 -0
  225. package/src/arguments/generated/data/dialog.ts +5 -5
  226. package/src/arguments/generated/data/enchantment/effect_component.ts +25 -25
  227. package/src/arguments/generated/data/gametest/test_environment.ts +24 -0
  228. package/src/arguments/generated/data/gametest.ts +1 -2
  229. package/src/arguments/generated/data/item_modifier.ts +3 -1
  230. package/src/arguments/generated/data/loot/condition.ts +129 -112
  231. package/src/arguments/generated/data/loot/function.ts +362 -280
  232. package/src/arguments/generated/data/loot.ts +14 -13
  233. package/src/arguments/generated/data/predicate.ts +3 -1
  234. package/src/arguments/generated/data/recipe.ts +66 -1
  235. package/src/arguments/generated/data/slot_source.ts +119 -0
  236. package/src/arguments/generated/data/structure.ts +63 -0
  237. package/src/arguments/generated/data/sulfur_cube_archetype.ts +92 -0
  238. package/src/arguments/generated/data/trim.ts +9 -1
  239. package/src/arguments/generated/data/util.ts +8 -0
  240. package/src/arguments/generated/data/variants/painting.ts +2 -2
  241. package/src/arguments/generated/data/villager_trade.ts +4 -4
  242. package/src/arguments/generated/data/worldgen/biome.ts +24 -0
  243. package/src/arguments/generated/data/worldgen/carver.ts +28 -0
  244. package/src/arguments/generated/data/worldgen/density_function.ts +29 -1
  245. package/src/arguments/generated/data/worldgen/dimension/biome_source.ts +5 -0
  246. package/src/arguments/generated/data/worldgen/dimension.ts +4 -2
  247. package/src/arguments/generated/data/worldgen/feature/block_predicate.ts +8 -0
  248. package/src/arguments/generated/data/worldgen/feature/tree.ts +58 -4
  249. package/src/arguments/generated/data/worldgen/feature.ts +320 -124
  250. package/src/arguments/generated/data/worldgen/material_condition.ts +119 -0
  251. package/src/arguments/generated/data/worldgen/material_rule.ts +52 -0
  252. package/src/arguments/generated/data/worldgen/noise_settings.ts +7 -2
  253. package/src/arguments/generated/data/worldgen/processor_list.ts +24 -1
  254. package/src/arguments/generated/data/worldgen/structure.ts +79 -2
  255. package/src/arguments/generated/data/worldgen/structure_set.ts +13 -4
  256. package/src/arguments/generated/dispatcher.ts +11 -4
  257. package/src/arguments/generated/pack.ts +8 -0
  258. package/src/arguments/generated/registry-sets.ts +18 -8
  259. package/src/arguments/generated/registry.ts +27 -4
  260. package/src/arguments/generated/resource-paths.ts +3 -0
  261. package/src/arguments/generated/resources.ts +6 -0
  262. package/src/arguments/generated/util/effect.ts +107 -3
  263. package/src/arguments/generated/util/particle.ts +80 -0
  264. package/src/arguments/generated/util/slot.ts +1 -103
  265. package/src/arguments/generated/util/text.ts +207 -0
  266. package/src/arguments/generated/util.ts +2 -0
  267. package/src/arguments/generated/world/block/decorated_pot.ts +3 -5
  268. package/src/arguments/generated/world/block/furnace.ts +4 -0
  269. package/src/arguments/generated/world/block/potent_sulfur.ts +11 -0
  270. package/src/arguments/generated/world/block/test_instance_block.ts +48 -1
  271. package/src/arguments/generated/world/block/vault.ts +62 -0
  272. package/src/arguments/generated/world/component/block.ts +7 -0
  273. package/src/arguments/generated/world/component/item.ts +28 -5
  274. package/src/arguments/generated/world/component/predicate.ts +6 -0
  275. package/src/arguments/generated/world/component.ts +4 -1
  276. package/src/arguments/generated/world/entity/boat.ts +18 -1
  277. package/src/arguments/generated/world/entity/display.ts +35 -0
  278. package/src/arguments/generated/world/entity/mob/breedable/chicken.ts +1 -1
  279. package/src/arguments/generated/world/entity/mob/breedable/cow.ts +1 -1
  280. package/src/arguments/generated/world/entity/mob/breedable/saddled.ts +1 -1
  281. package/src/arguments/generated/world/entity/mob/breedable/tamable.ts +1 -1
  282. package/src/arguments/generated/world/entity/mob/copper_golem.ts +3 -3
  283. package/src/arguments/generated/world/entity/mob/happy_ghast.ts +6 -0
  284. package/src/arguments/generated/world/entity/mob/player.ts +21 -0
  285. package/src/arguments/generated/world/entity/mob/shulker.ts +2 -2
  286. package/src/arguments/generated/world/entity/mob/slime.ts +22 -2
  287. package/src/arguments/generated/world/entity/mob.ts +53 -7
  288. package/src/arguments/generated/world/item/map.ts +14 -0
  289. package/src/arguments/generated/world/item/shield.ts +27 -0
  290. package/src/core/resources/datapack/decoratedPotPattern.ts +47 -0
  291. package/src/core/resources/datapack/index.ts +3 -0
  292. package/src/core/resources/datapack/slotSource.ts +47 -0
  293. package/src/core/resources/datapack/sulfurCubeArchetype.ts +47 -0
  294. package/src/pack/pack.ts +33 -0
  295. package/src/sandstone.ts +24 -0
@@ -1,4 +1,4 @@
1
1
  import { Set } from "../../../../index.js";
2
2
  import type { NamespacedLiteralUnion, SetType } from "../../../../index.js";
3
3
  export type SOUND_EVENTS = (NamespacedLiteralUnion<SetType<typeof SOUND_EVENTS_SET>> | `minecraft:${SetType<typeof SOUND_EVENTS_SET>}`);
4
- export declare const SOUND_EVENTS_SET: Set<"ambient.basalt_deltas.additions" | "ambient.basalt_deltas.loop" | "ambient.basalt_deltas.mood" | "ambient.cave" | "ambient.crimson_forest.additions" | "ambient.crimson_forest.loop" | "ambient.crimson_forest.mood" | "ambient.nether_wastes.additions" | "ambient.nether_wastes.loop" | "ambient.nether_wastes.mood" | "ambient.soul_sand_valley.additions" | "ambient.soul_sand_valley.loop" | "ambient.soul_sand_valley.mood" | "ambient.underwater.enter" | "ambient.underwater.exit" | "ambient.underwater.loop" | "ambient.underwater.loop.additions" | "ambient.underwater.loop.additions.rare" | "ambient.underwater.loop.additions.ultra_rare" | "ambient.warped_forest.additions" | "ambient.warped_forest.loop" | "ambient.warped_forest.mood" | "block.amethyst_block.break" | "block.amethyst_block.chime" | "block.amethyst_block.fall" | "block.amethyst_block.hit" | "block.amethyst_block.place" | "block.amethyst_block.resonate" | "block.amethyst_block.step" | "block.amethyst_cluster.break" | "block.amethyst_cluster.fall" | "block.amethyst_cluster.hit" | "block.amethyst_cluster.place" | "block.amethyst_cluster.step" | "block.ancient_debris.break" | "block.ancient_debris.fall" | "block.ancient_debris.hit" | "block.ancient_debris.place" | "block.ancient_debris.step" | "block.anvil.break" | "block.anvil.destroy" | "block.anvil.fall" | "block.anvil.hit" | "block.anvil.land" | "block.anvil.place" | "block.anvil.step" | "block.anvil.use" | "block.azalea.break" | "block.azalea.fall" | "block.azalea.hit" | "block.azalea.place" | "block.azalea.step" | "block.azalea_leaves.break" | "block.azalea_leaves.fall" | "block.azalea_leaves.hit" | "block.azalea_leaves.place" | "block.azalea_leaves.step" | "block.bamboo.break" | "block.bamboo.fall" | "block.bamboo.hit" | "block.bamboo.place" | "block.bamboo.step" | "block.bamboo_sapling.break" | "block.bamboo_sapling.hit" | "block.bamboo_sapling.place" | "block.bamboo_wood.break" | "block.bamboo_wood.fall" | "block.bamboo_wood.hit" | "block.bamboo_wood.place" | "block.bamboo_wood.step" | "block.bamboo_wood_button.click_off" | "block.bamboo_wood_button.click_on" | "block.bamboo_wood_door.close" | "block.bamboo_wood_door.open" | "block.bamboo_wood_fence_gate.close" | "block.bamboo_wood_fence_gate.open" | "block.bamboo_wood_hanging_sign.break" | "block.bamboo_wood_hanging_sign.fall" | "block.bamboo_wood_hanging_sign.hit" | "block.bamboo_wood_hanging_sign.place" | "block.bamboo_wood_hanging_sign.step" | "block.bamboo_wood_pressure_plate.click_off" | "block.bamboo_wood_pressure_plate.click_on" | "block.bamboo_wood_trapdoor.close" | "block.bamboo_wood_trapdoor.open" | "block.barrel.close" | "block.barrel.open" | "block.basalt.break" | "block.basalt.fall" | "block.basalt.hit" | "block.basalt.place" | "block.basalt.step" | "block.beacon.activate" | "block.beacon.ambient" | "block.beacon.deactivate" | "block.beacon.power_select" | "block.beehive.drip" | "block.beehive.enter" | "block.beehive.exit" | "block.beehive.shear" | "block.beehive.work" | "block.bell.resonate" | "block.bell.use" | "block.big_dripleaf.break" | "block.big_dripleaf.fall" | "block.big_dripleaf.hit" | "block.big_dripleaf.place" | "block.big_dripleaf.step" | "block.big_dripleaf.tilt_down" | "block.big_dripleaf.tilt_up" | "block.blastfurnace.fire_crackle" | "block.bone_block.break" | "block.bone_block.fall" | "block.bone_block.hit" | "block.bone_block.place" | "block.bone_block.step" | "block.brewing_stand.brew" | "block.bubble_column.bubble_pop" | "block.bubble_column.upwards_ambient" | "block.bubble_column.upwards_inside" | "block.bubble_column.whirlpool_ambient" | "block.bubble_column.whirlpool_inside" | "block.cactus_flower.break" | "block.cactus_flower.place" | "block.cake.add_candle" | "block.calcite.break" | "block.calcite.fall" | "block.calcite.hit" | "block.calcite.place" | "block.calcite.step" | "block.campfire.crackle" | "block.candle.ambient" | "block.candle.break" | "block.candle.extinguish" | "block.candle.fall" | "block.candle.hit" | "block.candle.place" | "block.candle.step" | "block.cave_vines.break" | "block.cave_vines.fall" | "block.cave_vines.hit" | "block.cave_vines.pick_berries" | "block.cave_vines.place" | "block.cave_vines.step" | "block.chain.break" | "block.chain.fall" | "block.chain.hit" | "block.chain.place" | "block.chain.step" | "block.cherry_leaves.break" | "block.cherry_leaves.fall" | "block.cherry_leaves.hit" | "block.cherry_leaves.place" | "block.cherry_leaves.step" | "block.cherry_sapling.break" | "block.cherry_sapling.fall" | "block.cherry_sapling.hit" | "block.cherry_sapling.place" | "block.cherry_sapling.step" | "block.cherry_wood.break" | "block.cherry_wood.fall" | "block.cherry_wood.hit" | "block.cherry_wood.place" | "block.cherry_wood.step" | "block.cherry_wood_button.click_off" | "block.cherry_wood_button.click_on" | "block.cherry_wood_door.close" | "block.cherry_wood_door.open" | "block.cherry_wood_fence_gate.close" | "block.cherry_wood_fence_gate.open" | "block.cherry_wood_hanging_sign.break" | "block.cherry_wood_hanging_sign.fall" | "block.cherry_wood_hanging_sign.hit" | "block.cherry_wood_hanging_sign.place" | "block.cherry_wood_hanging_sign.step" | "block.cherry_wood_pressure_plate.click_off" | "block.cherry_wood_pressure_plate.click_on" | "block.cherry_wood_trapdoor.close" | "block.cherry_wood_trapdoor.open" | "block.chest.close" | "block.chest.locked" | "block.chest.open" | "block.chiseled_bookshelf.break" | "block.chiseled_bookshelf.fall" | "block.chiseled_bookshelf.hit" | "block.chiseled_bookshelf.insert" | "block.chiseled_bookshelf.insert.enchanted" | "block.chiseled_bookshelf.pickup" | "block.chiseled_bookshelf.pickup.enchanted" | "block.chiseled_bookshelf.place" | "block.chiseled_bookshelf.step" | "block.chorus_flower.death" | "block.chorus_flower.grow" | "block.cobweb.break" | "block.cobweb.fall" | "block.cobweb.hit" | "block.cobweb.place" | "block.cobweb.step" | "block.comparator.click" | "block.composter.empty" | "block.composter.fill" | "block.composter.fill_success" | "block.composter.ready" | "block.conduit.activate" | "block.conduit.ambient" | "block.conduit.ambient.short" | "block.conduit.attack.target" | "block.conduit.deactivate" | "block.copper.break" | "block.copper.fall" | "block.copper.hit" | "block.copper.place" | "block.copper.step" | "block.copper_bulb.break" | "block.copper_bulb.fall" | "block.copper_bulb.hit" | "block.copper_bulb.place" | "block.copper_bulb.step" | "block.copper_bulb.turn_off" | "block.copper_bulb.turn_on" | "block.copper_chest.close" | "block.copper_chest.open" | "block.copper_chest_oxidized.close" | "block.copper_chest_oxidized.open" | "block.copper_chest_weathered.close" | "block.copper_chest_weathered.open" | "block.copper_door.close" | "block.copper_door.open" | "block.copper_golem_statue.break" | "block.copper_golem_statue.fall" | "block.copper_golem_statue.hit" | "block.copper_golem_statue.place" | "block.copper_golem_statue.step" | "block.copper_grate.break" | "block.copper_grate.fall" | "block.copper_grate.hit" | "block.copper_grate.place" | "block.copper_grate.step" | "block.copper_trapdoor.close" | "block.copper_trapdoor.open" | "block.coral_block.break" | "block.coral_block.fall" | "block.coral_block.hit" | "block.coral_block.place" | "block.coral_block.step" | "block.crafter.craft" | "block.crafter.fail" | "block.creaking_heart.break" | "block.creaking_heart.fall" | "block.creaking_heart.hit" | "block.creaking_heart.hurt" | "block.creaking_heart.idle" | "block.creaking_heart.place" | "block.creaking_heart.spawn" | "block.creaking_heart.step" | "block.crop.break" | "block.deadbush.idle" | "block.decorated_pot.break" | "block.decorated_pot.fall" | "block.decorated_pot.hit" | "block.decorated_pot.insert" | "block.decorated_pot.insert_fail" | "block.decorated_pot.place" | "block.decorated_pot.shatter" | "block.decorated_pot.step" | "block.deepslate.break" | "block.deepslate.fall" | "block.deepslate.hit" | "block.deepslate.place" | "block.deepslate.step" | "block.deepslate_bricks.break" | "block.deepslate_bricks.fall" | "block.deepslate_bricks.hit" | "block.deepslate_bricks.place" | "block.deepslate_bricks.step" | "block.deepslate_tiles.break" | "block.deepslate_tiles.fall" | "block.deepslate_tiles.hit" | "block.deepslate_tiles.place" | "block.deepslate_tiles.step" | "block.dispenser.dispense" | "block.dispenser.fail" | "block.dispenser.launch" | "block.dried_ghast.ambient" | "block.dried_ghast.ambient_water" | "block.dried_ghast.break" | "block.dried_ghast.fall" | "block.dried_ghast.place" | "block.dried_ghast.place_in_water" | "block.dried_ghast.step" | "block.dried_ghast.transition" | "block.dripstone_block.break" | "block.dripstone_block.fall" | "block.dripstone_block.hit" | "block.dripstone_block.place" | "block.dripstone_block.step" | "block.dry_grass.ambient" | "block.enchantment_table.use" | "block.end_gateway.spawn" | "block.end_portal.spawn" | "block.end_portal_frame.fill" | "block.ender_chest.close" | "block.ender_chest.open" | "block.eyeblossom.close" | "block.eyeblossom.close_long" | "block.eyeblossom.idle" | "block.eyeblossom.open" | "block.eyeblossom.open_long" | "block.fence_gate.close" | "block.fence_gate.open" | "block.fire.ambient" | "block.fire.extinguish" | "block.firefly_bush.idle" | "block.flowering_azalea.break" | "block.flowering_azalea.fall" | "block.flowering_azalea.hit" | "block.flowering_azalea.place" | "block.flowering_azalea.step" | "block.froglight.break" | "block.froglight.fall" | "block.froglight.hit" | "block.froglight.place" | "block.froglight.step" | "block.frogspawn.break" | "block.frogspawn.fall" | "block.frogspawn.hatch" | "block.frogspawn.hit" | "block.frogspawn.place" | "block.frogspawn.step" | "block.fungus.break" | "block.fungus.fall" | "block.fungus.hit" | "block.fungus.place" | "block.fungus.step" | "block.furnace.fire_crackle" | "block.gilded_blackstone.break" | "block.gilded_blackstone.fall" | "block.gilded_blackstone.hit" | "block.gilded_blackstone.place" | "block.gilded_blackstone.step" | "block.glass.break" | "block.glass.fall" | "block.glass.hit" | "block.glass.place" | "block.glass.step" | "block.grass.break" | "block.grass.fall" | "block.grass.hit" | "block.grass.place" | "block.grass.step" | "block.gravel.break" | "block.gravel.fall" | "block.gravel.hit" | "block.gravel.place" | "block.gravel.step" | "block.grindstone.use" | "block.growing_plant.crop" | "block.hanging_roots.break" | "block.hanging_roots.fall" | "block.hanging_roots.hit" | "block.hanging_roots.place" | "block.hanging_roots.step" | "block.hanging_sign.break" | "block.hanging_sign.fall" | "block.hanging_sign.hit" | "block.hanging_sign.place" | "block.hanging_sign.step" | "block.hanging_sign.waxed_interact_fail" | "block.heavy_core.break" | "block.heavy_core.fall" | "block.heavy_core.hit" | "block.heavy_core.place" | "block.heavy_core.step" | "block.honey_block.break" | "block.honey_block.fall" | "block.honey_block.hit" | "block.honey_block.place" | "block.honey_block.slide" | "block.honey_block.step" | "block.iron.break" | "block.iron.fall" | "block.iron.hit" | "block.iron.place" | "block.iron.step" | "block.iron_door.close" | "block.iron_door.open" | "block.iron_trapdoor.close" | "block.iron_trapdoor.open" | "block.ladder.break" | "block.ladder.fall" | "block.ladder.hit" | "block.ladder.place" | "block.ladder.step" | "block.lantern.break" | "block.lantern.fall" | "block.lantern.hit" | "block.lantern.place" | "block.lantern.step" | "block.large_amethyst_bud.break" | "block.large_amethyst_bud.place" | "block.lava.ambient" | "block.lava.extinguish" | "block.lava.pop" | "block.leaf_litter.break" | "block.leaf_litter.fall" | "block.leaf_litter.hit" | "block.leaf_litter.place" | "block.leaf_litter.step" | "block.lever.click" | "block.lily_pad.place" | "block.lodestone.break" | "block.lodestone.fall" | "block.lodestone.hit" | "block.lodestone.place" | "block.lodestone.step" | "block.mangrove_roots.break" | "block.mangrove_roots.fall" | "block.mangrove_roots.hit" | "block.mangrove_roots.place" | "block.mangrove_roots.step" | "block.medium_amethyst_bud.break" | "block.medium_amethyst_bud.place" | "block.metal.break" | "block.metal.fall" | "block.metal.hit" | "block.metal.place" | "block.metal.step" | "block.metal_pressure_plate.click_off" | "block.metal_pressure_plate.click_on" | "block.moss.break" | "block.moss.fall" | "block.moss.hit" | "block.moss.place" | "block.moss.step" | "block.moss_carpet.break" | "block.moss_carpet.fall" | "block.moss_carpet.hit" | "block.moss_carpet.place" | "block.moss_carpet.step" | "block.mud.break" | "block.mud.fall" | "block.mud.hit" | "block.mud.place" | "block.mud.step" | "block.mud_bricks.break" | "block.mud_bricks.fall" | "block.mud_bricks.hit" | "block.mud_bricks.place" | "block.mud_bricks.step" | "block.muddy_mangrove_roots.break" | "block.muddy_mangrove_roots.fall" | "block.muddy_mangrove_roots.hit" | "block.muddy_mangrove_roots.place" | "block.muddy_mangrove_roots.step" | "block.nether_bricks.break" | "block.nether_bricks.fall" | "block.nether_bricks.hit" | "block.nether_bricks.place" | "block.nether_bricks.step" | "block.nether_gold_ore.break" | "block.nether_gold_ore.fall" | "block.nether_gold_ore.hit" | "block.nether_gold_ore.place" | "block.nether_gold_ore.step" | "block.nether_ore.break" | "block.nether_ore.fall" | "block.nether_ore.hit" | "block.nether_ore.place" | "block.nether_ore.step" | "block.nether_sprouts.break" | "block.nether_sprouts.fall" | "block.nether_sprouts.hit" | "block.nether_sprouts.place" | "block.nether_sprouts.step" | "block.nether_wart.break" | "block.nether_wood.break" | "block.nether_wood.fall" | "block.nether_wood.hit" | "block.nether_wood.place" | "block.nether_wood.step" | "block.nether_wood_button.click_off" | "block.nether_wood_button.click_on" | "block.nether_wood_door.close" | "block.nether_wood_door.open" | "block.nether_wood_fence_gate.close" | "block.nether_wood_fence_gate.open" | "block.nether_wood_hanging_sign.break" | "block.nether_wood_hanging_sign.fall" | "block.nether_wood_hanging_sign.hit" | "block.nether_wood_hanging_sign.place" | "block.nether_wood_hanging_sign.step" | "block.nether_wood_pressure_plate.click_off" | "block.nether_wood_pressure_plate.click_on" | "block.nether_wood_trapdoor.close" | "block.nether_wood_trapdoor.open" | "block.netherite_block.break" | "block.netherite_block.fall" | "block.netherite_block.hit" | "block.netherite_block.place" | "block.netherite_block.step" | "block.netherrack.break" | "block.netherrack.fall" | "block.netherrack.hit" | "block.netherrack.place" | "block.netherrack.step" | "block.note_block.banjo" | "block.note_block.basedrum" | "block.note_block.bass" | "block.note_block.bell" | "block.note_block.bit" | "block.note_block.chime" | "block.note_block.cow_bell" | "block.note_block.didgeridoo" | "block.note_block.flute" | "block.note_block.guitar" | "block.note_block.harp" | "block.note_block.hat" | "block.note_block.imitate.creeper" | "block.note_block.imitate.ender_dragon" | "block.note_block.imitate.piglin" | "block.note_block.imitate.skeleton" | "block.note_block.imitate.wither_skeleton" | "block.note_block.imitate.zombie" | "block.note_block.iron_xylophone" | "block.note_block.pling" | "block.note_block.snare" | "block.note_block.trumpet" | "block.note_block.trumpet_exposed" | "block.note_block.trumpet_oxidized" | "block.note_block.trumpet_weathered" | "block.note_block.xylophone" | "block.nylium.break" | "block.nylium.fall" | "block.nylium.hit" | "block.nylium.place" | "block.nylium.step" | "block.packed_mud.break" | "block.packed_mud.fall" | "block.packed_mud.hit" | "block.packed_mud.place" | "block.packed_mud.step" | "block.pale_hanging_moss.idle" | "block.pink_petals.break" | "block.pink_petals.fall" | "block.pink_petals.hit" | "block.pink_petals.place" | "block.pink_petals.step" | "block.piston.contract" | "block.piston.extend" | "block.pointed_dripstone.break" | "block.pointed_dripstone.drip_lava" | "block.pointed_dripstone.drip_lava_into_cauldron" | "block.pointed_dripstone.drip_water" | "block.pointed_dripstone.drip_water_into_cauldron" | "block.pointed_dripstone.fall" | "block.pointed_dripstone.hit" | "block.pointed_dripstone.land" | "block.pointed_dripstone.place" | "block.pointed_dripstone.step" | "block.polished_deepslate.break" | "block.polished_deepslate.fall" | "block.polished_deepslate.hit" | "block.polished_deepslate.place" | "block.polished_deepslate.step" | "block.polished_tuff.break" | "block.polished_tuff.fall" | "block.polished_tuff.hit" | "block.polished_tuff.place" | "block.polished_tuff.step" | "block.portal.ambient" | "block.portal.travel" | "block.portal.trigger" | "block.powder_snow.break" | "block.powder_snow.fall" | "block.powder_snow.hit" | "block.powder_snow.place" | "block.powder_snow.step" | "block.pumpkin.carve" | "block.redstone_torch.burnout" | "block.resin.break" | "block.resin.fall" | "block.resin.place" | "block.resin.step" | "block.resin_bricks.break" | "block.resin_bricks.fall" | "block.resin_bricks.hit" | "block.resin_bricks.place" | "block.resin_bricks.step" | "block.respawn_anchor.ambient" | "block.respawn_anchor.charge" | "block.respawn_anchor.deplete" | "block.respawn_anchor.set_spawn" | "block.rooted_dirt.break" | "block.rooted_dirt.fall" | "block.rooted_dirt.hit" | "block.rooted_dirt.place" | "block.rooted_dirt.step" | "block.roots.break" | "block.roots.fall" | "block.roots.hit" | "block.roots.place" | "block.roots.step" | "block.sand.break" | "block.sand.fall" | "block.sand.hit" | "block.sand.idle" | "block.sand.place" | "block.sand.step" | "block.scaffolding.break" | "block.scaffolding.fall" | "block.scaffolding.hit" | "block.scaffolding.place" | "block.scaffolding.step" | "block.sculk.break" | "block.sculk.charge" | "block.sculk.fall" | "block.sculk.hit" | "block.sculk.place" | "block.sculk.spread" | "block.sculk.step" | "block.sculk_catalyst.bloom" | "block.sculk_catalyst.break" | "block.sculk_catalyst.fall" | "block.sculk_catalyst.hit" | "block.sculk_catalyst.place" | "block.sculk_catalyst.step" | "block.sculk_sensor.break" | "block.sculk_sensor.clicking" | "block.sculk_sensor.clicking_stop" | "block.sculk_sensor.fall" | "block.sculk_sensor.hit" | "block.sculk_sensor.place" | "block.sculk_sensor.step" | "block.sculk_shrieker.break" | "block.sculk_shrieker.fall" | "block.sculk_shrieker.hit" | "block.sculk_shrieker.place" | "block.sculk_shrieker.shriek" | "block.sculk_shrieker.step" | "block.sculk_vein.break" | "block.sculk_vein.fall" | "block.sculk_vein.hit" | "block.sculk_vein.place" | "block.sculk_vein.step" | "block.shelf.activate" | "block.shelf.break" | "block.shelf.deactivate" | "block.shelf.fall" | "block.shelf.hit" | "block.shelf.multi_swap" | "block.shelf.place" | "block.shelf.place_item" | "block.shelf.single_swap" | "block.shelf.step" | "block.shelf.take_item" | "block.shroomlight.break" | "block.shroomlight.fall" | "block.shroomlight.hit" | "block.shroomlight.place" | "block.shroomlight.step" | "block.shulker_box.close" | "block.shulker_box.open" | "block.sign.waxed_interact_fail" | "block.slime_block.break" | "block.slime_block.fall" | "block.slime_block.hit" | "block.slime_block.place" | "block.slime_block.step" | "block.small_amethyst_bud.break" | "block.small_amethyst_bud.place" | "block.small_dripleaf.break" | "block.small_dripleaf.fall" | "block.small_dripleaf.hit" | "block.small_dripleaf.place" | "block.small_dripleaf.step" | "block.smithing_table.use" | "block.smoker.smoke" | "block.sniffer_egg.crack" | "block.sniffer_egg.hatch" | "block.sniffer_egg.plop" | "block.snow.break" | "block.snow.fall" | "block.snow.hit" | "block.snow.place" | "block.snow.step" | "block.soul_sand.break" | "block.soul_sand.fall" | "block.soul_sand.hit" | "block.soul_sand.place" | "block.soul_sand.step" | "block.soul_soil.break" | "block.soul_soil.fall" | "block.soul_soil.hit" | "block.soul_soil.place" | "block.soul_soil.step" | "block.spawner.break" | "block.spawner.fall" | "block.spawner.hit" | "block.spawner.place" | "block.spawner.step" | "block.sponge.absorb" | "block.sponge.break" | "block.sponge.fall" | "block.sponge.hit" | "block.sponge.place" | "block.sponge.step" | "block.spore_blossom.break" | "block.spore_blossom.fall" | "block.spore_blossom.hit" | "block.spore_blossom.place" | "block.spore_blossom.step" | "block.stem.break" | "block.stem.fall" | "block.stem.hit" | "block.stem.place" | "block.stem.step" | "block.stone.break" | "block.stone.fall" | "block.stone.hit" | "block.stone.place" | "block.stone.step" | "block.stone_button.click_off" | "block.stone_button.click_on" | "block.stone_pressure_plate.click_off" | "block.stone_pressure_plate.click_on" | "block.suspicious_gravel.break" | "block.suspicious_gravel.fall" | "block.suspicious_gravel.hit" | "block.suspicious_gravel.place" | "block.suspicious_gravel.step" | "block.suspicious_sand.break" | "block.suspicious_sand.fall" | "block.suspicious_sand.hit" | "block.suspicious_sand.place" | "block.suspicious_sand.step" | "block.sweet_berry_bush.break" | "block.sweet_berry_bush.pick_berries" | "block.sweet_berry_bush.place" | "block.trial_spawner.about_to_spawn_item" | "block.trial_spawner.ambient" | "block.trial_spawner.ambient_ominous" | "block.trial_spawner.break" | "block.trial_spawner.close_shutter" | "block.trial_spawner.detect_player" | "block.trial_spawner.eject_item" | "block.trial_spawner.fall" | "block.trial_spawner.hit" | "block.trial_spawner.ominous_activate" | "block.trial_spawner.open_shutter" | "block.trial_spawner.place" | "block.trial_spawner.spawn_item" | "block.trial_spawner.spawn_item_begin" | "block.trial_spawner.spawn_mob" | "block.trial_spawner.step" | "block.tripwire.attach" | "block.tripwire.click_off" | "block.tripwire.click_on" | "block.tripwire.detach" | "block.tuff.break" | "block.tuff.fall" | "block.tuff.hit" | "block.tuff.place" | "block.tuff.step" | "block.tuff_bricks.break" | "block.tuff_bricks.fall" | "block.tuff_bricks.hit" | "block.tuff_bricks.place" | "block.tuff_bricks.step" | "block.vault.activate" | "block.vault.ambient" | "block.vault.break" | "block.vault.close_shutter" | "block.vault.deactivate" | "block.vault.eject_item" | "block.vault.fall" | "block.vault.hit" | "block.vault.insert_item" | "block.vault.insert_item_fail" | "block.vault.open_shutter" | "block.vault.place" | "block.vault.reject_rewarded_player" | "block.vault.step" | "block.vine.break" | "block.vine.fall" | "block.vine.hit" | "block.vine.place" | "block.vine.step" | "block.wart_block.break" | "block.wart_block.fall" | "block.wart_block.hit" | "block.wart_block.place" | "block.wart_block.step" | "block.water.ambient" | "block.weeping_vines.break" | "block.weeping_vines.fall" | "block.weeping_vines.hit" | "block.weeping_vines.place" | "block.weeping_vines.step" | "block.wet_grass.break" | "block.wet_grass.fall" | "block.wet_grass.hit" | "block.wet_grass.place" | "block.wet_grass.step" | "block.wet_sponge.break" | "block.wet_sponge.dries" | "block.wet_sponge.fall" | "block.wet_sponge.hit" | "block.wet_sponge.place" | "block.wet_sponge.step" | "block.wood.break" | "block.wood.fall" | "block.wood.hit" | "block.wood.place" | "block.wood.step" | "block.wooden_button.click_off" | "block.wooden_button.click_on" | "block.wooden_door.close" | "block.wooden_door.open" | "block.wooden_pressure_plate.click_off" | "block.wooden_pressure_plate.click_on" | "block.wooden_trapdoor.close" | "block.wooden_trapdoor.open" | "block.wool.break" | "block.wool.fall" | "block.wool.hit" | "block.wool.place" | "block.wool.step" | "enchant.thorns.hit" | "entity.allay.ambient_with_item" | "entity.allay.ambient_without_item" | "entity.allay.death" | "entity.allay.hurt" | "entity.allay.item_given" | "entity.allay.item_taken" | "entity.allay.item_thrown" | "entity.armadillo.ambient" | "entity.armadillo.brush" | "entity.armadillo.death" | "entity.armadillo.eat" | "entity.armadillo.hurt" | "entity.armadillo.hurt_reduced" | "entity.armadillo.land" | "entity.armadillo.peek" | "entity.armadillo.roll" | "entity.armadillo.scute_drop" | "entity.armadillo.step" | "entity.armadillo.unroll_finish" | "entity.armadillo.unroll_start" | "entity.armor_stand.break" | "entity.armor_stand.fall" | "entity.armor_stand.hit" | "entity.armor_stand.place" | "entity.arrow.hit" | "entity.arrow.hit_player" | "entity.arrow.shoot" | "entity.axolotl.attack" | "entity.axolotl.death" | "entity.axolotl.hurt" | "entity.axolotl.idle_air" | "entity.axolotl.idle_water" | "entity.axolotl.splash" | "entity.axolotl.swim" | "entity.baby_cat.ambient" | "entity.baby_cat.beg_for_food" | "entity.baby_cat.death" | "entity.baby_cat.eat" | "entity.baby_cat.hiss" | "entity.baby_cat.hurt" | "entity.baby_cat.purr" | "entity.baby_cat.purreow" | "entity.baby_cat.stray_ambient" | "entity.baby_chicken.ambient" | "entity.baby_chicken.death" | "entity.baby_chicken.hurt" | "entity.baby_chicken.step" | "entity.baby_horse.ambient" | "entity.baby_horse.angry" | "entity.baby_horse.breathe" | "entity.baby_horse.death" | "entity.baby_horse.eat" | "entity.baby_horse.hurt" | "entity.baby_horse.land" | "entity.baby_horse.step" | "entity.baby_nautilus.ambient" | "entity.baby_nautilus.ambient_land" | "entity.baby_nautilus.death" | "entity.baby_nautilus.death_land" | "entity.baby_nautilus.eat" | "entity.baby_nautilus.hurt" | "entity.baby_nautilus.hurt_land" | "entity.baby_nautilus.swim" | "entity.baby_pig.ambient" | "entity.baby_pig.death" | "entity.baby_pig.eat" | "entity.baby_pig.hurt" | "entity.baby_pig.step" | "entity.baby_wolf.ambient" | "entity.baby_wolf.death" | "entity.baby_wolf.growl" | "entity.baby_wolf.hurt" | "entity.baby_wolf.pant" | "entity.baby_wolf.step" | "entity.baby_wolf.whine" | "entity.bat.ambient" | "entity.bat.death" | "entity.bat.hurt" | "entity.bat.loop" | "entity.bat.takeoff" | "entity.bee.death" | "entity.bee.hurt" | "entity.bee.loop" | "entity.bee.loop_aggressive" | "entity.bee.pollinate" | "entity.bee.sting" | "entity.blaze.ambient" | "entity.blaze.burn" | "entity.blaze.death" | "entity.blaze.hurt" | "entity.blaze.shoot" | "entity.boat.paddle_land" | "entity.boat.paddle_water" | "entity.bogged.ambient" | "entity.bogged.death" | "entity.bogged.hurt" | "entity.bogged.shear" | "entity.bogged.step" | "entity.breeze.charge" | "entity.breeze.death" | "entity.breeze.deflect" | "entity.breeze.hurt" | "entity.breeze.idle_air" | "entity.breeze.idle_ground" | "entity.breeze.inhale" | "entity.breeze.jump" | "entity.breeze.land" | "entity.breeze.shoot" | "entity.breeze.slide" | "entity.breeze.whirl" | "entity.breeze.wind_burst" | "entity.camel.ambient" | "entity.camel.dash" | "entity.camel.dash_ready" | "entity.camel.death" | "entity.camel.eat" | "entity.camel.hurt" | "entity.camel.saddle" | "entity.camel.sit" | "entity.camel.stand" | "entity.camel.step" | "entity.camel.step_sand" | "entity.camel_husk.ambient" | "entity.camel_husk.dash" | "entity.camel_husk.dash_ready" | "entity.camel_husk.death" | "entity.camel_husk.eat" | "entity.camel_husk.hurt" | "entity.camel_husk.saddle" | "entity.camel_husk.sit" | "entity.camel_husk.stand" | "entity.camel_husk.step" | "entity.camel_husk.step_sand" | "entity.cat.ambient" | "entity.cat.beg_for_food" | "entity.cat.death" | "entity.cat.eat" | "entity.cat.hiss" | "entity.cat.hurt" | "entity.cat.purr" | "entity.cat.purreow" | "entity.cat.stray_ambient" | "entity.cat_royal.ambient" | "entity.cat_royal.beg_for_food" | "entity.cat_royal.death" | "entity.cat_royal.eat" | "entity.cat_royal.hiss" | "entity.cat_royal.hurt" | "entity.cat_royal.purr" | "entity.cat_royal.purreow" | "entity.cat_royal.stray_ambient" | "entity.chicken.ambient" | "entity.chicken.death" | "entity.chicken.egg" | "entity.chicken.hurt" | "entity.chicken.step" | "entity.chicken_picky.ambient" | "entity.chicken_picky.death" | "entity.chicken_picky.hurt" | "entity.cod.ambient" | "entity.cod.death" | "entity.cod.flop" | "entity.cod.hurt" | "entity.copper_golem.death" | "entity.copper_golem.hurt" | "entity.copper_golem.item_drop" | "entity.copper_golem.item_no_drop" | "entity.copper_golem.no_item_get" | "entity.copper_golem.no_item_no_get" | "entity.copper_golem.shear" | "entity.copper_golem.spawn" | "entity.copper_golem.spin" | "entity.copper_golem.step" | "entity.copper_golem_become_statue" | "entity.copper_golem_oxidized.death" | "entity.copper_golem_oxidized.hurt" | "entity.copper_golem_oxidized.spin" | "entity.copper_golem_oxidized.step" | "entity.copper_golem_weathered.death" | "entity.copper_golem_weathered.hurt" | "entity.copper_golem_weathered.spin" | "entity.copper_golem_weathered.step" | "entity.cow.ambient" | "entity.cow.death" | "entity.cow.hurt" | "entity.cow.milk" | "entity.cow.step" | "entity.cow_moody.ambient" | "entity.cow_moody.death" | "entity.cow_moody.hurt" | "entity.cow_moody.step" | "entity.creaking.activate" | "entity.creaking.ambient" | "entity.creaking.attack" | "entity.creaking.deactivate" | "entity.creaking.death" | "entity.creaking.freeze" | "entity.creaking.spawn" | "entity.creaking.step" | "entity.creaking.sway" | "entity.creaking.twitch" | "entity.creaking.unfreeze" | "entity.creeper.death" | "entity.creeper.hurt" | "entity.creeper.primed" | "entity.dolphin.ambient" | "entity.dolphin.ambient_water" | "entity.dolphin.attack" | "entity.dolphin.death" | "entity.dolphin.eat" | "entity.dolphin.hurt" | "entity.dolphin.jump" | "entity.dolphin.play" | "entity.dolphin.splash" | "entity.dolphin.swim" | "entity.donkey.ambient" | "entity.donkey.angry" | "entity.donkey.chest" | "entity.donkey.death" | "entity.donkey.eat" | "entity.donkey.hurt" | "entity.donkey.jump" | "entity.dragon_fireball.explode" | "entity.drowned.ambient" | "entity.drowned.ambient_water" | "entity.drowned.death" | "entity.drowned.death_water" | "entity.drowned.hurt" | "entity.drowned.hurt_water" | "entity.drowned.shoot" | "entity.drowned.step" | "entity.drowned.swim" | "entity.egg.throw" | "entity.elder_guardian.ambient" | "entity.elder_guardian.ambient_land" | "entity.elder_guardian.curse" | "entity.elder_guardian.death" | "entity.elder_guardian.death_land" | "entity.elder_guardian.flop" | "entity.elder_guardian.hurt" | "entity.elder_guardian.hurt_land" | "entity.ender_dragon.ambient" | "entity.ender_dragon.death" | "entity.ender_dragon.flap" | "entity.ender_dragon.growl" | "entity.ender_dragon.hurt" | "entity.ender_dragon.shoot" | "entity.ender_eye.death" | "entity.ender_eye.launch" | "entity.ender_pearl.throw" | "entity.enderman.ambient" | "entity.enderman.death" | "entity.enderman.hurt" | "entity.enderman.scream" | "entity.enderman.stare" | "entity.enderman.teleport" | "entity.endermite.ambient" | "entity.endermite.death" | "entity.endermite.hurt" | "entity.endermite.step" | "entity.evoker.ambient" | "entity.evoker.cast_spell" | "entity.evoker.celebrate" | "entity.evoker.death" | "entity.evoker.hurt" | "entity.evoker.prepare_attack" | "entity.evoker.prepare_summon" | "entity.evoker.prepare_wololo" | "entity.evoker_fangs.attack" | "entity.experience_bottle.throw" | "entity.experience_orb.pickup" | "entity.firework_rocket.blast" | "entity.firework_rocket.blast_far" | "entity.firework_rocket.large_blast" | "entity.firework_rocket.large_blast_far" | "entity.firework_rocket.launch" | "entity.firework_rocket.shoot" | "entity.firework_rocket.twinkle" | "entity.firework_rocket.twinkle_far" | "entity.fish.swim" | "entity.fishing_bobber.retrieve" | "entity.fishing_bobber.splash" | "entity.fishing_bobber.throw" | "entity.fox.aggro" | "entity.fox.ambient" | "entity.fox.bite" | "entity.fox.death" | "entity.fox.eat" | "entity.fox.hurt" | "entity.fox.screech" | "entity.fox.sleep" | "entity.fox.sniff" | "entity.fox.spit" | "entity.fox.teleport" | "entity.frog.ambient" | "entity.frog.death" | "entity.frog.eat" | "entity.frog.hurt" | "entity.frog.lay_spawn" | "entity.frog.long_jump" | "entity.frog.step" | "entity.frog.tongue" | "entity.generic.big_fall" | "entity.generic.burn" | "entity.generic.death" | "entity.generic.drink" | "entity.generic.eat" | "entity.generic.explode" | "entity.generic.extinguish_fire" | "entity.generic.hurt" | "entity.generic.small_fall" | "entity.generic.splash" | "entity.generic.swim" | "entity.ghast.ambient" | "entity.ghast.death" | "entity.ghast.hurt" | "entity.ghast.scream" | "entity.ghast.shoot" | "entity.ghast.warn" | "entity.ghastling.ambient" | "entity.ghastling.death" | "entity.ghastling.hurt" | "entity.ghastling.spawn" | "entity.glow_item_frame.add_item" | "entity.glow_item_frame.break" | "entity.glow_item_frame.place" | "entity.glow_item_frame.remove_item" | "entity.glow_item_frame.rotate_item" | "entity.glow_squid.ambient" | "entity.glow_squid.death" | "entity.glow_squid.hurt" | "entity.glow_squid.squirt" | "entity.goat.ambient" | "entity.goat.death" | "entity.goat.eat" | "entity.goat.horn_break" | "entity.goat.hurt" | "entity.goat.long_jump" | "entity.goat.milk" | "entity.goat.prepare_ram" | "entity.goat.ram_impact" | "entity.goat.screaming.ambient" | "entity.goat.screaming.death" | "entity.goat.screaming.eat" | "entity.goat.screaming.hurt" | "entity.goat.screaming.long_jump" | "entity.goat.screaming.milk" | "entity.goat.screaming.prepare_ram" | "entity.goat.screaming.ram_impact" | "entity.goat.step" | "entity.guardian.ambient" | "entity.guardian.ambient_land" | "entity.guardian.attack" | "entity.guardian.death" | "entity.guardian.death_land" | "entity.guardian.flop" | "entity.guardian.hurt" | "entity.guardian.hurt_land" | "entity.happy_ghast.ambient" | "entity.happy_ghast.death" | "entity.happy_ghast.equip" | "entity.happy_ghast.harness_goggles_down" | "entity.happy_ghast.harness_goggles_up" | "entity.happy_ghast.hurt" | "entity.happy_ghast.riding" | "entity.happy_ghast.unequip" | "entity.hoglin.ambient" | "entity.hoglin.angry" | "entity.hoglin.attack" | "entity.hoglin.converted_to_zombified" | "entity.hoglin.death" | "entity.hoglin.hurt" | "entity.hoglin.retreat" | "entity.hoglin.step" | "entity.horse.ambient" | "entity.horse.angry" | "entity.horse.armor" | "entity.horse.breathe" | "entity.horse.death" | "entity.horse.eat" | "entity.horse.gallop" | "entity.horse.hurt" | "entity.horse.jump" | "entity.horse.land" | "entity.horse.saddle" | "entity.horse.step" | "entity.horse.step_wood" | "entity.hostile.big_fall" | "entity.hostile.death" | "entity.hostile.hurt" | "entity.hostile.small_fall" | "entity.hostile.splash" | "entity.hostile.swim" | "entity.husk.ambient" | "entity.husk.converted_to_zombie" | "entity.husk.death" | "entity.husk.hurt" | "entity.husk.step" | "entity.illusioner.ambient" | "entity.illusioner.cast_spell" | "entity.illusioner.death" | "entity.illusioner.hurt" | "entity.illusioner.mirror_move" | "entity.illusioner.prepare_blindness" | "entity.illusioner.prepare_mirror" | "entity.iron_golem.attack" | "entity.iron_golem.damage" | "entity.iron_golem.death" | "entity.iron_golem.hurt" | "entity.iron_golem.repair" | "entity.iron_golem.step" | "entity.item.break" | "entity.item.pickup" | "entity.item_frame.add_item" | "entity.item_frame.break" | "entity.item_frame.place" | "entity.item_frame.remove_item" | "entity.item_frame.rotate_item" | "entity.lightning_bolt.impact" | "entity.lightning_bolt.thunder" | "entity.lingering_potion.throw" | "entity.llama.ambient" | "entity.llama.angry" | "entity.llama.chest" | "entity.llama.death" | "entity.llama.eat" | "entity.llama.hurt" | "entity.llama.spit" | "entity.llama.step" | "entity.llama.swag" | "entity.magma_cube.death" | "entity.magma_cube.death_small" | "entity.magma_cube.hurt" | "entity.magma_cube.hurt_small" | "entity.magma_cube.jump" | "entity.magma_cube.squish" | "entity.magma_cube.squish_small" | "entity.minecart.inside" | "entity.minecart.inside.underwater" | "entity.minecart.riding" | "entity.mooshroom.convert" | "entity.mooshroom.eat" | "entity.mooshroom.milk" | "entity.mooshroom.shear" | "entity.mooshroom.suspicious_milk" | "entity.mule.ambient" | "entity.mule.angry" | "entity.mule.chest" | "entity.mule.death" | "entity.mule.eat" | "entity.mule.hurt" | "entity.mule.jump" | "entity.nautilus.ambient" | "entity.nautilus.ambient_land" | "entity.nautilus.dash" | "entity.nautilus.dash_land" | "entity.nautilus.dash_ready" | "entity.nautilus.dash_ready_land" | "entity.nautilus.death" | "entity.nautilus.death_land" | "entity.nautilus.eat" | "entity.nautilus.hurt" | "entity.nautilus.hurt_land" | "entity.nautilus.riding" | "entity.nautilus.swim" | "entity.ocelot.ambient" | "entity.ocelot.death" | "entity.ocelot.hurt" | "entity.painting.break" | "entity.painting.place" | "entity.panda.aggressive_ambient" | "entity.panda.ambient" | "entity.panda.bite" | "entity.panda.cant_breed" | "entity.panda.death" | "entity.panda.eat" | "entity.panda.hurt" | "entity.panda.pre_sneeze" | "entity.panda.sneeze" | "entity.panda.step" | "entity.panda.worried_ambient" | "entity.parched.ambient" | "entity.parched.death" | "entity.parched.hurt" | "entity.parched.step" | "entity.parrot.ambient" | "entity.parrot.death" | "entity.parrot.eat" | "entity.parrot.fly" | "entity.parrot.hurt" | "entity.parrot.imitate.blaze" | "entity.parrot.imitate.bogged" | "entity.parrot.imitate.breeze" | "entity.parrot.imitate.camel_husk" | "entity.parrot.imitate.creaking" | "entity.parrot.imitate.creeper" | "entity.parrot.imitate.drowned" | "entity.parrot.imitate.elder_guardian" | "entity.parrot.imitate.ender_dragon" | "entity.parrot.imitate.endermite" | "entity.parrot.imitate.evoker" | "entity.parrot.imitate.ghast" | "entity.parrot.imitate.guardian" | "entity.parrot.imitate.hoglin" | "entity.parrot.imitate.husk" | "entity.parrot.imitate.illusioner" | "entity.parrot.imitate.magma_cube" | "entity.parrot.imitate.parched" | "entity.parrot.imitate.phantom" | "entity.parrot.imitate.piglin" | "entity.parrot.imitate.piglin_brute" | "entity.parrot.imitate.pillager" | "entity.parrot.imitate.ravager" | "entity.parrot.imitate.shulker" | "entity.parrot.imitate.silverfish" | "entity.parrot.imitate.skeleton" | "entity.parrot.imitate.slime" | "entity.parrot.imitate.spider" | "entity.parrot.imitate.stray" | "entity.parrot.imitate.vex" | "entity.parrot.imitate.vindicator" | "entity.parrot.imitate.warden" | "entity.parrot.imitate.witch" | "entity.parrot.imitate.wither" | "entity.parrot.imitate.wither_skeleton" | "entity.parrot.imitate.zoglin" | "entity.parrot.imitate.zombie" | "entity.parrot.imitate.zombie_horse" | "entity.parrot.imitate.zombie_nautilus" | "entity.parrot.imitate.zombie_villager" | "entity.parrot.step" | "entity.phantom.ambient" | "entity.phantom.bite" | "entity.phantom.death" | "entity.phantom.flap" | "entity.phantom.hurt" | "entity.phantom.swoop" | "entity.pig.ambient" | "entity.pig.death" | "entity.pig.eat" | "entity.pig.hurt" | "entity.pig.saddle" | "entity.pig.step" | "entity.pig_big.ambient" | "entity.pig_big.death" | "entity.pig_big.eat" | "entity.pig_big.hurt" | "entity.pig_mini.ambient" | "entity.pig_mini.death" | "entity.pig_mini.eat" | "entity.pig_mini.hurt" | "entity.piglin.admiring_item" | "entity.piglin.ambient" | "entity.piglin.angry" | "entity.piglin.celebrate" | "entity.piglin.converted_to_zombified" | "entity.piglin.death" | "entity.piglin.hurt" | "entity.piglin.jealous" | "entity.piglin.retreat" | "entity.piglin.step" | "entity.piglin_brute.ambient" | "entity.piglin_brute.angry" | "entity.piglin_brute.converted_to_zombified" | "entity.piglin_brute.death" | "entity.piglin_brute.hurt" | "entity.piglin_brute.step" | "entity.pillager.ambient" | "entity.pillager.celebrate" | "entity.pillager.death" | "entity.pillager.hurt" | "entity.player.attack.crit" | "entity.player.attack.knockback" | "entity.player.attack.nodamage" | "entity.player.attack.strong" | "entity.player.attack.sweep" | "entity.player.attack.weak" | "entity.player.big_fall" | "entity.player.breath" | "entity.player.burp" | "entity.player.death" | "entity.player.hurt" | "entity.player.hurt_drown" | "entity.player.hurt_freeze" | "entity.player.hurt_on_fire" | "entity.player.hurt_sweet_berry_bush" | "entity.player.levelup" | "entity.player.small_fall" | "entity.player.splash" | "entity.player.splash.high_speed" | "entity.player.swim" | "entity.player.teleport" | "entity.polar_bear.ambient" | "entity.polar_bear.ambient_baby" | "entity.polar_bear.death" | "entity.polar_bear.hurt" | "entity.polar_bear.step" | "entity.polar_bear.warning" | "entity.puffer_fish.blow_out" | "entity.puffer_fish.blow_up" | "entity.puffer_fish.death" | "entity.puffer_fish.flop" | "entity.puffer_fish.hurt" | "entity.puffer_fish.sting" | "entity.rabbit.ambient" | "entity.rabbit.attack" | "entity.rabbit.death" | "entity.rabbit.hurt" | "entity.rabbit.jump" | "entity.ravager.ambient" | "entity.ravager.attack" | "entity.ravager.celebrate" | "entity.ravager.death" | "entity.ravager.hurt" | "entity.ravager.roar" | "entity.ravager.step" | "entity.ravager.stunned" | "entity.salmon.ambient" | "entity.salmon.death" | "entity.salmon.flop" | "entity.salmon.hurt" | "entity.sheep.ambient" | "entity.sheep.death" | "entity.sheep.hurt" | "entity.sheep.shear" | "entity.sheep.step" | "entity.shulker.ambient" | "entity.shulker.close" | "entity.shulker.death" | "entity.shulker.hurt" | "entity.shulker.hurt_closed" | "entity.shulker.open" | "entity.shulker.shoot" | "entity.shulker.teleport" | "entity.shulker_bullet.hit" | "entity.shulker_bullet.hurt" | "entity.silverfish.ambient" | "entity.silverfish.death" | "entity.silverfish.hurt" | "entity.silverfish.step" | "entity.skeleton.ambient" | "entity.skeleton.converted_to_stray" | "entity.skeleton.death" | "entity.skeleton.hurt" | "entity.skeleton.shoot" | "entity.skeleton.step" | "entity.skeleton_horse.ambient" | "entity.skeleton_horse.ambient_water" | "entity.skeleton_horse.death" | "entity.skeleton_horse.gallop_water" | "entity.skeleton_horse.hurt" | "entity.skeleton_horse.jump_water" | "entity.skeleton_horse.step_water" | "entity.skeleton_horse.swim" | "entity.slime.attack" | "entity.slime.death" | "entity.slime.death_small" | "entity.slime.hurt" | "entity.slime.hurt_small" | "entity.slime.jump" | "entity.slime.jump_small" | "entity.slime.squish" | "entity.slime.squish_small" | "entity.sniffer.death" | "entity.sniffer.digging" | "entity.sniffer.digging_stop" | "entity.sniffer.drop_seed" | "entity.sniffer.eat" | "entity.sniffer.happy" | "entity.sniffer.hurt" | "entity.sniffer.idle" | "entity.sniffer.scenting" | "entity.sniffer.searching" | "entity.sniffer.sniffing" | "entity.sniffer.step" | "entity.snow_golem.ambient" | "entity.snow_golem.death" | "entity.snow_golem.hurt" | "entity.snow_golem.shear" | "entity.snow_golem.shoot" | "entity.snowball.throw" | "entity.spider.ambient" | "entity.spider.death" | "entity.spider.hurt" | "entity.spider.step" | "entity.splash_potion.break" | "entity.splash_potion.throw" | "entity.squid.ambient" | "entity.squid.death" | "entity.squid.hurt" | "entity.squid.squirt" | "entity.stray.ambient" | "entity.stray.death" | "entity.stray.hurt" | "entity.stray.step" | "entity.strider.ambient" | "entity.strider.death" | "entity.strider.eat" | "entity.strider.happy" | "entity.strider.hurt" | "entity.strider.retreat" | "entity.strider.saddle" | "entity.strider.step" | "entity.strider.step_lava" | "entity.tadpole.death" | "entity.tadpole.flop" | "entity.tadpole.grow_up" | "entity.tadpole.hurt" | "entity.tnt.primed" | "entity.tropical_fish.ambient" | "entity.tropical_fish.death" | "entity.tropical_fish.flop" | "entity.tropical_fish.hurt" | "entity.turtle.ambient_land" | "entity.turtle.death" | "entity.turtle.death_baby" | "entity.turtle.egg_break" | "entity.turtle.egg_crack" | "entity.turtle.egg_hatch" | "entity.turtle.hurt" | "entity.turtle.hurt_baby" | "entity.turtle.lay_egg" | "entity.turtle.shamble" | "entity.turtle.shamble_baby" | "entity.turtle.swim" | "entity.vex.ambient" | "entity.vex.charge" | "entity.vex.death" | "entity.vex.hurt" | "entity.villager.ambient" | "entity.villager.celebrate" | "entity.villager.death" | "entity.villager.hurt" | "entity.villager.no" | "entity.villager.trade" | "entity.villager.work_armorer" | "entity.villager.work_butcher" | "entity.villager.work_cartographer" | "entity.villager.work_cleric" | "entity.villager.work_farmer" | "entity.villager.work_fisherman" | "entity.villager.work_fletcher" | "entity.villager.work_leatherworker" | "entity.villager.work_librarian" | "entity.villager.work_mason" | "entity.villager.work_shepherd" | "entity.villager.work_toolsmith" | "entity.villager.work_weaponsmith" | "entity.villager.yes" | "entity.vindicator.ambient" | "entity.vindicator.celebrate" | "entity.vindicator.death" | "entity.vindicator.hurt" | "entity.wandering_trader.ambient" | "entity.wandering_trader.death" | "entity.wandering_trader.disappeared" | "entity.wandering_trader.drink_milk" | "entity.wandering_trader.drink_potion" | "entity.wandering_trader.hurt" | "entity.wandering_trader.no" | "entity.wandering_trader.reappeared" | "entity.wandering_trader.trade" | "entity.wandering_trader.yes" | "entity.warden.agitated" | "entity.warden.ambient" | "entity.warden.angry" | "entity.warden.attack_impact" | "entity.warden.death" | "entity.warden.dig" | "entity.warden.emerge" | "entity.warden.heartbeat" | "entity.warden.hurt" | "entity.warden.listening" | "entity.warden.listening_angry" | "entity.warden.nearby_close" | "entity.warden.nearby_closer" | "entity.warden.nearby_closest" | "entity.warden.roar" | "entity.warden.sniff" | "entity.warden.sonic_boom" | "entity.warden.sonic_charge" | "entity.warden.step" | "entity.warden.tendril_clicks" | "entity.wind_charge.throw" | "entity.wind_charge.wind_burst" | "entity.witch.ambient" | "entity.witch.celebrate" | "entity.witch.death" | "entity.witch.drink" | "entity.witch.hurt" | "entity.witch.throw" | "entity.wither.ambient" | "entity.wither.break_block" | "entity.wither.death" | "entity.wither.hurt" | "entity.wither.shoot" | "entity.wither.spawn" | "entity.wither_skeleton.ambient" | "entity.wither_skeleton.death" | "entity.wither_skeleton.hurt" | "entity.wither_skeleton.step" | "entity.wolf.ambient" | "entity.wolf.death" | "entity.wolf.growl" | "entity.wolf.hurt" | "entity.wolf.pant" | "entity.wolf.shake" | "entity.wolf.step" | "entity.wolf.whine" | "entity.wolf_angry.ambient" | "entity.wolf_angry.death" | "entity.wolf_angry.growl" | "entity.wolf_angry.hurt" | "entity.wolf_angry.pant" | "entity.wolf_angry.whine" | "entity.wolf_big.ambient" | "entity.wolf_big.death" | "entity.wolf_big.growl" | "entity.wolf_big.hurt" | "entity.wolf_big.pant" | "entity.wolf_big.whine" | "entity.wolf_cute.ambient" | "entity.wolf_cute.death" | "entity.wolf_cute.growl" | "entity.wolf_cute.hurt" | "entity.wolf_cute.pant" | "entity.wolf_cute.whine" | "entity.wolf_grumpy.ambient" | "entity.wolf_grumpy.death" | "entity.wolf_grumpy.growl" | "entity.wolf_grumpy.hurt" | "entity.wolf_grumpy.pant" | "entity.wolf_grumpy.whine" | "entity.wolf_puglin.ambient" | "entity.wolf_puglin.death" | "entity.wolf_puglin.growl" | "entity.wolf_puglin.hurt" | "entity.wolf_puglin.pant" | "entity.wolf_puglin.whine" | "entity.wolf_sad.ambient" | "entity.wolf_sad.death" | "entity.wolf_sad.growl" | "entity.wolf_sad.hurt" | "entity.wolf_sad.pant" | "entity.wolf_sad.whine" | "entity.zoglin.ambient" | "entity.zoglin.angry" | "entity.zoglin.attack" | "entity.zoglin.death" | "entity.zoglin.hurt" | "entity.zoglin.step" | "entity.zombie.ambient" | "entity.zombie.attack_iron_door" | "entity.zombie.attack_wooden_door" | "entity.zombie.break_wooden_door" | "entity.zombie.converted_to_drowned" | "entity.zombie.death" | "entity.zombie.destroy_egg" | "entity.zombie.hurt" | "entity.zombie.infect" | "entity.zombie.step" | "entity.zombie_horse.ambient" | "entity.zombie_horse.angry" | "entity.zombie_horse.death" | "entity.zombie_horse.eat" | "entity.zombie_horse.hurt" | "entity.zombie_nautilus.ambient" | "entity.zombie_nautilus.ambient_land" | "entity.zombie_nautilus.dash" | "entity.zombie_nautilus.dash_land" | "entity.zombie_nautilus.dash_ready" | "entity.zombie_nautilus.dash_ready_land" | "entity.zombie_nautilus.death" | "entity.zombie_nautilus.death_land" | "entity.zombie_nautilus.eat" | "entity.zombie_nautilus.hurt" | "entity.zombie_nautilus.hurt_land" | "entity.zombie_nautilus.swim" | "entity.zombie_villager.ambient" | "entity.zombie_villager.converted" | "entity.zombie_villager.cure" | "entity.zombie_villager.death" | "entity.zombie_villager.hurt" | "entity.zombie_villager.step" | "entity.zombified_piglin.ambient" | "entity.zombified_piglin.angry" | "entity.zombified_piglin.death" | "entity.zombified_piglin.hurt" | "event.mob_effect.bad_omen" | "event.mob_effect.raid_omen" | "event.mob_effect.trial_omen" | "event.raid.horn" | "intentionally_empty" | "item.armor.equip_chain" | "item.armor.equip_copper" | "item.armor.equip_diamond" | "item.armor.equip_elytra" | "item.armor.equip_generic" | "item.armor.equip_gold" | "item.armor.equip_iron" | "item.armor.equip_leather" | "item.armor.equip_nautilus" | "item.armor.equip_netherite" | "item.armor.equip_turtle" | "item.armor.equip_wolf" | "item.armor.unequip_nautilus" | "item.armor.unequip_wolf" | "item.axe.scrape" | "item.axe.strip" | "item.axe.wax_off" | "item.bone_meal.use" | "item.book.page_turn" | "item.book.put" | "item.bottle.empty" | "item.bottle.fill" | "item.bottle.fill_dragonbreath" | "item.brush.brushing.generic" | "item.brush.brushing.gravel" | "item.brush.brushing.gravel.complete" | "item.brush.brushing.sand" | "item.brush.brushing.sand.complete" | "item.bucket.empty" | "item.bucket.empty_axolotl" | "item.bucket.empty_fish" | "item.bucket.empty_lava" | "item.bucket.empty_powder_snow" | "item.bucket.empty_tadpole" | "item.bucket.fill" | "item.bucket.fill_axolotl" | "item.bucket.fill_fish" | "item.bucket.fill_lava" | "item.bucket.fill_powder_snow" | "item.bucket.fill_tadpole" | "item.bundle.drop_contents" | "item.bundle.insert" | "item.bundle.insert_fail" | "item.bundle.remove_one" | "item.chorus_fruit.teleport" | "item.crop.plant" | "item.crossbow.hit" | "item.crossbow.loading_end" | "item.crossbow.loading_middle" | "item.crossbow.loading_start" | "item.crossbow.quick_charge_1" | "item.crossbow.quick_charge_2" | "item.crossbow.quick_charge_3" | "item.crossbow.shoot" | "item.dye.use" | "item.elytra.flying" | "item.firecharge.use" | "item.flintandsteel.use" | "item.glow_ink_sac.use" | "item.goat_horn.sound.0" | "item.goat_horn.sound.1" | "item.goat_horn.sound.2" | "item.goat_horn.sound.3" | "item.goat_horn.sound.4" | "item.goat_horn.sound.5" | "item.goat_horn.sound.6" | "item.goat_horn.sound.7" | "item.golden_dandelion.unuse" | "item.golden_dandelion.use" | "item.hoe.till" | "item.honey_bottle.drink" | "item.honeycomb.wax_on" | "item.horse_armor.unequip" | "item.ink_sac.use" | "item.lead.break" | "item.lead.tied" | "item.lead.untied" | "item.llama_carpet.unequip" | "item.lodestone_compass.lock" | "item.mace.smash_air" | "item.mace.smash_ground" | "item.mace.smash_ground_heavy" | "item.nautilus_saddle_equip" | "item.nautilus_saddle_underwater_equip" | "item.nether_wart.plant" | "item.ominous_bottle.dispose" | "item.saddle.unequip" | "item.shears.snip" | "item.shield.block" | "item.shield.break" | "item.shovel.flatten" | "item.spear.attack" | "item.spear.hit" | "item.spear.lunge_1" | "item.spear.lunge_2" | "item.spear.lunge_3" | "item.spear.use" | "item.spear_wood.attack" | "item.spear_wood.hit" | "item.spear_wood.use" | "item.spyglass.stop_using" | "item.spyglass.use" | "item.totem.use" | "item.trident.hit" | "item.trident.hit_ground" | "item.trident.return" | "item.trident.riptide_1" | "item.trident.riptide_2" | "item.trident.riptide_3" | "item.trident.throw" | "item.trident.thunder" | "item.wolf_armor.break" | "item.wolf_armor.crack" | "item.wolf_armor.damage" | "item.wolf_armor.repair" | "music.creative" | "music.credits" | "music.dragon" | "music.end" | "music.game" | "music.menu" | "music.nether.basalt_deltas" | "music.nether.crimson_forest" | "music.nether.nether_wastes" | "music.nether.soul_sand_valley" | "music.nether.warped_forest" | "music.overworld.badlands" | "music.overworld.bamboo_jungle" | "music.overworld.cherry_grove" | "music.overworld.deep_dark" | "music.overworld.desert" | "music.overworld.dripstone_caves" | "music.overworld.flower_forest" | "music.overworld.forest" | "music.overworld.frozen_peaks" | "music.overworld.grove" | "music.overworld.jagged_peaks" | "music.overworld.jungle" | "music.overworld.lush_caves" | "music.overworld.meadow" | "music.overworld.old_growth_taiga" | "music.overworld.snowy_slopes" | "music.overworld.sparse_jungle" | "music.overworld.stony_peaks" | "music.overworld.swamp" | "music.under_water" | "music_disc.11" | "music_disc.13" | "music_disc.5" | "music_disc.blocks" | "music_disc.cat" | "music_disc.chirp" | "music_disc.creator" | "music_disc.creator_music_box" | "music_disc.far" | "music_disc.lava_chicken" | "music_disc.mall" | "music_disc.mellohi" | "music_disc.otherside" | "music_disc.pigstep" | "music_disc.precipice" | "music_disc.relic" | "music_disc.stal" | "music_disc.strad" | "music_disc.tears" | "music_disc.wait" | "music_disc.ward" | "particle.soul_escape" | "ui.button.click" | "ui.cartography_table.take_result" | "ui.hud.bubble_pop" | "ui.loom.select_pattern" | "ui.loom.take_result" | "ui.stonecutter.select_recipe" | "ui.stonecutter.take_result" | "ui.toast.challenge_complete" | "ui.toast.in" | "ui.toast.out" | "weather.end_flash" | "weather.rain" | "weather.rain.above">;
4
+ export declare const SOUND_EVENTS_SET: Set<"ambient.basalt_deltas.additions" | "ambient.basalt_deltas.loop" | "ambient.basalt_deltas.mood" | "ambient.cave" | "ambient.crimson_forest.additions" | "ambient.crimson_forest.loop" | "ambient.crimson_forest.mood" | "ambient.nether_wastes.additions" | "ambient.nether_wastes.loop" | "ambient.nether_wastes.mood" | "ambient.soul_sand_valley.additions" | "ambient.soul_sand_valley.loop" | "ambient.soul_sand_valley.mood" | "ambient.underwater.enter" | "ambient.underwater.exit" | "ambient.underwater.loop" | "ambient.underwater.loop.additions" | "ambient.underwater.loop.additions.rare" | "ambient.underwater.loop.additions.ultra_rare" | "ambient.warped_forest.additions" | "ambient.warped_forest.loop" | "ambient.warped_forest.mood" | "block.amethyst_block.break" | "block.amethyst_block.chime" | "block.amethyst_block.fall" | "block.amethyst_block.hit" | "block.amethyst_block.place" | "block.amethyst_block.resonate" | "block.amethyst_block.step" | "block.amethyst_cluster.break" | "block.amethyst_cluster.fall" | "block.amethyst_cluster.hit" | "block.amethyst_cluster.place" | "block.amethyst_cluster.step" | "block.ancient_debris.break" | "block.ancient_debris.fall" | "block.ancient_debris.hit" | "block.ancient_debris.place" | "block.ancient_debris.step" | "block.anvil.break" | "block.anvil.destroy" | "block.anvil.fall" | "block.anvil.hit" | "block.anvil.land" | "block.anvil.place" | "block.anvil.step" | "block.anvil.use" | "block.azalea.break" | "block.azalea.fall" | "block.azalea.hit" | "block.azalea.place" | "block.azalea.step" | "block.azalea_leaves.break" | "block.azalea_leaves.fall" | "block.azalea_leaves.hit" | "block.azalea_leaves.place" | "block.azalea_leaves.step" | "block.bamboo.break" | "block.bamboo.fall" | "block.bamboo.hit" | "block.bamboo.place" | "block.bamboo.step" | "block.bamboo_sapling.break" | "block.bamboo_sapling.hit" | "block.bamboo_sapling.place" | "block.bamboo_wood.break" | "block.bamboo_wood.fall" | "block.bamboo_wood.hit" | "block.bamboo_wood.place" | "block.bamboo_wood.step" | "block.bamboo_wood_button.click_off" | "block.bamboo_wood_button.click_on" | "block.bamboo_wood_door.close" | "block.bamboo_wood_door.open" | "block.bamboo_wood_fence_gate.close" | "block.bamboo_wood_fence_gate.open" | "block.bamboo_wood_hanging_sign.break" | "block.bamboo_wood_hanging_sign.fall" | "block.bamboo_wood_hanging_sign.hit" | "block.bamboo_wood_hanging_sign.place" | "block.bamboo_wood_hanging_sign.step" | "block.bamboo_wood_pressure_plate.click_off" | "block.bamboo_wood_pressure_plate.click_on" | "block.bamboo_wood_trapdoor.close" | "block.bamboo_wood_trapdoor.open" | "block.barrel.close" | "block.barrel.open" | "block.basalt.break" | "block.basalt.fall" | "block.basalt.hit" | "block.basalt.place" | "block.basalt.step" | "block.beacon.activate" | "block.beacon.ambient" | "block.beacon.deactivate" | "block.beacon.power_select" | "block.beehive.drip" | "block.beehive.enter" | "block.beehive.exit" | "block.beehive.shear" | "block.beehive.work" | "block.bell.resonate" | "block.bell.use" | "block.big_dripleaf.break" | "block.big_dripleaf.fall" | "block.big_dripleaf.hit" | "block.big_dripleaf.place" | "block.big_dripleaf.step" | "block.big_dripleaf.tilt_down" | "block.big_dripleaf.tilt_up" | "block.blastfurnace.fire_crackle" | "block.bone_block.break" | "block.bone_block.fall" | "block.bone_block.hit" | "block.bone_block.place" | "block.bone_block.step" | "block.brewing_stand.brew" | "block.bubble_column.bubble_pop" | "block.bubble_column.upwards_ambient" | "block.bubble_column.upwards_inside" | "block.bubble_column.whirlpool_ambient" | "block.bubble_column.whirlpool_inside" | "block.cactus_flower.break" | "block.cactus_flower.place" | "block.cake.add_candle" | "block.calcite.break" | "block.calcite.fall" | "block.calcite.hit" | "block.calcite.place" | "block.calcite.step" | "block.campfire.crackle" | "block.candle.ambient" | "block.candle.break" | "block.candle.extinguish" | "block.candle.fall" | "block.candle.hit" | "block.candle.place" | "block.candle.step" | "block.cave_vines.break" | "block.cave_vines.fall" | "block.cave_vines.hit" | "block.cave_vines.pick_berries" | "block.cave_vines.place" | "block.cave_vines.step" | "block.chain.break" | "block.chain.fall" | "block.chain.hit" | "block.chain.place" | "block.chain.step" | "block.cherry_leaves.break" | "block.cherry_leaves.fall" | "block.cherry_leaves.hit" | "block.cherry_leaves.place" | "block.cherry_leaves.step" | "block.cherry_sapling.break" | "block.cherry_sapling.fall" | "block.cherry_sapling.hit" | "block.cherry_sapling.place" | "block.cherry_sapling.step" | "block.cherry_wood.break" | "block.cherry_wood.fall" | "block.cherry_wood.hit" | "block.cherry_wood.place" | "block.cherry_wood.step" | "block.cherry_wood_button.click_off" | "block.cherry_wood_button.click_on" | "block.cherry_wood_door.close" | "block.cherry_wood_door.open" | "block.cherry_wood_fence_gate.close" | "block.cherry_wood_fence_gate.open" | "block.cherry_wood_hanging_sign.break" | "block.cherry_wood_hanging_sign.fall" | "block.cherry_wood_hanging_sign.hit" | "block.cherry_wood_hanging_sign.place" | "block.cherry_wood_hanging_sign.step" | "block.cherry_wood_pressure_plate.click_off" | "block.cherry_wood_pressure_plate.click_on" | "block.cherry_wood_trapdoor.close" | "block.cherry_wood_trapdoor.open" | "block.chest.close" | "block.chest.locked" | "block.chest.open" | "block.chiseled_bookshelf.break" | "block.chiseled_bookshelf.fall" | "block.chiseled_bookshelf.hit" | "block.chiseled_bookshelf.insert" | "block.chiseled_bookshelf.insert.enchanted" | "block.chiseled_bookshelf.pickup" | "block.chiseled_bookshelf.pickup.enchanted" | "block.chiseled_bookshelf.place" | "block.chiseled_bookshelf.step" | "block.chorus_flower.death" | "block.chorus_flower.grow" | "block.cinnabar.break" | "block.cinnabar.fall" | "block.cinnabar.hit" | "block.cinnabar.place" | "block.cinnabar.step" | "block.cobweb.break" | "block.cobweb.fall" | "block.cobweb.hit" | "block.cobweb.place" | "block.cobweb.step" | "block.comparator.click" | "block.composter.empty" | "block.composter.fill" | "block.composter.fill_success" | "block.composter.ready" | "block.conduit.activate" | "block.conduit.ambient" | "block.conduit.ambient.short" | "block.conduit.attack.target" | "block.conduit.deactivate" | "block.copper.break" | "block.copper.fall" | "block.copper.hit" | "block.copper.place" | "block.copper.step" | "block.copper_bulb.break" | "block.copper_bulb.fall" | "block.copper_bulb.hit" | "block.copper_bulb.place" | "block.copper_bulb.step" | "block.copper_bulb.turn_off" | "block.copper_bulb.turn_on" | "block.copper_chest.close" | "block.copper_chest.open" | "block.copper_chest_oxidized.close" | "block.copper_chest_oxidized.open" | "block.copper_chest_weathered.close" | "block.copper_chest_weathered.open" | "block.copper_door.close" | "block.copper_door.open" | "block.copper_golem_statue.break" | "block.copper_golem_statue.fall" | "block.copper_golem_statue.hit" | "block.copper_golem_statue.place" | "block.copper_golem_statue.step" | "block.copper_grate.break" | "block.copper_grate.fall" | "block.copper_grate.hit" | "block.copper_grate.place" | "block.copper_grate.step" | "block.copper_trapdoor.close" | "block.copper_trapdoor.open" | "block.coral_block.break" | "block.coral_block.fall" | "block.coral_block.hit" | "block.coral_block.place" | "block.coral_block.step" | "block.crafter.craft" | "block.crafter.fail" | "block.creaking_heart.break" | "block.creaking_heart.fall" | "block.creaking_heart.hit" | "block.creaking_heart.hurt" | "block.creaking_heart.idle" | "block.creaking_heart.place" | "block.creaking_heart.spawn" | "block.creaking_heart.step" | "block.crop.break" | "block.deadbush.idle" | "block.decorated_pot.break" | "block.decorated_pot.fall" | "block.decorated_pot.hit" | "block.decorated_pot.insert" | "block.decorated_pot.insert_fail" | "block.decorated_pot.place" | "block.decorated_pot.shatter" | "block.decorated_pot.step" | "block.deepslate.break" | "block.deepslate.fall" | "block.deepslate.hit" | "block.deepslate.place" | "block.deepslate.step" | "block.deepslate_bricks.break" | "block.deepslate_bricks.fall" | "block.deepslate_bricks.hit" | "block.deepslate_bricks.place" | "block.deepslate_bricks.step" | "block.deepslate_tiles.break" | "block.deepslate_tiles.fall" | "block.deepslate_tiles.hit" | "block.deepslate_tiles.place" | "block.deepslate_tiles.step" | "block.dispenser.dispense" | "block.dispenser.fail" | "block.dispenser.launch" | "block.dried_ghast.ambient" | "block.dried_ghast.ambient_water" | "block.dried_ghast.break" | "block.dried_ghast.fall" | "block.dried_ghast.place" | "block.dried_ghast.place_in_water" | "block.dried_ghast.step" | "block.dried_ghast.transition" | "block.dripstone_block.break" | "block.dripstone_block.fall" | "block.dripstone_block.hit" | "block.dripstone_block.place" | "block.dripstone_block.step" | "block.dry_grass.ambient" | "block.enchantment_table.use" | "block.end_gateway.spawn" | "block.end_portal.spawn" | "block.end_portal_frame.fill" | "block.ender_chest.close" | "block.ender_chest.open" | "block.eyeblossom.close" | "block.eyeblossom.close_long" | "block.eyeblossom.idle" | "block.eyeblossom.open" | "block.eyeblossom.open_long" | "block.fence_gate.close" | "block.fence_gate.open" | "block.fire.ambient" | "block.fire.extinguish" | "block.firefly_bush.idle" | "block.flowering_azalea.break" | "block.flowering_azalea.fall" | "block.flowering_azalea.hit" | "block.flowering_azalea.place" | "block.flowering_azalea.step" | "block.froglight.break" | "block.froglight.fall" | "block.froglight.hit" | "block.froglight.place" | "block.froglight.step" | "block.frogspawn.break" | "block.frogspawn.fall" | "block.frogspawn.hatch" | "block.frogspawn.hit" | "block.frogspawn.place" | "block.frogspawn.step" | "block.fungus.break" | "block.fungus.fall" | "block.fungus.hit" | "block.fungus.place" | "block.fungus.step" | "block.furnace.fire_crackle" | "block.gilded_blackstone.break" | "block.gilded_blackstone.fall" | "block.gilded_blackstone.hit" | "block.gilded_blackstone.place" | "block.gilded_blackstone.step" | "block.glass.break" | "block.glass.fall" | "block.glass.hit" | "block.glass.place" | "block.glass.step" | "block.grass.break" | "block.grass.fall" | "block.grass.hit" | "block.grass.place" | "block.grass.step" | "block.gravel.break" | "block.gravel.fall" | "block.gravel.hit" | "block.gravel.place" | "block.gravel.step" | "block.grindstone.use" | "block.growing_plant.crop" | "block.hanging_roots.break" | "block.hanging_roots.fall" | "block.hanging_roots.hit" | "block.hanging_roots.place" | "block.hanging_roots.step" | "block.hanging_sign.break" | "block.hanging_sign.fall" | "block.hanging_sign.hit" | "block.hanging_sign.place" | "block.hanging_sign.step" | "block.hanging_sign.waxed_interact_fail" | "block.heavy_core.break" | "block.heavy_core.fall" | "block.heavy_core.hit" | "block.heavy_core.place" | "block.heavy_core.step" | "block.honey_block.break" | "block.honey_block.fall" | "block.honey_block.hit" | "block.honey_block.place" | "block.honey_block.slide" | "block.honey_block.step" | "block.iron.break" | "block.iron.fall" | "block.iron.hit" | "block.iron.place" | "block.iron.step" | "block.iron_door.close" | "block.iron_door.open" | "block.iron_trapdoor.close" | "block.iron_trapdoor.open" | "block.ladder.break" | "block.ladder.fall" | "block.ladder.hit" | "block.ladder.place" | "block.ladder.step" | "block.lantern.break" | "block.lantern.fall" | "block.lantern.hit" | "block.lantern.place" | "block.lantern.step" | "block.large_amethyst_bud.break" | "block.large_amethyst_bud.place" | "block.lava.ambient" | "block.lava.extinguish" | "block.lava.pop" | "block.leaf_litter.break" | "block.leaf_litter.fall" | "block.leaf_litter.hit" | "block.leaf_litter.place" | "block.leaf_litter.step" | "block.lever.click" | "block.lily_pad.place" | "block.lodestone.break" | "block.lodestone.fall" | "block.lodestone.hit" | "block.lodestone.place" | "block.lodestone.step" | "block.mangrove_roots.break" | "block.mangrove_roots.fall" | "block.mangrove_roots.hit" | "block.mangrove_roots.place" | "block.mangrove_roots.step" | "block.medium_amethyst_bud.break" | "block.medium_amethyst_bud.place" | "block.metal.break" | "block.metal.fall" | "block.metal.hit" | "block.metal.place" | "block.metal.step" | "block.metal_pressure_plate.click_off" | "block.metal_pressure_plate.click_on" | "block.moss.break" | "block.moss.fall" | "block.moss.hit" | "block.moss.place" | "block.moss.step" | "block.moss_carpet.break" | "block.moss_carpet.fall" | "block.moss_carpet.hit" | "block.moss_carpet.place" | "block.moss_carpet.step" | "block.mud.break" | "block.mud.fall" | "block.mud.hit" | "block.mud.place" | "block.mud.step" | "block.mud_bricks.break" | "block.mud_bricks.fall" | "block.mud_bricks.hit" | "block.mud_bricks.place" | "block.mud_bricks.step" | "block.muddy_mangrove_roots.break" | "block.muddy_mangrove_roots.fall" | "block.muddy_mangrove_roots.hit" | "block.muddy_mangrove_roots.place" | "block.muddy_mangrove_roots.step" | "block.nether_bricks.break" | "block.nether_bricks.fall" | "block.nether_bricks.hit" | "block.nether_bricks.place" | "block.nether_bricks.step" | "block.nether_gold_ore.break" | "block.nether_gold_ore.fall" | "block.nether_gold_ore.hit" | "block.nether_gold_ore.place" | "block.nether_gold_ore.step" | "block.nether_ore.break" | "block.nether_ore.fall" | "block.nether_ore.hit" | "block.nether_ore.place" | "block.nether_ore.step" | "block.nether_sprouts.break" | "block.nether_sprouts.fall" | "block.nether_sprouts.hit" | "block.nether_sprouts.place" | "block.nether_sprouts.step" | "block.nether_wart.break" | "block.nether_wood.break" | "block.nether_wood.fall" | "block.nether_wood.hit" | "block.nether_wood.place" | "block.nether_wood.step" | "block.nether_wood_button.click_off" | "block.nether_wood_button.click_on" | "block.nether_wood_door.close" | "block.nether_wood_door.open" | "block.nether_wood_fence_gate.close" | "block.nether_wood_fence_gate.open" | "block.nether_wood_hanging_sign.break" | "block.nether_wood_hanging_sign.fall" | "block.nether_wood_hanging_sign.hit" | "block.nether_wood_hanging_sign.place" | "block.nether_wood_hanging_sign.step" | "block.nether_wood_pressure_plate.click_off" | "block.nether_wood_pressure_plate.click_on" | "block.nether_wood_trapdoor.close" | "block.nether_wood_trapdoor.open" | "block.netherite_block.break" | "block.netherite_block.fall" | "block.netherite_block.hit" | "block.netherite_block.place" | "block.netherite_block.step" | "block.netherrack.break" | "block.netherrack.fall" | "block.netherrack.hit" | "block.netherrack.place" | "block.netherrack.step" | "block.note_block.banjo" | "block.note_block.basedrum" | "block.note_block.bass" | "block.note_block.bell" | "block.note_block.bit" | "block.note_block.chime" | "block.note_block.cow_bell" | "block.note_block.didgeridoo" | "block.note_block.flute" | "block.note_block.guitar" | "block.note_block.harp" | "block.note_block.hat" | "block.note_block.imitate.creeper" | "block.note_block.imitate.ender_dragon" | "block.note_block.imitate.piglin" | "block.note_block.imitate.skeleton" | "block.note_block.imitate.wither_skeleton" | "block.note_block.imitate.zombie" | "block.note_block.iron_xylophone" | "block.note_block.pling" | "block.note_block.snare" | "block.note_block.trumpet" | "block.note_block.trumpet_exposed" | "block.note_block.trumpet_oxidized" | "block.note_block.trumpet_weathered" | "block.note_block.xylophone" | "block.nylium.break" | "block.nylium.fall" | "block.nylium.hit" | "block.nylium.place" | "block.nylium.step" | "block.packed_mud.break" | "block.packed_mud.fall" | "block.packed_mud.hit" | "block.packed_mud.place" | "block.packed_mud.step" | "block.pale_hanging_moss.idle" | "block.pink_petals.break" | "block.pink_petals.fall" | "block.pink_petals.hit" | "block.pink_petals.place" | "block.pink_petals.step" | "block.piston.contract" | "block.piston.extend" | "block.pointed_dripstone.break" | "block.pointed_dripstone.drip_lava" | "block.pointed_dripstone.drip_lava_into_cauldron" | "block.pointed_dripstone.drip_water" | "block.pointed_dripstone.drip_water_into_cauldron" | "block.pointed_dripstone.fall" | "block.pointed_dripstone.hit" | "block.pointed_dripstone.land" | "block.pointed_dripstone.place" | "block.pointed_dripstone.step" | "block.polished_deepslate.break" | "block.polished_deepslate.fall" | "block.polished_deepslate.hit" | "block.polished_deepslate.place" | "block.polished_deepslate.step" | "block.polished_tuff.break" | "block.polished_tuff.fall" | "block.polished_tuff.hit" | "block.polished_tuff.place" | "block.polished_tuff.step" | "block.portal.ambient" | "block.portal.travel" | "block.portal.trigger" | "block.potent_sulfur.break" | "block.potent_sulfur.fall" | "block.potent_sulfur.geyser_continuous_eruption" | "block.potent_sulfur.geyser_continuous_eruption_active" | "block.potent_sulfur.geyser_eruption" | "block.potent_sulfur.geyser_eruption_active" | "block.potent_sulfur.hit" | "block.potent_sulfur.noxious_gas" | "block.potent_sulfur.place" | "block.potent_sulfur.step" | "block.powder_snow.break" | "block.powder_snow.fall" | "block.powder_snow.hit" | "block.powder_snow.place" | "block.powder_snow.step" | "block.pumpkin.carve" | "block.redstone_torch.burnout" | "block.resin.break" | "block.resin.fall" | "block.resin.place" | "block.resin.step" | "block.resin_bricks.break" | "block.resin_bricks.fall" | "block.resin_bricks.hit" | "block.resin_bricks.place" | "block.resin_bricks.step" | "block.respawn_anchor.ambient" | "block.respawn_anchor.charge" | "block.respawn_anchor.deplete" | "block.respawn_anchor.set_spawn" | "block.rooted_dirt.break" | "block.rooted_dirt.fall" | "block.rooted_dirt.hit" | "block.rooted_dirt.place" | "block.rooted_dirt.step" | "block.roots.break" | "block.roots.fall" | "block.roots.hit" | "block.roots.place" | "block.roots.step" | "block.sand.break" | "block.sand.fall" | "block.sand.hit" | "block.sand.idle" | "block.sand.place" | "block.sand.step" | "block.scaffolding.break" | "block.scaffolding.fall" | "block.scaffolding.hit" | "block.scaffolding.place" | "block.scaffolding.step" | "block.sculk.break" | "block.sculk.charge" | "block.sculk.fall" | "block.sculk.hit" | "block.sculk.place" | "block.sculk.spread" | "block.sculk.step" | "block.sculk_catalyst.bloom" | "block.sculk_catalyst.break" | "block.sculk_catalyst.fall" | "block.sculk_catalyst.hit" | "block.sculk_catalyst.place" | "block.sculk_catalyst.step" | "block.sculk_sensor.break" | "block.sculk_sensor.clicking" | "block.sculk_sensor.clicking_stop" | "block.sculk_sensor.fall" | "block.sculk_sensor.hit" | "block.sculk_sensor.place" | "block.sculk_sensor.step" | "block.sculk_shrieker.break" | "block.sculk_shrieker.fall" | "block.sculk_shrieker.hit" | "block.sculk_shrieker.place" | "block.sculk_shrieker.shriek" | "block.sculk_shrieker.step" | "block.sculk_vein.break" | "block.sculk_vein.fall" | "block.sculk_vein.hit" | "block.sculk_vein.place" | "block.sculk_vein.step" | "block.shelf.activate" | "block.shelf.break" | "block.shelf.deactivate" | "block.shelf.fall" | "block.shelf.hit" | "block.shelf.multi_swap" | "block.shelf.place" | "block.shelf.place_item" | "block.shelf.single_swap" | "block.shelf.step" | "block.shelf.take_item" | "block.shroomlight.break" | "block.shroomlight.fall" | "block.shroomlight.hit" | "block.shroomlight.place" | "block.shroomlight.step" | "block.shulker_box.close" | "block.shulker_box.open" | "block.sign.waxed_interact_fail" | "block.slime_block.break" | "block.slime_block.fall" | "block.slime_block.hit" | "block.slime_block.place" | "block.slime_block.step" | "block.small_amethyst_bud.break" | "block.small_amethyst_bud.place" | "block.small_dripleaf.break" | "block.small_dripleaf.fall" | "block.small_dripleaf.hit" | "block.small_dripleaf.place" | "block.small_dripleaf.step" | "block.smithing_table.use" | "block.smoker.smoke" | "block.sniffer_egg.crack" | "block.sniffer_egg.hatch" | "block.sniffer_egg.plop" | "block.snow.break" | "block.snow.fall" | "block.snow.hit" | "block.snow.place" | "block.snow.step" | "block.soul_sand.break" | "block.soul_sand.fall" | "block.soul_sand.hit" | "block.soul_sand.place" | "block.soul_sand.step" | "block.soul_soil.break" | "block.soul_soil.fall" | "block.soul_soil.hit" | "block.soul_soil.place" | "block.soul_soil.step" | "block.spawner.break" | "block.spawner.fall" | "block.spawner.hit" | "block.spawner.place" | "block.spawner.step" | "block.sponge.absorb" | "block.sponge.break" | "block.sponge.fall" | "block.sponge.hit" | "block.sponge.place" | "block.sponge.step" | "block.spore_blossom.break" | "block.spore_blossom.fall" | "block.spore_blossom.hit" | "block.spore_blossom.place" | "block.spore_blossom.step" | "block.stem.break" | "block.stem.fall" | "block.stem.hit" | "block.stem.place" | "block.stem.step" | "block.stone.break" | "block.stone.fall" | "block.stone.hit" | "block.stone.place" | "block.stone.step" | "block.stone_button.click_off" | "block.stone_button.click_on" | "block.stone_pressure_plate.click_off" | "block.stone_pressure_plate.click_on" | "block.sulfur.break" | "block.sulfur.fall" | "block.sulfur.hit" | "block.sulfur.place" | "block.sulfur.step" | "block.sulfur_spike.break" | "block.sulfur_spike.fall" | "block.sulfur_spike.hit" | "block.sulfur_spike.land" | "block.sulfur_spike.place" | "block.sulfur_spike.step" | "block.suspicious_gravel.break" | "block.suspicious_gravel.fall" | "block.suspicious_gravel.hit" | "block.suspicious_gravel.place" | "block.suspicious_gravel.step" | "block.suspicious_sand.break" | "block.suspicious_sand.fall" | "block.suspicious_sand.hit" | "block.suspicious_sand.place" | "block.suspicious_sand.step" | "block.sweet_berry_bush.break" | "block.sweet_berry_bush.pick_berries" | "block.sweet_berry_bush.place" | "block.trial_spawner.about_to_spawn_item" | "block.trial_spawner.ambient" | "block.trial_spawner.ambient_ominous" | "block.trial_spawner.break" | "block.trial_spawner.close_shutter" | "block.trial_spawner.detect_player" | "block.trial_spawner.eject_item" | "block.trial_spawner.fall" | "block.trial_spawner.hit" | "block.trial_spawner.ominous_activate" | "block.trial_spawner.open_shutter" | "block.trial_spawner.place" | "block.trial_spawner.spawn_item" | "block.trial_spawner.spawn_item_begin" | "block.trial_spawner.spawn_mob" | "block.trial_spawner.step" | "block.tripwire.attach" | "block.tripwire.click_off" | "block.tripwire.click_on" | "block.tripwire.detach" | "block.tuff.break" | "block.tuff.fall" | "block.tuff.hit" | "block.tuff.place" | "block.tuff.step" | "block.tuff_bricks.break" | "block.tuff_bricks.fall" | "block.tuff_bricks.hit" | "block.tuff_bricks.place" | "block.tuff_bricks.step" | "block.vault.activate" | "block.vault.ambient" | "block.vault.break" | "block.vault.close_shutter" | "block.vault.deactivate" | "block.vault.eject_item" | "block.vault.fall" | "block.vault.hit" | "block.vault.insert_item" | "block.vault.insert_item_fail" | "block.vault.open_shutter" | "block.vault.place" | "block.vault.reject_rewarded_player" | "block.vault.step" | "block.vine.break" | "block.vine.fall" | "block.vine.hit" | "block.vine.place" | "block.vine.step" | "block.wart_block.break" | "block.wart_block.fall" | "block.wart_block.hit" | "block.wart_block.place" | "block.wart_block.step" | "block.water.ambient" | "block.weeping_vines.break" | "block.weeping_vines.fall" | "block.weeping_vines.hit" | "block.weeping_vines.place" | "block.weeping_vines.step" | "block.wet_grass.break" | "block.wet_grass.fall" | "block.wet_grass.hit" | "block.wet_grass.place" | "block.wet_grass.step" | "block.wet_sponge.break" | "block.wet_sponge.dries" | "block.wet_sponge.fall" | "block.wet_sponge.hit" | "block.wet_sponge.place" | "block.wet_sponge.step" | "block.wood.break" | "block.wood.fall" | "block.wood.hit" | "block.wood.place" | "block.wood.step" | "block.wooden_button.click_off" | "block.wooden_button.click_on" | "block.wooden_door.close" | "block.wooden_door.open" | "block.wooden_pressure_plate.click_off" | "block.wooden_pressure_plate.click_on" | "block.wooden_trapdoor.close" | "block.wooden_trapdoor.open" | "block.wool.break" | "block.wool.fall" | "block.wool.hit" | "block.wool.place" | "block.wool.step" | "enchant.thorns.hit" | "entity.allay.ambient_with_item" | "entity.allay.ambient_without_item" | "entity.allay.death" | "entity.allay.hurt" | "entity.allay.item_given" | "entity.allay.item_taken" | "entity.allay.item_thrown" | "entity.armadillo.ambient" | "entity.armadillo.brush" | "entity.armadillo.death" | "entity.armadillo.eat" | "entity.armadillo.hurt" | "entity.armadillo.hurt_reduced" | "entity.armadillo.land" | "entity.armadillo.peek" | "entity.armadillo.roll" | "entity.armadillo.scute_drop" | "entity.armadillo.step" | "entity.armadillo.unroll_finish" | "entity.armadillo.unroll_start" | "entity.armor_stand.break" | "entity.armor_stand.fall" | "entity.armor_stand.hit" | "entity.armor_stand.place" | "entity.arrow.hit" | "entity.arrow.hit_player" | "entity.arrow.shoot" | "entity.axolotl.attack" | "entity.axolotl.death" | "entity.axolotl.hurt" | "entity.axolotl.idle_air" | "entity.axolotl.idle_water" | "entity.axolotl.splash" | "entity.axolotl.swim" | "entity.baby_cat.ambient" | "entity.baby_cat.beg_for_food" | "entity.baby_cat.death" | "entity.baby_cat.eat" | "entity.baby_cat.hiss" | "entity.baby_cat.hurt" | "entity.baby_cat.purr" | "entity.baby_cat.purreow" | "entity.baby_cat.stray_ambient" | "entity.baby_chicken.ambient" | "entity.baby_chicken.death" | "entity.baby_chicken.hurt" | "entity.baby_chicken.step" | "entity.baby_horse.ambient" | "entity.baby_horse.angry" | "entity.baby_horse.breathe" | "entity.baby_horse.death" | "entity.baby_horse.eat" | "entity.baby_horse.hurt" | "entity.baby_horse.land" | "entity.baby_horse.step" | "entity.baby_nautilus.ambient" | "entity.baby_nautilus.ambient_land" | "entity.baby_nautilus.death" | "entity.baby_nautilus.death_land" | "entity.baby_nautilus.eat" | "entity.baby_nautilus.hurt" | "entity.baby_nautilus.hurt_land" | "entity.baby_nautilus.swim" | "entity.baby_pig.ambient" | "entity.baby_pig.death" | "entity.baby_pig.eat" | "entity.baby_pig.hurt" | "entity.baby_pig.step" | "entity.baby_wolf.ambient" | "entity.baby_wolf.death" | "entity.baby_wolf.growl" | "entity.baby_wolf.hurt" | "entity.baby_wolf.pant" | "entity.baby_wolf.step" | "entity.baby_wolf.whine" | "entity.bat.ambient" | "entity.bat.death" | "entity.bat.hurt" | "entity.bat.loop" | "entity.bat.takeoff" | "entity.bee.death" | "entity.bee.hurt" | "entity.bee.loop" | "entity.bee.loop_aggressive" | "entity.bee.pollinate" | "entity.bee.sting" | "entity.blaze.ambient" | "entity.blaze.burn" | "entity.blaze.death" | "entity.blaze.hurt" | "entity.blaze.shoot" | "entity.boat.paddle_land" | "entity.boat.paddle_water" | "entity.bogged.ambient" | "entity.bogged.death" | "entity.bogged.hurt" | "entity.bogged.shear" | "entity.bogged.step" | "entity.breeze.charge" | "entity.breeze.death" | "entity.breeze.deflect" | "entity.breeze.hurt" | "entity.breeze.idle_air" | "entity.breeze.idle_ground" | "entity.breeze.inhale" | "entity.breeze.jump" | "entity.breeze.land" | "entity.breeze.shoot" | "entity.breeze.slide" | "entity.breeze.whirl" | "entity.breeze.wind_burst" | "entity.camel.ambient" | "entity.camel.dash" | "entity.camel.dash_ready" | "entity.camel.death" | "entity.camel.eat" | "entity.camel.hurt" | "entity.camel.saddle" | "entity.camel.sit" | "entity.camel.stand" | "entity.camel.step" | "entity.camel.step_sand" | "entity.camel_husk.ambient" | "entity.camel_husk.dash" | "entity.camel_husk.dash_ready" | "entity.camel_husk.death" | "entity.camel_husk.eat" | "entity.camel_husk.hurt" | "entity.camel_husk.saddle" | "entity.camel_husk.sit" | "entity.camel_husk.stand" | "entity.camel_husk.step" | "entity.camel_husk.step_sand" | "entity.cat.ambient" | "entity.cat.beg_for_food" | "entity.cat.death" | "entity.cat.eat" | "entity.cat.hiss" | "entity.cat.hurt" | "entity.cat.purr" | "entity.cat.purreow" | "entity.cat.stray_ambient" | "entity.cat_royal.ambient" | "entity.cat_royal.beg_for_food" | "entity.cat_royal.death" | "entity.cat_royal.eat" | "entity.cat_royal.hiss" | "entity.cat_royal.hurt" | "entity.cat_royal.purr" | "entity.cat_royal.purreow" | "entity.cat_royal.stray_ambient" | "entity.chicken.ambient" | "entity.chicken.death" | "entity.chicken.egg" | "entity.chicken.hurt" | "entity.chicken.step" | "entity.chicken_picky.ambient" | "entity.chicken_picky.death" | "entity.chicken_picky.hurt" | "entity.cod.ambient" | "entity.cod.death" | "entity.cod.flop" | "entity.cod.hurt" | "entity.copper_golem.death" | "entity.copper_golem.hurt" | "entity.copper_golem.item_drop" | "entity.copper_golem.item_no_drop" | "entity.copper_golem.no_item_get" | "entity.copper_golem.no_item_no_get" | "entity.copper_golem.shear" | "entity.copper_golem.spawn" | "entity.copper_golem.spin" | "entity.copper_golem.step" | "entity.copper_golem_become_statue" | "entity.copper_golem_oxidized.death" | "entity.copper_golem_oxidized.hurt" | "entity.copper_golem_oxidized.spin" | "entity.copper_golem_oxidized.step" | "entity.copper_golem_weathered.death" | "entity.copper_golem_weathered.hurt" | "entity.copper_golem_weathered.spin" | "entity.copper_golem_weathered.step" | "entity.cow.ambient" | "entity.cow.death" | "entity.cow.hurt" | "entity.cow.milk" | "entity.cow.step" | "entity.cow_moody.ambient" | "entity.cow_moody.death" | "entity.cow_moody.hurt" | "entity.cow_moody.step" | "entity.creaking.activate" | "entity.creaking.ambient" | "entity.creaking.attack" | "entity.creaking.deactivate" | "entity.creaking.death" | "entity.creaking.freeze" | "entity.creaking.spawn" | "entity.creaking.step" | "entity.creaking.sway" | "entity.creaking.twitch" | "entity.creaking.unfreeze" | "entity.creeper.death" | "entity.creeper.hurt" | "entity.creeper.primed" | "entity.dolphin.ambient" | "entity.dolphin.ambient_water" | "entity.dolphin.attack" | "entity.dolphin.death" | "entity.dolphin.eat" | "entity.dolphin.hurt" | "entity.dolphin.jump" | "entity.dolphin.play" | "entity.dolphin.splash" | "entity.dolphin.swim" | "entity.donkey.ambient" | "entity.donkey.angry" | "entity.donkey.chest" | "entity.donkey.death" | "entity.donkey.eat" | "entity.donkey.hurt" | "entity.donkey.jump" | "entity.dragon_fireball.explode" | "entity.drowned.ambient" | "entity.drowned.ambient_water" | "entity.drowned.death" | "entity.drowned.death_water" | "entity.drowned.hurt" | "entity.drowned.hurt_water" | "entity.drowned.shoot" | "entity.drowned.step" | "entity.drowned.swim" | "entity.egg.throw" | "entity.elder_guardian.ambient" | "entity.elder_guardian.ambient_land" | "entity.elder_guardian.curse" | "entity.elder_guardian.death" | "entity.elder_guardian.death_land" | "entity.elder_guardian.flop" | "entity.elder_guardian.hurt" | "entity.elder_guardian.hurt_land" | "entity.ender_dragon.ambient" | "entity.ender_dragon.death" | "entity.ender_dragon.flap" | "entity.ender_dragon.growl" | "entity.ender_dragon.hurt" | "entity.ender_dragon.shoot" | "entity.ender_eye.death" | "entity.ender_eye.launch" | "entity.ender_pearl.throw" | "entity.enderman.ambient" | "entity.enderman.death" | "entity.enderman.hurt" | "entity.enderman.scream" | "entity.enderman.stare" | "entity.enderman.teleport" | "entity.endermite.ambient" | "entity.endermite.death" | "entity.endermite.hurt" | "entity.endermite.step" | "entity.evoker.ambient" | "entity.evoker.cast_spell" | "entity.evoker.celebrate" | "entity.evoker.death" | "entity.evoker.hurt" | "entity.evoker.prepare_attack" | "entity.evoker.prepare_summon" | "entity.evoker.prepare_wololo" | "entity.evoker_fangs.attack" | "entity.experience_bottle.throw" | "entity.experience_orb.pickup" | "entity.firework_rocket.blast" | "entity.firework_rocket.blast_far" | "entity.firework_rocket.large_blast" | "entity.firework_rocket.large_blast_far" | "entity.firework_rocket.launch" | "entity.firework_rocket.shoot" | "entity.firework_rocket.twinkle" | "entity.firework_rocket.twinkle_far" | "entity.fish.swim" | "entity.fishing_bobber.retrieve" | "entity.fishing_bobber.splash" | "entity.fishing_bobber.throw" | "entity.fox.aggro" | "entity.fox.ambient" | "entity.fox.bite" | "entity.fox.death" | "entity.fox.eat" | "entity.fox.hurt" | "entity.fox.screech" | "entity.fox.sleep" | "entity.fox.sniff" | "entity.fox.spit" | "entity.fox.teleport" | "entity.frog.ambient" | "entity.frog.death" | "entity.frog.eat" | "entity.frog.hurt" | "entity.frog.lay_spawn" | "entity.frog.long_jump" | "entity.frog.step" | "entity.frog.tongue" | "entity.generic.big_fall" | "entity.generic.burn" | "entity.generic.death" | "entity.generic.drink" | "entity.generic.eat" | "entity.generic.explode" | "entity.generic.extinguish_fire" | "entity.generic.hurt" | "entity.generic.small_fall" | "entity.generic.splash" | "entity.generic.swim" | "entity.ghast.ambient" | "entity.ghast.death" | "entity.ghast.hurt" | "entity.ghast.scream" | "entity.ghast.shoot" | "entity.ghast.warn" | "entity.ghastling.ambient" | "entity.ghastling.death" | "entity.ghastling.hurt" | "entity.ghastling.spawn" | "entity.glow_item_frame.add_item" | "entity.glow_item_frame.break" | "entity.glow_item_frame.place" | "entity.glow_item_frame.remove_item" | "entity.glow_item_frame.rotate_item" | "entity.glow_squid.ambient" | "entity.glow_squid.death" | "entity.glow_squid.hurt" | "entity.glow_squid.squirt" | "entity.goat.ambient" | "entity.goat.death" | "entity.goat.eat" | "entity.goat.horn_break" | "entity.goat.hurt" | "entity.goat.long_jump" | "entity.goat.milk" | "entity.goat.prepare_ram" | "entity.goat.ram_impact" | "entity.goat.screaming.ambient" | "entity.goat.screaming.death" | "entity.goat.screaming.eat" | "entity.goat.screaming.hurt" | "entity.goat.screaming.long_jump" | "entity.goat.screaming.milk" | "entity.goat.screaming.prepare_ram" | "entity.goat.screaming.ram_impact" | "entity.goat.step" | "entity.guardian.ambient" | "entity.guardian.ambient_land" | "entity.guardian.attack" | "entity.guardian.death" | "entity.guardian.death_land" | "entity.guardian.flop" | "entity.guardian.hurt" | "entity.guardian.hurt_land" | "entity.happy_ghast.ambient" | "entity.happy_ghast.death" | "entity.happy_ghast.equip" | "entity.happy_ghast.harness_goggles_down" | "entity.happy_ghast.harness_goggles_up" | "entity.happy_ghast.hurt" | "entity.happy_ghast.riding" | "entity.happy_ghast.unequip" | "entity.hoglin.ambient" | "entity.hoglin.angry" | "entity.hoglin.attack" | "entity.hoglin.converted_to_zombified" | "entity.hoglin.death" | "entity.hoglin.hurt" | "entity.hoglin.retreat" | "entity.hoglin.step" | "entity.horse.ambient" | "entity.horse.angry" | "entity.horse.armor" | "entity.horse.breathe" | "entity.horse.death" | "entity.horse.eat" | "entity.horse.gallop" | "entity.horse.hurt" | "entity.horse.jump" | "entity.horse.land" | "entity.horse.saddle" | "entity.horse.step" | "entity.horse.step_wood" | "entity.hostile.big_fall" | "entity.hostile.death" | "entity.hostile.hurt" | "entity.hostile.small_fall" | "entity.hostile.splash" | "entity.hostile.swim" | "entity.husk.ambient" | "entity.husk.converted_to_zombie" | "entity.husk.death" | "entity.husk.hurt" | "entity.husk.step" | "entity.illusioner.ambient" | "entity.illusioner.cast_spell" | "entity.illusioner.death" | "entity.illusioner.hurt" | "entity.illusioner.mirror_move" | "entity.illusioner.prepare_blindness" | "entity.illusioner.prepare_mirror" | "entity.iron_golem.attack" | "entity.iron_golem.damage" | "entity.iron_golem.death" | "entity.iron_golem.hurt" | "entity.iron_golem.repair" | "entity.iron_golem.step" | "entity.item.break" | "entity.item.pickup" | "entity.item_frame.add_item" | "entity.item_frame.break" | "entity.item_frame.place" | "entity.item_frame.remove_item" | "entity.item_frame.rotate_item" | "entity.lightning_bolt.impact" | "entity.lightning_bolt.thunder" | "entity.lingering_potion.throw" | "entity.llama.ambient" | "entity.llama.angry" | "entity.llama.chest" | "entity.llama.death" | "entity.llama.eat" | "entity.llama.hurt" | "entity.llama.spit" | "entity.llama.step" | "entity.llama.swag" | "entity.magma_cube.death" | "entity.magma_cube.death_small" | "entity.magma_cube.hurt" | "entity.magma_cube.hurt_small" | "entity.magma_cube.jump" | "entity.magma_cube.squish" | "entity.magma_cube.squish_small" | "entity.minecart.inside" | "entity.minecart.inside.underwater" | "entity.minecart.riding" | "entity.mooshroom.convert" | "entity.mooshroom.eat" | "entity.mooshroom.milk" | "entity.mooshroom.shear" | "entity.mooshroom.suspicious_milk" | "entity.mule.ambient" | "entity.mule.angry" | "entity.mule.chest" | "entity.mule.death" | "entity.mule.eat" | "entity.mule.hurt" | "entity.mule.jump" | "entity.nautilus.ambient" | "entity.nautilus.ambient_land" | "entity.nautilus.dash" | "entity.nautilus.dash_land" | "entity.nautilus.dash_ready" | "entity.nautilus.dash_ready_land" | "entity.nautilus.death" | "entity.nautilus.death_land" | "entity.nautilus.eat" | "entity.nautilus.hurt" | "entity.nautilus.hurt_land" | "entity.nautilus.riding" | "entity.nautilus.swim" | "entity.ocelot.ambient" | "entity.ocelot.death" | "entity.ocelot.hurt" | "entity.painting.break" | "entity.painting.place" | "entity.panda.aggressive_ambient" | "entity.panda.ambient" | "entity.panda.bite" | "entity.panda.cant_breed" | "entity.panda.death" | "entity.panda.eat" | "entity.panda.hurt" | "entity.panda.pre_sneeze" | "entity.panda.sneeze" | "entity.panda.step" | "entity.panda.worried_ambient" | "entity.parched.ambient" | "entity.parched.death" | "entity.parched.hurt" | "entity.parched.step" | "entity.parrot.ambient" | "entity.parrot.death" | "entity.parrot.eat" | "entity.parrot.fly" | "entity.parrot.hurt" | "entity.parrot.imitate.blaze" | "entity.parrot.imitate.bogged" | "entity.parrot.imitate.breeze" | "entity.parrot.imitate.camel_husk" | "entity.parrot.imitate.creaking" | "entity.parrot.imitate.creeper" | "entity.parrot.imitate.drowned" | "entity.parrot.imitate.elder_guardian" | "entity.parrot.imitate.ender_dragon" | "entity.parrot.imitate.endermite" | "entity.parrot.imitate.evoker" | "entity.parrot.imitate.ghast" | "entity.parrot.imitate.guardian" | "entity.parrot.imitate.hoglin" | "entity.parrot.imitate.husk" | "entity.parrot.imitate.illusioner" | "entity.parrot.imitate.magma_cube" | "entity.parrot.imitate.parched" | "entity.parrot.imitate.phantom" | "entity.parrot.imitate.piglin" | "entity.parrot.imitate.piglin_brute" | "entity.parrot.imitate.pillager" | "entity.parrot.imitate.ravager" | "entity.parrot.imitate.shulker" | "entity.parrot.imitate.silverfish" | "entity.parrot.imitate.skeleton" | "entity.parrot.imitate.slime" | "entity.parrot.imitate.spider" | "entity.parrot.imitate.stray" | "entity.parrot.imitate.vex" | "entity.parrot.imitate.vindicator" | "entity.parrot.imitate.warden" | "entity.parrot.imitate.witch" | "entity.parrot.imitate.wither" | "entity.parrot.imitate.wither_skeleton" | "entity.parrot.imitate.zoglin" | "entity.parrot.imitate.zombie" | "entity.parrot.imitate.zombie_horse" | "entity.parrot.imitate.zombie_nautilus" | "entity.parrot.imitate.zombie_villager" | "entity.parrot.step" | "entity.phantom.ambient" | "entity.phantom.bite" | "entity.phantom.death" | "entity.phantom.flap" | "entity.phantom.hurt" | "entity.phantom.swoop" | "entity.pig.ambient" | "entity.pig.death" | "entity.pig.eat" | "entity.pig.hurt" | "entity.pig.saddle" | "entity.pig.step" | "entity.pig_big.ambient" | "entity.pig_big.death" | "entity.pig_big.eat" | "entity.pig_big.hurt" | "entity.pig_mini.ambient" | "entity.pig_mini.death" | "entity.pig_mini.eat" | "entity.pig_mini.hurt" | "entity.piglin.admiring_item" | "entity.piglin.ambient" | "entity.piglin.angry" | "entity.piglin.celebrate" | "entity.piglin.converted_to_zombified" | "entity.piglin.death" | "entity.piglin.hurt" | "entity.piglin.jealous" | "entity.piglin.retreat" | "entity.piglin.step" | "entity.piglin_brute.ambient" | "entity.piglin_brute.angry" | "entity.piglin_brute.converted_to_zombified" | "entity.piglin_brute.death" | "entity.piglin_brute.hurt" | "entity.piglin_brute.step" | "entity.pillager.ambient" | "entity.pillager.celebrate" | "entity.pillager.death" | "entity.pillager.hurt" | "entity.player.attack.crit" | "entity.player.attack.knockback" | "entity.player.attack.nodamage" | "entity.player.attack.strong" | "entity.player.attack.sweep" | "entity.player.attack.weak" | "entity.player.big_fall" | "entity.player.breath" | "entity.player.burp" | "entity.player.death" | "entity.player.hurt" | "entity.player.hurt_drown" | "entity.player.hurt_freeze" | "entity.player.hurt_on_fire" | "entity.player.hurt_sweet_berry_bush" | "entity.player.levelup" | "entity.player.small_fall" | "entity.player.splash" | "entity.player.splash.high_speed" | "entity.player.swim" | "entity.player.teleport" | "entity.polar_bear.ambient" | "entity.polar_bear.ambient_baby" | "entity.polar_bear.death" | "entity.polar_bear.hurt" | "entity.polar_bear.step" | "entity.polar_bear.warning" | "entity.puffer_fish.blow_out" | "entity.puffer_fish.blow_up" | "entity.puffer_fish.death" | "entity.puffer_fish.flop" | "entity.puffer_fish.hurt" | "entity.puffer_fish.sting" | "entity.rabbit.ambient" | "entity.rabbit.attack" | "entity.rabbit.death" | "entity.rabbit.hurt" | "entity.rabbit.jump" | "entity.ravager.ambient" | "entity.ravager.attack" | "entity.ravager.celebrate" | "entity.ravager.death" | "entity.ravager.hurt" | "entity.ravager.roar" | "entity.ravager.step" | "entity.ravager.stunned" | "entity.salmon.ambient" | "entity.salmon.death" | "entity.salmon.flop" | "entity.salmon.hurt" | "entity.sheep.ambient" | "entity.sheep.death" | "entity.sheep.hurt" | "entity.sheep.shear" | "entity.sheep.step" | "entity.shulker.ambient" | "entity.shulker.close" | "entity.shulker.death" | "entity.shulker.hurt" | "entity.shulker.hurt_closed" | "entity.shulker.open" | "entity.shulker.shoot" | "entity.shulker.teleport" | "entity.shulker_bullet.hit" | "entity.shulker_bullet.hurt" | "entity.silverfish.ambient" | "entity.silverfish.death" | "entity.silverfish.hurt" | "entity.silverfish.step" | "entity.skeleton.ambient" | "entity.skeleton.converted_to_stray" | "entity.skeleton.death" | "entity.skeleton.hurt" | "entity.skeleton.shoot" | "entity.skeleton.step" | "entity.skeleton_horse.ambient" | "entity.skeleton_horse.ambient_water" | "entity.skeleton_horse.death" | "entity.skeleton_horse.gallop_water" | "entity.skeleton_horse.hurt" | "entity.skeleton_horse.jump_water" | "entity.skeleton_horse.step_water" | "entity.skeleton_horse.swim" | "entity.slime.attack" | "entity.slime.death" | "entity.slime.death_small" | "entity.slime.hurt" | "entity.slime.hurt_small" | "entity.slime.jump" | "entity.slime.jump_small" | "entity.slime.squish" | "entity.slime.squish_small" | "entity.small_sulfur_cube.death" | "entity.small_sulfur_cube.eat" | "entity.small_sulfur_cube.hurt" | "entity.small_sulfur_cube.jump" | "entity.small_sulfur_cube.squish" | "entity.sniffer.death" | "entity.sniffer.digging" | "entity.sniffer.digging_stop" | "entity.sniffer.drop_seed" | "entity.sniffer.eat" | "entity.sniffer.happy" | "entity.sniffer.hurt" | "entity.sniffer.idle" | "entity.sniffer.scenting" | "entity.sniffer.searching" | "entity.sniffer.sniffing" | "entity.sniffer.step" | "entity.snow_golem.ambient" | "entity.snow_golem.death" | "entity.snow_golem.hurt" | "entity.snow_golem.shear" | "entity.snow_golem.shoot" | "entity.snowball.throw" | "entity.spider.ambient" | "entity.spider.death" | "entity.spider.hurt" | "entity.spider.step" | "entity.splash_potion.break" | "entity.splash_potion.throw" | "entity.squid.ambient" | "entity.squid.death" | "entity.squid.hurt" | "entity.squid.squirt" | "entity.stray.ambient" | "entity.stray.death" | "entity.stray.hurt" | "entity.stray.step" | "entity.strider.ambient" | "entity.strider.death" | "entity.strider.eat" | "entity.strider.happy" | "entity.strider.hurt" | "entity.strider.retreat" | "entity.strider.saddle" | "entity.strider.step" | "entity.strider.step_lava" | "entity.sulfur_cube.absorb" | "entity.sulfur_cube.bounce" | "entity.sulfur_cube.bouncy.hit" | "entity.sulfur_cube.bouncy.push" | "entity.sulfur_cube.death" | "entity.sulfur_cube.eject" | "entity.sulfur_cube.explosive.hit" | "entity.sulfur_cube.explosive.push" | "entity.sulfur_cube.fast_flat.hit" | "entity.sulfur_cube.fast_flat.push" | "entity.sulfur_cube.fast_sliding.hit" | "entity.sulfur_cube.fast_sliding.push" | "entity.sulfur_cube.high_resistance.hit" | "entity.sulfur_cube.high_resistance.push" | "entity.sulfur_cube.hot.hit" | "entity.sulfur_cube.hot.push" | "entity.sulfur_cube.hurt" | "entity.sulfur_cube.jump" | "entity.sulfur_cube.light.hit" | "entity.sulfur_cube.light.push" | "entity.sulfur_cube.regular.hit" | "entity.sulfur_cube.regular.push" | "entity.sulfur_cube.slow_bouncy.hit" | "entity.sulfur_cube.slow_bouncy.push" | "entity.sulfur_cube.slow_flat.hit" | "entity.sulfur_cube.slow_flat.push" | "entity.sulfur_cube.slow_sliding.hit" | "entity.sulfur_cube.slow_sliding.push" | "entity.sulfur_cube.squish" | "entity.sulfur_cube.sticky.hit" | "entity.sulfur_cube.sticky.push" | "entity.tadpole.death" | "entity.tadpole.flop" | "entity.tadpole.grow_up" | "entity.tadpole.hurt" | "entity.tnt.primed" | "entity.tropical_fish.ambient" | "entity.tropical_fish.death" | "entity.tropical_fish.flop" | "entity.tropical_fish.hurt" | "entity.turtle.ambient_land" | "entity.turtle.death" | "entity.turtle.death_baby" | "entity.turtle.egg_break" | "entity.turtle.egg_crack" | "entity.turtle.egg_hatch" | "entity.turtle.hurt" | "entity.turtle.hurt_baby" | "entity.turtle.lay_egg" | "entity.turtle.shamble" | "entity.turtle.shamble_baby" | "entity.turtle.swim" | "entity.vex.ambient" | "entity.vex.charge" | "entity.vex.death" | "entity.vex.hurt" | "entity.villager.ambient" | "entity.villager.celebrate" | "entity.villager.death" | "entity.villager.hurt" | "entity.villager.no" | "entity.villager.trade" | "entity.villager.work_armorer" | "entity.villager.work_butcher" | "entity.villager.work_cartographer" | "entity.villager.work_cleric" | "entity.villager.work_farmer" | "entity.villager.work_fisherman" | "entity.villager.work_fletcher" | "entity.villager.work_leatherworker" | "entity.villager.work_librarian" | "entity.villager.work_mason" | "entity.villager.work_shepherd" | "entity.villager.work_toolsmith" | "entity.villager.work_weaponsmith" | "entity.villager.yes" | "entity.vindicator.ambient" | "entity.vindicator.celebrate" | "entity.vindicator.death" | "entity.vindicator.hurt" | "entity.wandering_trader.ambient" | "entity.wandering_trader.death" | "entity.wandering_trader.disappeared" | "entity.wandering_trader.drink_milk" | "entity.wandering_trader.drink_potion" | "entity.wandering_trader.hurt" | "entity.wandering_trader.no" | "entity.wandering_trader.reappeared" | "entity.wandering_trader.trade" | "entity.wandering_trader.yes" | "entity.warden.agitated" | "entity.warden.ambient" | "entity.warden.angry" | "entity.warden.attack_impact" | "entity.warden.death" | "entity.warden.dig" | "entity.warden.emerge" | "entity.warden.heartbeat" | "entity.warden.hurt" | "entity.warden.listening" | "entity.warden.listening_angry" | "entity.warden.nearby_close" | "entity.warden.nearby_closer" | "entity.warden.nearby_closest" | "entity.warden.roar" | "entity.warden.sniff" | "entity.warden.sonic_boom" | "entity.warden.sonic_charge" | "entity.warden.step" | "entity.warden.tendril_clicks" | "entity.wind_charge.throw" | "entity.wind_charge.wind_burst" | "entity.witch.ambient" | "entity.witch.celebrate" | "entity.witch.death" | "entity.witch.drink" | "entity.witch.hurt" | "entity.witch.throw" | "entity.wither.ambient" | "entity.wither.break_block" | "entity.wither.death" | "entity.wither.hurt" | "entity.wither.shoot" | "entity.wither.spawn" | "entity.wither_skeleton.ambient" | "entity.wither_skeleton.death" | "entity.wither_skeleton.hurt" | "entity.wither_skeleton.step" | "entity.wolf.ambient" | "entity.wolf.death" | "entity.wolf.growl" | "entity.wolf.hurt" | "entity.wolf.pant" | "entity.wolf.shake" | "entity.wolf.step" | "entity.wolf.whine" | "entity.wolf_angry.ambient" | "entity.wolf_angry.death" | "entity.wolf_angry.growl" | "entity.wolf_angry.hurt" | "entity.wolf_angry.pant" | "entity.wolf_angry.whine" | "entity.wolf_big.ambient" | "entity.wolf_big.death" | "entity.wolf_big.growl" | "entity.wolf_big.hurt" | "entity.wolf_big.pant" | "entity.wolf_big.whine" | "entity.wolf_cute.ambient" | "entity.wolf_cute.death" | "entity.wolf_cute.growl" | "entity.wolf_cute.hurt" | "entity.wolf_cute.pant" | "entity.wolf_cute.whine" | "entity.wolf_grumpy.ambient" | "entity.wolf_grumpy.death" | "entity.wolf_grumpy.growl" | "entity.wolf_grumpy.hurt" | "entity.wolf_grumpy.pant" | "entity.wolf_grumpy.whine" | "entity.wolf_puglin.ambient" | "entity.wolf_puglin.death" | "entity.wolf_puglin.growl" | "entity.wolf_puglin.hurt" | "entity.wolf_puglin.pant" | "entity.wolf_puglin.whine" | "entity.wolf_sad.ambient" | "entity.wolf_sad.death" | "entity.wolf_sad.growl" | "entity.wolf_sad.hurt" | "entity.wolf_sad.pant" | "entity.wolf_sad.whine" | "entity.zoglin.ambient" | "entity.zoglin.angry" | "entity.zoglin.attack" | "entity.zoglin.death" | "entity.zoglin.hurt" | "entity.zoglin.step" | "entity.zombie.ambient" | "entity.zombie.attack_iron_door" | "entity.zombie.attack_wooden_door" | "entity.zombie.break_wooden_door" | "entity.zombie.converted_to_drowned" | "entity.zombie.death" | "entity.zombie.destroy_egg" | "entity.zombie.hurt" | "entity.zombie.infect" | "entity.zombie.step" | "entity.zombie_horse.ambient" | "entity.zombie_horse.angry" | "entity.zombie_horse.death" | "entity.zombie_horse.eat" | "entity.zombie_horse.hurt" | "entity.zombie_nautilus.ambient" | "entity.zombie_nautilus.ambient_land" | "entity.zombie_nautilus.dash" | "entity.zombie_nautilus.dash_land" | "entity.zombie_nautilus.dash_ready" | "entity.zombie_nautilus.dash_ready_land" | "entity.zombie_nautilus.death" | "entity.zombie_nautilus.death_land" | "entity.zombie_nautilus.eat" | "entity.zombie_nautilus.hurt" | "entity.zombie_nautilus.hurt_land" | "entity.zombie_nautilus.swim" | "entity.zombie_villager.ambient" | "entity.zombie_villager.converted" | "entity.zombie_villager.cure" | "entity.zombie_villager.death" | "entity.zombie_villager.hurt" | "entity.zombie_villager.step" | "entity.zombified_piglin.ambient" | "entity.zombified_piglin.angry" | "entity.zombified_piglin.death" | "entity.zombified_piglin.hurt" | "event.mob_effect.bad_omen" | "event.mob_effect.raid_omen" | "event.mob_effect.trial_omen" | "event.raid.horn" | "intentionally_empty" | "item.armor.equip_chain" | "item.armor.equip_copper" | "item.armor.equip_diamond" | "item.armor.equip_elytra" | "item.armor.equip_generic" | "item.armor.equip_gold" | "item.armor.equip_iron" | "item.armor.equip_leather" | "item.armor.equip_nautilus" | "item.armor.equip_netherite" | "item.armor.equip_turtle" | "item.armor.equip_wolf" | "item.armor.unequip_nautilus" | "item.armor.unequip_wolf" | "item.axe.scrape" | "item.axe.strip" | "item.axe.wax_off" | "item.bone_meal.use" | "item.book.page_turn" | "item.book.put" | "item.bottle.empty" | "item.bottle.fill" | "item.bottle.fill_dragonbreath" | "item.brush.brushing.generic" | "item.brush.brushing.gravel" | "item.brush.brushing.gravel.complete" | "item.brush.brushing.sand" | "item.brush.brushing.sand.complete" | "item.bucket.empty" | "item.bucket.empty_axolotl" | "item.bucket.empty_fish" | "item.bucket.empty_lava" | "item.bucket.empty_powder_snow" | "item.bucket.empty_sulfur_cube" | "item.bucket.empty_tadpole" | "item.bucket.fill" | "item.bucket.fill_axolotl" | "item.bucket.fill_fish" | "item.bucket.fill_lava" | "item.bucket.fill_powder_snow" | "item.bucket.fill_sulfur_cube" | "item.bucket.fill_tadpole" | "item.bundle.drop_contents" | "item.bundle.insert" | "item.bundle.insert_fail" | "item.bundle.remove_one" | "item.chorus_fruit.teleport" | "item.crop.plant" | "item.crossbow.hit" | "item.crossbow.loading_end" | "item.crossbow.loading_middle" | "item.crossbow.loading_start" | "item.crossbow.quick_charge_1" | "item.crossbow.quick_charge_2" | "item.crossbow.quick_charge_3" | "item.crossbow.shoot" | "item.dye.use" | "item.elytra.flying" | "item.firecharge.use" | "item.flintandsteel.use" | "item.glow_ink_sac.use" | "item.goat_horn.sound.0" | "item.goat_horn.sound.1" | "item.goat_horn.sound.2" | "item.goat_horn.sound.3" | "item.goat_horn.sound.4" | "item.goat_horn.sound.5" | "item.goat_horn.sound.6" | "item.goat_horn.sound.7" | "item.golden_dandelion.unuse" | "item.golden_dandelion.use" | "item.hoe.till" | "item.honey_bottle.drink" | "item.honeycomb.wax_on" | "item.horse_armor.unequip" | "item.ink_sac.use" | "item.lead.break" | "item.lead.tied" | "item.lead.untied" | "item.llama_carpet.unequip" | "item.lodestone_compass.lock" | "item.mace.smash_air" | "item.mace.smash_ground" | "item.mace.smash_ground_heavy" | "item.nautilus_saddle_equip" | "item.nautilus_saddle_underwater_equip" | "item.nether_wart.plant" | "item.ominous_bottle.dispose" | "item.saddle.unequip" | "item.shears.snip" | "item.shield.block" | "item.shield.break" | "item.shovel.flatten" | "item.spear.attack" | "item.spear.hit" | "item.spear.lunge_1" | "item.spear.lunge_2" | "item.spear.lunge_3" | "item.spear.use" | "item.spear_wood.attack" | "item.spear_wood.hit" | "item.spear_wood.use" | "item.spyglass.stop_using" | "item.spyglass.use" | "item.totem.use" | "item.trident.hit" | "item.trident.hit_ground" | "item.trident.return" | "item.trident.riptide_1" | "item.trident.riptide_2" | "item.trident.riptide_3" | "item.trident.throw" | "item.trident.thunder" | "item.wolf_armor.break" | "item.wolf_armor.crack" | "item.wolf_armor.damage" | "item.wolf_armor.repair" | "music.creative" | "music.credits" | "music.dragon" | "music.end" | "music.game" | "music.menu" | "music.nether.basalt_deltas" | "music.nether.crimson_forest" | "music.nether.nether_wastes" | "music.nether.soul_sand_valley" | "music.nether.warped_forest" | "music.overworld.badlands" | "music.overworld.bamboo_jungle" | "music.overworld.cherry_grove" | "music.overworld.deep_dark" | "music.overworld.desert" | "music.overworld.dripstone_caves" | "music.overworld.flower_forest" | "music.overworld.forest" | "music.overworld.frozen_peaks" | "music.overworld.grove" | "music.overworld.jagged_peaks" | "music.overworld.jungle" | "music.overworld.lush_caves" | "music.overworld.meadow" | "music.overworld.old_growth_taiga" | "music.overworld.snowy_slopes" | "music.overworld.sparse_jungle" | "music.overworld.stony_peaks" | "music.overworld.sulfur_caves" | "music.overworld.swamp" | "music.under_water" | "music_disc.11" | "music_disc.13" | "music_disc.5" | "music_disc.blocks" | "music_disc.bounce" | "music_disc.cat" | "music_disc.chirp" | "music_disc.creator" | "music_disc.creator_music_box" | "music_disc.far" | "music_disc.lava_chicken" | "music_disc.mall" | "music_disc.mellohi" | "music_disc.otherside" | "music_disc.pigstep" | "music_disc.precipice" | "music_disc.relic" | "music_disc.stal" | "music_disc.strad" | "music_disc.tears" | "music_disc.wait" | "music_disc.ward" | "particle.soul_escape" | "ui.button.click" | "ui.cartography_table.take_result" | "ui.hud.bubble_pop" | "ui.loom.select_pattern" | "ui.loom.take_result" | "ui.stonecutter.select_recipe" | "ui.stonecutter.take_result" | "ui.toast.challenge_complete" | "ui.toast.in" | "ui.toast.out" | "weather.end_flash" | "weather.rain" | "weather.rain.above">;