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
@@ -72,10 +72,14 @@ type BlockDispatcherMap = {
72
72
  'minecraft:campfire': BlockCampfire;
73
73
  'chain_command_block': BlockChainCommandBlock;
74
74
  'minecraft:chain_command_block': BlockChainCommandBlock;
75
+ 'cherry_hanging_sign': BlockCherryHangingSign;
76
+ 'minecraft:cherry_hanging_sign': BlockCherryHangingSign;
75
77
  'cherry_shelf': BlockCherryShelf;
76
78
  'minecraft:cherry_shelf': BlockCherryShelf;
77
79
  'cherry_sign': BlockCherrySign;
78
80
  'minecraft:cherry_sign': BlockCherrySign;
81
+ 'cherry_wall_hanging_sign': BlockCherryWallHangingSign;
82
+ 'minecraft:cherry_wall_hanging_sign': BlockCherryWallHangingSign;
79
83
  'cherry_wall_sign': BlockCherryWallSign;
80
84
  'minecraft:cherry_wall_sign': BlockCherryWallSign;
81
85
  'chest': BlockChest;
@@ -236,8 +240,16 @@ type BlockDispatcherMap = {
236
240
  'minecraft:oxidized_copper_chest': BlockOxidizedCopperChest;
237
241
  'oxidized_copper_golem_statue': BlockOxidizedCopperGolemStatue;
238
242
  'minecraft:oxidized_copper_golem_statue': BlockOxidizedCopperGolemStatue;
243
+ 'pale_oak_hanging_sign': BlockPaleOakHangingSign;
244
+ 'minecraft:pale_oak_hanging_sign': BlockPaleOakHangingSign;
239
245
  'pale_oak_shelf': BlockPaleOakShelf;
240
246
  'minecraft:pale_oak_shelf': BlockPaleOakShelf;
247
+ 'pale_oak_sign': BlockPaleOakSign;
248
+ 'minecraft:pale_oak_sign': BlockPaleOakSign;
249
+ 'pale_oak_wall_hanging_sign': BlockPaleOakWallHangingSign;
250
+ 'minecraft:pale_oak_wall_hanging_sign': BlockPaleOakWallHangingSign;
251
+ 'pale_oak_wall_sign': BlockPaleOakWallSign;
252
+ 'minecraft:pale_oak_wall_sign': BlockPaleOakWallSign;
241
253
  'pink_banner': BlockPinkBanner;
242
254
  'minecraft:pink_banner': BlockPinkBanner;
243
255
  'pink_shulker_box': BlockPinkShulkerBox;
@@ -248,6 +260,18 @@ type BlockDispatcherMap = {
248
260
  'minecraft:player_head': BlockPlayerHead;
249
261
  'player_wall_head': BlockPlayerWallHead;
250
262
  'minecraft:player_wall_head': BlockPlayerWallHead;
263
+ 'poplar_hanging_sign': BlockPoplarHangingSign;
264
+ 'minecraft:poplar_hanging_sign': BlockPoplarHangingSign;
265
+ 'poplar_shelf': BlockPoplarShelf;
266
+ 'minecraft:poplar_shelf': BlockPoplarShelf;
267
+ 'poplar_sign': BlockPoplarSign;
268
+ 'minecraft:poplar_sign': BlockPoplarSign;
269
+ 'poplar_wall_hanging_sign': BlockPoplarWallHangingSign;
270
+ 'minecraft:poplar_wall_hanging_sign': BlockPoplarWallHangingSign;
271
+ 'poplar_wall_sign': BlockPoplarWallSign;
272
+ 'minecraft:poplar_wall_sign': BlockPoplarWallSign;
273
+ 'potent_sulfur': BlockPotentSulfur;
274
+ 'minecraft:potent_sulfur': BlockPotentSulfur;
251
275
  'purple_banner': BlockPurpleBanner;
252
276
  'minecraft:purple_banner': BlockPurpleBanner;
253
277
  'purple_shulker_box': BlockPurpleShulkerBox;
@@ -358,16 +382,16 @@ type BlockDispatcherMap = {
358
382
  'minecraft:zombie_wall_head': BlockZombieWallHead;
359
383
  };
360
384
  type BlockKeys = keyof BlockDispatcherMap;
361
- type BlockFallback = (BlockAcaciaHangingSign | BlockAcaciaShelf | BlockAcaciaSign | BlockAcaciaWallHangingSign | BlockAcaciaWallSign | BlockBambooHangingSign | BlockBambooShelf | BlockBambooSign | BlockBambooWallHangingSign | BlockBambooWallSign | BlockBarrel | BlockBeacon | BlockBed | BlockBeeNest | BlockBeehive | BlockBell | BlockBirchHangingSign | BlockBirchShelf | BlockBirchSign | BlockBirchWallHangingSign | BlockBirchWallSign | BlockBlackBanner | BlockBlackShulkerBox | BlockBlackWallBanner | BlockBlastFurnace | BlockBlueBanner | BlockBlueShulkerBox | BlockBlueWallBanner | BlockBrewingStand | BlockBrownBanner | BlockBrownShulkerBox | BlockBrownWallBanner | BlockCalibratedSculkSensor | BlockCampfire | BlockChainCommandBlock | BlockCherryShelf | BlockCherrySign | BlockCherryWallSign | BlockChest | BlockChiseledBookshelf | BlockCommandBlock | BlockComparator | BlockConduit | BlockCopperChest | BlockCopperGolemStatue | BlockCrafter | BlockCreeperHead | BlockCreeperWallHead | BlockCrimsonHangingSign | BlockCrimsonShelf | BlockCrimsonSign | BlockCrimsonWallHangingSign | BlockCrimsonWallSign | BlockCyanBanner | BlockCyanShulkerBox | BlockCyanWallBanner | BlockDarkOakHangingSign | BlockDarkOakShelf | BlockDarkOakSign | BlockDarkOakWallHangingSign | BlockDarkOakWallSign | BlockDaylightDetector | BlockDecoratedPot | BlockDispenser | BlockDragonHead | BlockDragonWallHead | BlockDropper | BlockEnchantingTable | BlockEndGateway | BlockEndPortal | BlockEnderChest | BlockExposedCopperChest | BlockExposedCopperGolemStatue | BlockFurnace | BlockGrayBanner | BlockGrayShulkerBox | BlockGrayWallBanner | BlockGreenBanner | BlockGreenShulkerBox | BlockGreenWallBanner | BlockHopper | BlockJigsaw | BlockJukebox | BlockJungleHangingSign | BlockJungleShelf | BlockJungleSign | BlockJungleWallHangingSign | BlockJungleWallSign | BlockLectern | BlockLightBlueBanner | BlockLightBlueShulkerBox | BlockLightBlueWallBanner | BlockLightGrayBanner | BlockLightGrayShulkerBox | BlockLightGrayWallBanner | BlockLimeBanner | BlockLimeShulkerBox | BlockLimeWallBanner | BlockMagentaBanner | BlockMagentaShulkerBox | BlockMagentaWallBanner | BlockMangroveHangingSign | BlockMangroveShelf | BlockMangroveSign | BlockMangroveWallHangingSign | BlockMangroveWallSign | BlockMovingPiston | BlockOakHangingSign | BlockOakShelf | BlockOakSign | BlockOakWallHangingSign | BlockOakWallSign | BlockOrangeBanner | BlockOrangeShulkerBox | BlockOrangeWallBanner | BlockOxidizedCopperChest | BlockOxidizedCopperGolemStatue | BlockPaleOakShelf | BlockPinkBanner | BlockPinkShulkerBox | BlockPinkWallBanner | BlockPlayerHead | BlockPlayerWallHead | BlockPurpleBanner | BlockPurpleShulkerBox | BlockPurpleWallBanner | BlockRedBanner | BlockRedShulkerBox | BlockRedWallBanner | BlockRepeatingCommandBlock | BlockSculkCatalyst | BlockSculkSensor | BlockSculkShrieker | BlockShulkerBox | BlockSkeletonSkull | BlockSkeletonWallSkull | BlockSmoker | BlockSoulCampfire | BlockSpawner | BlockSpruceHangingSign | BlockSpruceShelf | BlockSpruceSign | BlockSpruceWallHangingSign | BlockSpruceWallSign | BlockStructureBlock | BlockSuspiciousGravel | BlockSuspiciousSand | BlockTestBlock | BlockTestInstanceBlock | BlockTrappedChest | BlockTrialSpawner | BlockVault | BlockWarpedHangingSign | BlockWarpedShelf | BlockWarpedSign | BlockWarpedWallHangingSign | BlockWarpedWallSign | BlockWaxedCopperChest | BlockWaxedCopperGolemStatue | BlockWaxedExposedCopperChest | BlockWaxedExposedCopperGolemStatue | BlockWaxedOxidizedCopperChest | BlockWaxedOxidizedCopperGolemStatue | BlockWaxedWeatheredCopperChest | BlockWaxedWeatheredCopperGolemStatue | BlockWeatheredCopperChest | BlockWeatheredCopperGolemStatue | BlockWhiteBanner | BlockWhiteShulkerBox | BlockWhiteWallBanner | BlockWitherSkeletonSkull | BlockWitherSkeletonWallSkull | BlockYellowBanner | BlockYellowShulkerBox | BlockYellowWallBanner | BlockZombieHead | BlockZombieWallHead);
362
- type BlockAcaciaHangingSign = SymbolBlockEntity['sign'];
385
+ type BlockFallback = (BlockAcaciaHangingSign | BlockAcaciaShelf | BlockAcaciaSign | BlockAcaciaWallHangingSign | BlockAcaciaWallSign | BlockBambooHangingSign | BlockBambooShelf | BlockBambooSign | BlockBambooWallHangingSign | BlockBambooWallSign | BlockBarrel | BlockBeacon | BlockBed | BlockBeeNest | BlockBeehive | BlockBell | BlockBirchHangingSign | BlockBirchShelf | BlockBirchSign | BlockBirchWallHangingSign | BlockBirchWallSign | BlockBlackBanner | BlockBlackShulkerBox | BlockBlackWallBanner | BlockBlastFurnace | BlockBlueBanner | BlockBlueShulkerBox | BlockBlueWallBanner | BlockBrewingStand | BlockBrownBanner | BlockBrownShulkerBox | BlockBrownWallBanner | BlockCalibratedSculkSensor | BlockCampfire | BlockChainCommandBlock | BlockCherryHangingSign | BlockCherryShelf | BlockCherrySign | BlockCherryWallHangingSign | BlockCherryWallSign | BlockChest | BlockChiseledBookshelf | BlockCommandBlock | BlockComparator | BlockConduit | BlockCopperChest | BlockCopperGolemStatue | BlockCrafter | BlockCreeperHead | BlockCreeperWallHead | BlockCrimsonHangingSign | BlockCrimsonShelf | BlockCrimsonSign | BlockCrimsonWallHangingSign | BlockCrimsonWallSign | BlockCyanBanner | BlockCyanShulkerBox | BlockCyanWallBanner | BlockDarkOakHangingSign | BlockDarkOakShelf | BlockDarkOakSign | BlockDarkOakWallHangingSign | BlockDarkOakWallSign | BlockDaylightDetector | BlockDecoratedPot | BlockDispenser | BlockDragonHead | BlockDragonWallHead | BlockDropper | BlockEnchantingTable | BlockEndGateway | BlockEndPortal | BlockEnderChest | BlockExposedCopperChest | BlockExposedCopperGolemStatue | BlockFurnace | BlockGrayBanner | BlockGrayShulkerBox | BlockGrayWallBanner | BlockGreenBanner | BlockGreenShulkerBox | BlockGreenWallBanner | BlockHopper | BlockJigsaw | BlockJukebox | BlockJungleHangingSign | BlockJungleShelf | BlockJungleSign | BlockJungleWallHangingSign | BlockJungleWallSign | BlockLectern | BlockLightBlueBanner | BlockLightBlueShulkerBox | BlockLightBlueWallBanner | BlockLightGrayBanner | BlockLightGrayShulkerBox | BlockLightGrayWallBanner | BlockLimeBanner | BlockLimeShulkerBox | BlockLimeWallBanner | BlockMagentaBanner | BlockMagentaShulkerBox | BlockMagentaWallBanner | BlockMangroveHangingSign | BlockMangroveShelf | BlockMangroveSign | BlockMangroveWallHangingSign | BlockMangroveWallSign | BlockMovingPiston | BlockOakHangingSign | BlockOakShelf | BlockOakSign | BlockOakWallHangingSign | BlockOakWallSign | BlockOrangeBanner | BlockOrangeShulkerBox | BlockOrangeWallBanner | BlockOxidizedCopperChest | BlockOxidizedCopperGolemStatue | BlockPaleOakHangingSign | BlockPaleOakShelf | BlockPaleOakSign | BlockPaleOakWallHangingSign | BlockPaleOakWallSign | BlockPinkBanner | BlockPinkShulkerBox | BlockPinkWallBanner | BlockPlayerHead | BlockPlayerWallHead | BlockPoplarHangingSign | BlockPoplarShelf | BlockPoplarSign | BlockPoplarWallHangingSign | BlockPoplarWallSign | BlockPotentSulfur | BlockPurpleBanner | BlockPurpleShulkerBox | BlockPurpleWallBanner | BlockRedBanner | BlockRedShulkerBox | BlockRedWallBanner | BlockRepeatingCommandBlock | BlockSculkCatalyst | BlockSculkSensor | BlockSculkShrieker | BlockShulkerBox | BlockSkeletonSkull | BlockSkeletonWallSkull | BlockSmoker | BlockSoulCampfire | BlockSpawner | BlockSpruceHangingSign | BlockSpruceShelf | BlockSpruceSign | BlockSpruceWallHangingSign | BlockSpruceWallSign | BlockStructureBlock | BlockSuspiciousGravel | BlockSuspiciousSand | BlockTestBlock | BlockTestInstanceBlock | BlockTrappedChest | BlockTrialSpawner | BlockVault | BlockWarpedHangingSign | BlockWarpedShelf | BlockWarpedSign | BlockWarpedWallHangingSign | BlockWarpedWallSign | BlockWaxedCopperChest | BlockWaxedCopperGolemStatue | BlockWaxedExposedCopperChest | BlockWaxedExposedCopperGolemStatue | BlockWaxedOxidizedCopperChest | BlockWaxedOxidizedCopperGolemStatue | BlockWaxedWeatheredCopperChest | BlockWaxedWeatheredCopperGolemStatue | BlockWeatheredCopperChest | BlockWeatheredCopperGolemStatue | BlockWhiteBanner | BlockWhiteShulkerBox | BlockWhiteWallBanner | BlockWitherSkeletonSkull | BlockWitherSkeletonWallSkull | BlockYellowBanner | BlockYellowShulkerBox | BlockYellowWallBanner | BlockZombieHead | BlockZombieWallHead);
386
+ type BlockAcaciaHangingSign = SymbolBlockEntity['hanging_sign'];
363
387
  type BlockAcaciaShelf = SymbolBlockEntity['shelf'];
364
388
  type BlockAcaciaSign = SymbolBlockEntity['sign'];
365
- type BlockAcaciaWallHangingSign = SymbolBlockEntity['sign'];
389
+ type BlockAcaciaWallHangingSign = SymbolBlockEntity['hanging_sign'];
366
390
  type BlockAcaciaWallSign = SymbolBlockEntity['sign'];
367
- type BlockBambooHangingSign = SymbolBlockEntity['sign'];
391
+ type BlockBambooHangingSign = SymbolBlockEntity['hanging_sign'];
368
392
  type BlockBambooShelf = SymbolBlockEntity['shelf'];
369
393
  type BlockBambooSign = SymbolBlockEntity['sign'];
370
- type BlockBambooWallHangingSign = SymbolBlockEntity['sign'];
394
+ type BlockBambooWallHangingSign = SymbolBlockEntity['hanging_sign'];
371
395
  type BlockBambooWallSign = SymbolBlockEntity['sign'];
372
396
  type BlockBarrel = SymbolBlockEntity['barrel'];
373
397
  type BlockBeacon = SymbolBlockEntity['beacon'];
@@ -375,10 +399,10 @@ type BlockBed = BlockEntity;
375
399
  type BlockBeeNest = SymbolBlockEntity['beehive'];
376
400
  type BlockBeehive = SymbolBlockEntity['beehive'];
377
401
  type BlockBell = BlockEntity;
378
- type BlockBirchHangingSign = SymbolBlockEntity['sign'];
402
+ type BlockBirchHangingSign = SymbolBlockEntity['hanging_sign'];
379
403
  type BlockBirchShelf = SymbolBlockEntity['shelf'];
380
404
  type BlockBirchSign = SymbolBlockEntity['sign'];
381
- type BlockBirchWallHangingSign = SymbolBlockEntity['sign'];
405
+ type BlockBirchWallHangingSign = SymbolBlockEntity['hanging_sign'];
382
406
  type BlockBirchWallSign = SymbolBlockEntity['sign'];
383
407
  type BlockBlackBanner = SymbolBlockEntity['banner'];
384
408
  type BlockBlackShulkerBox = SymbolBlockEntity['shulker_box'];
@@ -394,8 +418,10 @@ type BlockBrownWallBanner = SymbolBlockEntity['banner'];
394
418
  type BlockCalibratedSculkSensor = SymbolBlockEntity['sculk_sensor'];
395
419
  type BlockCampfire = SymbolBlockEntity['campfire'];
396
420
  type BlockChainCommandBlock = SymbolBlockEntity['command_block'];
421
+ type BlockCherryHangingSign = SymbolBlockEntity['hanging_sign'];
397
422
  type BlockCherryShelf = SymbolBlockEntity['shelf'];
398
423
  type BlockCherrySign = SymbolBlockEntity['sign'];
424
+ type BlockCherryWallHangingSign = SymbolBlockEntity['hanging_sign'];
399
425
  type BlockCherryWallSign = SymbolBlockEntity['sign'];
400
426
  type BlockChest = SymbolBlockEntity['chest'];
401
427
  type BlockChiseledBookshelf = SymbolBlockEntity['chiseled_bookshelf'];
@@ -407,18 +433,18 @@ type BlockCopperGolemStatue = BlockEntity;
407
433
  type BlockCrafter = SymbolBlockEntity['crafter'];
408
434
  type BlockCreeperHead = Skull;
409
435
  type BlockCreeperWallHead = Skull;
410
- type BlockCrimsonHangingSign = SymbolBlockEntity['sign'];
436
+ type BlockCrimsonHangingSign = SymbolBlockEntity['hanging_sign'];
411
437
  type BlockCrimsonShelf = SymbolBlockEntity['shelf'];
412
438
  type BlockCrimsonSign = SymbolBlockEntity['sign'];
413
- type BlockCrimsonWallHangingSign = SymbolBlockEntity['sign'];
439
+ type BlockCrimsonWallHangingSign = SymbolBlockEntity['hanging_sign'];
414
440
  type BlockCrimsonWallSign = SymbolBlockEntity['sign'];
415
441
  type BlockCyanBanner = SymbolBlockEntity['banner'];
416
442
  type BlockCyanShulkerBox = SymbolBlockEntity['shulker_box'];
417
443
  type BlockCyanWallBanner = SymbolBlockEntity['banner'];
418
- type BlockDarkOakHangingSign = SymbolBlockEntity['sign'];
444
+ type BlockDarkOakHangingSign = SymbolBlockEntity['hanging_sign'];
419
445
  type BlockDarkOakShelf = SymbolBlockEntity['shelf'];
420
446
  type BlockDarkOakSign = SymbolBlockEntity['sign'];
421
- type BlockDarkOakWallHangingSign = SymbolBlockEntity['sign'];
447
+ type BlockDarkOakWallHangingSign = SymbolBlockEntity['hanging_sign'];
422
448
  type BlockDarkOakWallSign = SymbolBlockEntity['sign'];
423
449
  type BlockDaylightDetector = BlockEntity;
424
450
  type BlockDecoratedPot = SymbolBlockEntity['decorated_pot'];
@@ -442,10 +468,10 @@ type BlockGreenWallBanner = SymbolBlockEntity['banner'];
442
468
  type BlockHopper = SymbolBlockEntity['hopper'];
443
469
  type BlockJigsaw = SymbolBlockEntity['jigsaw'];
444
470
  type BlockJukebox = SymbolBlockEntity['jukebox'];
445
- type BlockJungleHangingSign = SymbolBlockEntity['sign'];
471
+ type BlockJungleHangingSign = SymbolBlockEntity['hanging_sign'];
446
472
  type BlockJungleShelf = SymbolBlockEntity['shelf'];
447
473
  type BlockJungleSign = SymbolBlockEntity['sign'];
448
- type BlockJungleWallHangingSign = SymbolBlockEntity['sign'];
474
+ type BlockJungleWallHangingSign = SymbolBlockEntity['hanging_sign'];
449
475
  type BlockJungleWallSign = SymbolBlockEntity['sign'];
450
476
  type BlockLectern = SymbolBlockEntity['lectern'];
451
477
  type BlockLightBlueBanner = SymbolBlockEntity['banner'];
@@ -460,28 +486,38 @@ type BlockLimeWallBanner = SymbolBlockEntity['banner'];
460
486
  type BlockMagentaBanner = SymbolBlockEntity['banner'];
461
487
  type BlockMagentaShulkerBox = SymbolBlockEntity['shulker_box'];
462
488
  type BlockMagentaWallBanner = SymbolBlockEntity['banner'];
463
- type BlockMangroveHangingSign = SymbolBlockEntity['sign'];
489
+ type BlockMangroveHangingSign = SymbolBlockEntity['hanging_sign'];
464
490
  type BlockMangroveShelf = SymbolBlockEntity['shelf'];
465
491
  type BlockMangroveSign = SymbolBlockEntity['sign'];
466
- type BlockMangroveWallHangingSign = SymbolBlockEntity['sign'];
492
+ type BlockMangroveWallHangingSign = SymbolBlockEntity['hanging_sign'];
467
493
  type BlockMangroveWallSign = SymbolBlockEntity['sign'];
468
494
  type BlockMovingPiston = SymbolBlockEntity['moving_piston'];
469
- type BlockOakHangingSign = SymbolBlockEntity['sign'];
495
+ type BlockOakHangingSign = SymbolBlockEntity['hanging_sign'];
470
496
  type BlockOakShelf = SymbolBlockEntity['shelf'];
471
497
  type BlockOakSign = SymbolBlockEntity['sign'];
472
- type BlockOakWallHangingSign = SymbolBlockEntity['sign'];
498
+ type BlockOakWallHangingSign = SymbolBlockEntity['hanging_sign'];
473
499
  type BlockOakWallSign = SymbolBlockEntity['sign'];
474
500
  type BlockOrangeBanner = SymbolBlockEntity['banner'];
475
501
  type BlockOrangeShulkerBox = SymbolBlockEntity['shulker_box'];
476
502
  type BlockOrangeWallBanner = SymbolBlockEntity['banner'];
477
503
  type BlockOxidizedCopperChest = SymbolBlockEntity['chest'];
478
504
  type BlockOxidizedCopperGolemStatue = BlockEntity;
505
+ type BlockPaleOakHangingSign = SymbolBlockEntity['hanging_sign'];
479
506
  type BlockPaleOakShelf = SymbolBlockEntity['shelf'];
507
+ type BlockPaleOakSign = SymbolBlockEntity['sign'];
508
+ type BlockPaleOakWallHangingSign = SymbolBlockEntity['hanging_sign'];
509
+ type BlockPaleOakWallSign = SymbolBlockEntity['sign'];
480
510
  type BlockPinkBanner = SymbolBlockEntity['banner'];
481
511
  type BlockPinkShulkerBox = SymbolBlockEntity['shulker_box'];
482
512
  type BlockPinkWallBanner = SymbolBlockEntity['banner'];
483
513
  type BlockPlayerHead = SymbolBlockEntity['skull'];
484
514
  type BlockPlayerWallHead = SymbolBlockEntity['skull'];
515
+ type BlockPoplarHangingSign = SymbolBlockEntity['hanging_sign'];
516
+ type BlockPoplarShelf = SymbolBlockEntity['shelf'];
517
+ type BlockPoplarSign = SymbolBlockEntity['sign'];
518
+ type BlockPoplarWallHangingSign = SymbolBlockEntity['hanging_sign'];
519
+ type BlockPoplarWallSign = SymbolBlockEntity['sign'];
520
+ type BlockPotentSulfur = SymbolBlockEntity['potent_sulfur'];
485
521
  type BlockPurpleBanner = SymbolBlockEntity['banner'];
486
522
  type BlockPurpleShulkerBox = SymbolBlockEntity['shulker_box'];
487
523
  type BlockPurpleWallBanner = SymbolBlockEntity['banner'];
@@ -498,10 +534,10 @@ type BlockSkeletonWallSkull = Skull;
498
534
  type BlockSmoker = SymbolBlockEntity['furnace'];
499
535
  type BlockSoulCampfire = SymbolBlockEntity['campfire'];
500
536
  type BlockSpawner = SymbolBlockEntity['mob_spawner'];
501
- type BlockSpruceHangingSign = SymbolBlockEntity['sign'];
537
+ type BlockSpruceHangingSign = SymbolBlockEntity['hanging_sign'];
502
538
  type BlockSpruceShelf = SymbolBlockEntity['shelf'];
503
539
  type BlockSpruceSign = SymbolBlockEntity['sign'];
504
- type BlockSpruceWallHangingSign = SymbolBlockEntity['sign'];
540
+ type BlockSpruceWallHangingSign = SymbolBlockEntity['hanging_sign'];
505
541
  type BlockSpruceWallSign = SymbolBlockEntity['sign'];
506
542
  type BlockStructureBlock = SymbolBlockEntity['structure_block'];
507
543
  type BlockSuspiciousGravel = SymbolBlockEntity['brushable_block'];
@@ -511,10 +547,10 @@ type BlockTestInstanceBlock = SymbolBlockEntity['test_instance_block'];
511
547
  type BlockTrappedChest = SymbolBlockEntity['trapped_chest'];
512
548
  type BlockTrialSpawner = SymbolBlockEntity['trial_spawner'];
513
549
  type BlockVault = SymbolBlockEntity['vault'];
514
- type BlockWarpedHangingSign = SymbolBlockEntity['sign'];
550
+ type BlockWarpedHangingSign = SymbolBlockEntity['hanging_sign'];
515
551
  type BlockWarpedShelf = SymbolBlockEntity['shelf'];
516
552
  type BlockWarpedSign = SymbolBlockEntity['sign'];
517
- type BlockWarpedWallHangingSign = SymbolBlockEntity['sign'];
553
+ type BlockWarpedWallHangingSign = SymbolBlockEntity['hanging_sign'];
518
554
  type BlockWarpedWallSign = SymbolBlockEntity['sign'];
519
555
  type BlockWaxedCopperChest = SymbolBlockEntity['chest'];
520
556
  type BlockWaxedCopperGolemStatue = BlockEntity;
@@ -20,6 +20,7 @@ import type { Jigsaw } from "../world/block/jigsaw.js";
20
20
  import type { Jukebox } from "../world/block/jukebox.js";
21
21
  import type { Lectern } from "../world/block/lectern.js";
22
22
  import type { MovingPiston } from "../world/block/moving_piston.js";
23
+ import type { PotentSulfur } from "../world/block/potent_sulfur.js";
23
24
  import type { SculkCatalyst } from "../world/block/sculk_catalyst.js";
24
25
  import type { SculkSensor } from "../world/block/sculk_sensor.js";
25
26
  import type { SculkShrieker } from "../world/block/sculk_shrieker.js";
@@ -88,6 +89,8 @@ type BlockEntityDispatcherMap = {
88
89
  'minecraft:mob_spawner': BlockEntityMobSpawner;
89
90
  'moving_piston': BlockEntityMovingPiston;
90
91
  'minecraft:moving_piston': BlockEntityMovingPiston;
92
+ 'potent_sulfur': BlockEntityPotentSulfur;
93
+ 'minecraft:potent_sulfur': BlockEntityPotentSulfur;
91
94
  'sculk_catalyst': BlockEntitySculkCatalyst;
92
95
  'minecraft:sculk_catalyst': BlockEntitySculkCatalyst;
93
96
  'sculk_sensor': BlockEntitySculkSensor;
@@ -118,7 +121,7 @@ type BlockEntityDispatcherMap = {
118
121
  'minecraft:vault': BlockEntityVault;
119
122
  };
120
123
  type BlockEntityKeys = keyof BlockEntityDispatcherMap;
121
- type BlockEntityFallback = (BlockEntityBanner | BlockEntityBarrel | BlockEntityBeacon | BlockEntityBeehive | BlockEntityBlastFurnace | BlockEntityBrewingStand | BlockEntityBrushableBlock | BlockEntityCalibratedSculkSensor | BlockEntityCampfire | BlockEntityChest | BlockEntityChiseledBookshelf | BlockEntityCommandBlock | BlockEntityComparator | BlockEntityConduit | BlockEntityCrafter | BlockEntityCreakingHeart | BlockEntityDecoratedPot | BlockEntityDispenser | BlockEntityDropper | BlockEntityEnchantingTable | BlockEntityEndGateway | BlockEntityFurnace | BlockEntityHangingSign | BlockEntityHopper | BlockEntityJigsaw | BlockEntityJukebox | BlockEntityLectern | BlockEntityMobSpawner | BlockEntityMovingPiston | BlockEntitySculkCatalyst | BlockEntitySculkSensor | BlockEntitySculkShrieker | BlockEntityShelf | BlockEntityShulkerBox | BlockEntitySign | BlockEntitySkull | BlockEntitySmoker | BlockEntityStructureBlock | BlockEntityTestBlock | BlockEntityTestInstanceBlock | BlockEntityTrappedChest | BlockEntityTrialSpawner | BlockEntityVault);
124
+ type BlockEntityFallback = (BlockEntityBanner | BlockEntityBarrel | BlockEntityBeacon | BlockEntityBeehive | BlockEntityBlastFurnace | BlockEntityBrewingStand | BlockEntityBrushableBlock | BlockEntityCalibratedSculkSensor | BlockEntityCampfire | BlockEntityChest | BlockEntityChiseledBookshelf | BlockEntityCommandBlock | BlockEntityComparator | BlockEntityConduit | BlockEntityCrafter | BlockEntityCreakingHeart | BlockEntityDecoratedPot | BlockEntityDispenser | BlockEntityDropper | BlockEntityEnchantingTable | BlockEntityEndGateway | BlockEntityFurnace | BlockEntityHangingSign | BlockEntityHopper | BlockEntityJigsaw | BlockEntityJukebox | BlockEntityLectern | BlockEntityMobSpawner | BlockEntityMovingPiston | BlockEntityPotentSulfur | BlockEntitySculkCatalyst | BlockEntitySculkSensor | BlockEntitySculkShrieker | BlockEntityShelf | BlockEntityShulkerBox | BlockEntitySign | BlockEntitySkull | BlockEntitySmoker | BlockEntityStructureBlock | BlockEntityTestBlock | BlockEntityTestInstanceBlock | BlockEntityTrappedChest | BlockEntityTrialSpawner | BlockEntityVault);
122
125
  type BlockEntityBanner = Banner;
123
126
  type BlockEntityBarrel = Container27;
124
127
  type BlockEntityBeacon = Beacon;
@@ -148,6 +151,7 @@ type BlockEntityJukebox = Jukebox;
148
151
  type BlockEntityLectern = Lectern;
149
152
  type BlockEntityMobSpawner = Spawner;
150
153
  type BlockEntityMovingPiston = MovingPiston;
154
+ type BlockEntityPotentSulfur = PotentSulfur;
151
155
  type BlockEntitySculkCatalyst = SculkCatalyst;
152
156
  type BlockEntitySculkSensor = SculkSensor;
153
157
  type BlockEntitySculkShrieker = SculkShrieker;
@@ -0,0 +1,19 @@
1
+ type DataComponentExistencePredicateDispatcherMap = {
2
+ 'enchantments': DataComponentExistencePredicateEnchantments;
3
+ 'minecraft:enchantments': DataComponentExistencePredicateEnchantments;
4
+ 'potion_contents': DataComponentExistencePredicatePotionContents;
5
+ 'minecraft:potion_contents': DataComponentExistencePredicatePotionContents;
6
+ 'stored_enchantments': DataComponentExistencePredicateStoredEnchantments;
7
+ 'minecraft:stored_enchantments': DataComponentExistencePredicateStoredEnchantments;
8
+ 'villager/variant': DataComponentExistencePredicateVillagerVariant;
9
+ 'minecraft:villager/variant': DataComponentExistencePredicateVillagerVariant;
10
+ };
11
+ type DataComponentExistencePredicateKeys = keyof DataComponentExistencePredicateDispatcherMap;
12
+ type DataComponentExistencePredicateFallback = (DataComponentExistencePredicateEnchantments | DataComponentExistencePredicatePotionContents | DataComponentExistencePredicateStoredEnchantments | DataComponentExistencePredicateVillagerVariant | DataComponentExistencePredicateFallbackType);
13
+ export type DataComponentExistencePredicateFallbackType = Record<string, never>;
14
+ type DataComponentExistencePredicateEnchantments = never;
15
+ type DataComponentExistencePredicatePotionContents = never;
16
+ type DataComponentExistencePredicateStoredEnchantments = never;
17
+ type DataComponentExistencePredicateVillagerVariant = never;
18
+ export type SymbolDataComponentExistencePredicate<CASE extends 'map' | 'keys' | '%fallback' | '%none' | '%unknown' = 'map'> = CASE extends 'map' ? DataComponentExistencePredicateDispatcherMap : CASE extends 'keys' ? DataComponentExistencePredicateKeys : CASE extends '%fallback' ? DataComponentExistencePredicateFallback : CASE extends '%unknown' ? DataComponentExistencePredicateFallbackType : never;
19
+ export {};
@@ -17,6 +17,7 @@ import type { WaypointStyle } from "../assets/waypoint_style.js";
17
17
  import type { Advancement } from "../data/advancement.js";
18
18
  import type { ChatType } from "../data/chat_type.js";
19
19
  import type { DamageType } from "../data/damage_type.js";
20
+ import type { DecoratedPotPattern } from "../data/decorated_pot_pattern.js";
20
21
  import type { Dialog } from "../data/dialog.js";
21
22
  import type { Enchantment } from "../data/enchantment.js";
22
23
  import type { EnchantmentProvider } from "../data/enchantment/provider.js";
@@ -26,6 +27,8 @@ import type { ItemModifier } from "../data/item_modifier.js";
26
27
  import type { LootTable } from "../data/loot.js";
27
28
  import type { Predicate } from "../data/predicate.js";
28
29
  import type { Recipe } from "../data/recipe.js";
30
+ import type { SlotSource } from "../data/slot_source.js";
31
+ import type { SulfurCubeArchetype } from "../data/sulfur_cube_archetype.js";
29
32
  import type { Timeline } from "../data/timeline.js";
30
33
  import type { TradeSet } from "../data/trade_set.js";
31
34
  import type { TrialSpawnerConfig } from "../data/trial_spawner.js";
@@ -50,6 +53,8 @@ import type { MultiNoiseBiomeSourceParameterList, NoiseParameters } from "../dat
50
53
  import type { Dimension, DimensionType } from "../data/worldgen/dimension.js";
51
54
  import type { ConfiguredFeature } from "../data/worldgen/feature.js";
52
55
  import type { PlacedFeature } from "../data/worldgen/feature/placement.js";
56
+ import type { MaterialCondition } from "../data/worldgen/material_condition.js";
57
+ import type { MaterialRule } from "../data/worldgen/material_rule.js";
53
58
  import type { NoiseGeneratorSettings } from "../data/worldgen/noise_settings.js";
54
59
  import type { ProcessorList } from "../data/worldgen/processor_list.js";
55
60
  import type { StructureSet } from "../data/worldgen/structure_set.js";
@@ -84,6 +89,8 @@ type ResourceDispatcherMap = {
84
89
  'minecraft:credits': ResourceCredits;
85
90
  'damage_type': ResourceDamageType;
86
91
  'minecraft:damage_type': ResourceDamageType;
92
+ 'decorated_pot_pattern': ResourceDecoratedPotPattern;
93
+ 'minecraft:decorated_pot_pattern': ResourceDecoratedPotPattern;
87
94
  'dialog': ResourceDialog;
88
95
  'minecraft:dialog': ResourceDialog;
89
96
  'dimension': ResourceDimension;
@@ -136,8 +143,12 @@ type ResourceDispatcherMap = {
136
143
  'minecraft:regional_compliancies': ResourceRegionalCompliancies;
137
144
  'shader': ResourceShader;
138
145
  'minecraft:shader': ResourceShader;
146
+ 'slot_source': ResourceSlotSource;
147
+ 'minecraft:slot_source': ResourceSlotSource;
139
148
  'sounds': ResourceSounds;
140
149
  'minecraft:sounds': ResourceSounds;
150
+ 'sulfur_cube_archetype': ResourceSulfurCubeArchetype;
151
+ 'minecraft:sulfur_cube_archetype': ResourceSulfurCubeArchetype;
141
152
  'test_environment': ResourceTestEnvironment;
142
153
  'minecraft:test_environment': ResourceTestEnvironment;
143
154
  'test_instance': ResourceTestInstance;
@@ -176,8 +187,14 @@ type ResourceDispatcherMap = {
176
187
  'minecraft:worldgen/configured_surface_builder': ResourceWorldgenConfiguredSurfaceBuilder;
177
188
  'worldgen/density_function': ResourceWorldgenDensityFunction;
178
189
  'minecraft:worldgen/density_function': ResourceWorldgenDensityFunction;
190
+ 'worldgen/feature': ResourceWorldgenFeature;
191
+ 'minecraft:worldgen/feature': ResourceWorldgenFeature;
179
192
  'worldgen/flat_level_generator_preset': ResourceWorldgenFlatLevelGeneratorPreset;
180
193
  'minecraft:worldgen/flat_level_generator_preset': ResourceWorldgenFlatLevelGeneratorPreset;
194
+ 'worldgen/material_condition': ResourceWorldgenMaterialCondition;
195
+ 'minecraft:worldgen/material_condition': ResourceWorldgenMaterialCondition;
196
+ 'worldgen/material_rule': ResourceWorldgenMaterialRule;
197
+ 'minecraft:worldgen/material_rule': ResourceWorldgenMaterialRule;
181
198
  'worldgen/multi_noise_biome_source_parameter_list': ResourceWorldgenMultiNoiseBiomeSourceParameterList;
182
199
  'minecraft:worldgen/multi_noise_biome_source_parameter_list': ResourceWorldgenMultiNoiseBiomeSourceParameterList;
183
200
  'worldgen/noise': ResourceWorldgenNoise;
@@ -200,7 +217,7 @@ type ResourceDispatcherMap = {
200
217
  'minecraft:zombie_nautilus_variant': ResourceZombieNautilusVariant;
201
218
  };
202
219
  type ResourceKeys = keyof ResourceDispatcherMap;
203
- type ResourceFallback = (ResourceAdvancement | ResourceAtlas | ResourceBannerPattern | ResourceBlockDefinition | ResourceCatSoundVariant | ResourceCatVariant | ResourceChatType | ResourceChickenSoundVariant | ResourceChickenVariant | ResourceCowSoundVariant | ResourceCowVariant | ResourceCredits | ResourceDamageType | ResourceDialog | ResourceDimension | ResourceDimensionType | ResourceEnchantment | ResourceEnchantmentProvider | ResourceEquipment | ResourceFont | ResourceFrogVariant | ResourceGpuWarnlist | ResourceInstrument | ResourceItemDefinition | ResourceItemModifier | ResourceJukeboxSong | ResourceLang | ResourceLangDeprecated | ResourceLootTable | ResourceModel | ResourcePaintingVariant | ResourceParticle | ResourcePigSoundVariant | ResourcePigVariant | ResourcePostEffect | ResourcePredicate | ResourceRecipe | ResourceRegionalCompliancies | ResourceShader | ResourceSounds | ResourceTestEnvironment | ResourceTestInstance | ResourceTextureMeta | ResourceTimeline | ResourceTradeSet | ResourceTrialSpawner | ResourceTrimMaterial | ResourceTrimPattern | ResourceVillagerTrade | ResourceWaypointStyle | ResourceWolfSoundVariant | ResourceWolfVariant | ResourceWorldClock | ResourceWorldgenBiome | ResourceWorldgenConfiguredCarver | ResourceWorldgenConfiguredFeature | ResourceWorldgenConfiguredStructureFeature | ResourceWorldgenConfiguredSurfaceBuilder | ResourceWorldgenDensityFunction | ResourceWorldgenFlatLevelGeneratorPreset | ResourceWorldgenMultiNoiseBiomeSourceParameterList | ResourceWorldgenNoise | ResourceWorldgenNoiseSettings | ResourceWorldgenPlacedFeature | ResourceWorldgenProcessorList | ResourceWorldgenStructure | ResourceWorldgenStructureSet | ResourceWorldgenTemplatePool | ResourceWorldgenWorldPreset | ResourceZombieNautilusVariant);
220
+ type ResourceFallback = (ResourceAdvancement | ResourceAtlas | ResourceBannerPattern | ResourceBlockDefinition | ResourceCatSoundVariant | ResourceCatVariant | ResourceChatType | ResourceChickenSoundVariant | ResourceChickenVariant | ResourceCowSoundVariant | ResourceCowVariant | ResourceCredits | ResourceDamageType | ResourceDecoratedPotPattern | ResourceDialog | ResourceDimension | ResourceDimensionType | ResourceEnchantment | ResourceEnchantmentProvider | ResourceEquipment | ResourceFont | ResourceFrogVariant | ResourceGpuWarnlist | ResourceInstrument | ResourceItemDefinition | ResourceItemModifier | ResourceJukeboxSong | ResourceLang | ResourceLangDeprecated | ResourceLootTable | ResourceModel | ResourcePaintingVariant | ResourceParticle | ResourcePigSoundVariant | ResourcePigVariant | ResourcePostEffect | ResourcePredicate | ResourceRecipe | ResourceRegionalCompliancies | ResourceShader | ResourceSlotSource | ResourceSounds | ResourceSulfurCubeArchetype | ResourceTestEnvironment | ResourceTestInstance | ResourceTextureMeta | ResourceTimeline | ResourceTradeSet | ResourceTrialSpawner | ResourceTrimMaterial | ResourceTrimPattern | ResourceVillagerTrade | ResourceWaypointStyle | ResourceWolfSoundVariant | ResourceWolfVariant | ResourceWorldClock | ResourceWorldgenBiome | ResourceWorldgenConfiguredCarver | ResourceWorldgenConfiguredFeature | ResourceWorldgenConfiguredStructureFeature | ResourceWorldgenConfiguredSurfaceBuilder | ResourceWorldgenDensityFunction | ResourceWorldgenFeature | ResourceWorldgenFlatLevelGeneratorPreset | ResourceWorldgenMaterialCondition | ResourceWorldgenMaterialRule | ResourceWorldgenMultiNoiseBiomeSourceParameterList | ResourceWorldgenNoise | ResourceWorldgenNoiseSettings | ResourceWorldgenPlacedFeature | ResourceWorldgenProcessorList | ResourceWorldgenStructure | ResourceWorldgenStructureSet | ResourceWorldgenTemplatePool | ResourceWorldgenWorldPreset | ResourceZombieNautilusVariant);
204
221
  type ResourceAdvancement = Advancement;
205
222
  type ResourceAtlas = Atlas;
206
223
  type ResourceBannerPattern = BannerPattern;
@@ -214,6 +231,7 @@ type ResourceCowSoundVariant = CowSounds;
214
231
  type ResourceCowVariant = CowVariant;
215
232
  type ResourceCredits = Credits;
216
233
  type ResourceDamageType = DamageType;
234
+ type ResourceDecoratedPotPattern = DecoratedPotPattern;
217
235
  type ResourceDialog = Dialog;
218
236
  type ResourceDimension = Dimension;
219
237
  type ResourceDimensionType = DimensionType;
@@ -240,7 +258,9 @@ type ResourcePredicate = Predicate;
240
258
  type ResourceRecipe = Recipe;
241
259
  type ResourceRegionalCompliancies = RegionalCompliancies;
242
260
  type ResourceShader = ShaderProgram;
261
+ type ResourceSlotSource = SlotSource;
243
262
  type ResourceSounds = Sounds;
263
+ type ResourceSulfurCubeArchetype = SulfurCubeArchetype;
244
264
  type ResourceTestEnvironment = TestEnvironment;
245
265
  type ResourceTestInstance = TestInstance;
246
266
  type ResourceTextureMeta = TextureMeta;
@@ -260,7 +280,10 @@ type ResourceWorldgenConfiguredFeature = ConfiguredFeature;
260
280
  type ResourceWorldgenConfiguredStructureFeature = Structure;
261
281
  type ResourceWorldgenConfiguredSurfaceBuilder = ConfiguredSurfaceBuilder;
262
282
  type ResourceWorldgenDensityFunction = DensityFunction;
283
+ type ResourceWorldgenFeature = ConfiguredFeature;
263
284
  type ResourceWorldgenFlatLevelGeneratorPreset = FlatGeneratorPreset;
285
+ type ResourceWorldgenMaterialCondition = MaterialCondition;
286
+ type ResourceWorldgenMaterialRule = MaterialRule;
264
287
  type ResourceWorldgenMultiNoiseBiomeSourceParameterList = MultiNoiseBiomeSourceParameterList;
265
288
  type ResourceWorldgenNoise = NoiseParameters;
266
289
  type ResourceWorldgenNoiseSettings = NoiseGeneratorSettings;