minecraft-datapack-language 15.3.3__tar.gz → 15.3.5__tar.gz

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 (843) hide show
  1. {minecraft_datapack_language-15.3.3/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.5}/PKG-INFO +1 -1
  2. minecraft_datapack_language-15.3.5/docs/_data/version.yml +3 -0
  3. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/_version.py +3 -3
  4. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_build.py +35 -3
  5. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_parser_js.py +31 -1
  6. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
  7. minecraft_datapack_language-15.3.5/minecraft_datapack_language.egg-info/SOURCES.txt +418 -0
  8. minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +7 -0
  9. minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello.zip +0 -0
  10. minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +7 -0
  11. minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +6 -0
  12. minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands.zip +0 -0
  13. minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +7 -0
  14. minecraft_datapack_language-15.3.3/test_raw_simple_output/data/raw_simple/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +2 -1
  15. minecraft_datapack_language-15.3.3/test_output/data/pipes/function/load.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +2 -1
  16. {minecraft_datapack_language-15.3.3/test_while_debug_final2/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls}/function/load.mcfunction +2 -1
  17. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction +3 -3
  18. minecraft_datapack_language-15.3.3/test_output_fix/data/hello_world/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +2 -2
  19. minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls.zip +0 -0
  20. minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/minecraft/tags/function/load.json +7 -0
  21. {minecraft_datapack_language-15.3.3/test_output_scopes → minecraft_datapack_language-15.3.5/test_examples/test_output/variables}/data/variables/function/load.mcfunction +1 -3
  22. minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/variables/function/main.mcfunction +7 -0
  23. minecraft_datapack_language-15.3.3/test_output_all/data/registry/function/hello.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/variables/function/reset.mcfunction +4 -2
  24. minecraft_datapack_language-15.3.5/test_examples/test_output/variables.zip +0 -0
  25. minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +7 -0
  26. minecraft_datapack_language-15.3.3/test_while_debug_final/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +2 -1
  27. {minecraft_datapack_language-15.3.3/test_while_debug_final/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops}/function/load.mcfunction +2 -1
  28. {minecraft_datapack_language-15.3.3/test_while_debug_final2/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops}/function/main.mcfunction +4 -1
  29. minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction +3 -0
  30. minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction +3 -0
  31. minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops.zip +0 -0
  32. minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json +7 -0
  33. minecraft_datapack_language-15.3.3/test_simple_output/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction +2 -2
  34. minecraft_datapack_language-15.3.3/test_simple_output2/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction +2 -2
  35. {minecraft_datapack_language-15.3.3/test_while_debug_output/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls}/function/load.mcfunction +2 -1
  36. {minecraft_datapack_language-15.3.3/test_output_scoped_calls → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed}/data/scoped_calls/function/main.mcfunction +3 -3
  37. minecraft_datapack_language-15.3.3/test_output_isolated/data/hello_world/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction +2 -2
  38. minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed.zip +0 -0
  39. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output_validation.py +2 -2
  40. minecraft_datapack_language-15.3.3/docs/_data/version.yml +0 -3
  41. minecraft_datapack_language-15.3.3/minecraft_datapack_language.egg-info/SOURCES.txt +0 -840
  42. minecraft_datapack_language-15.3.3/simple_test.mdl +0 -1
  43. minecraft_datapack_language-15.3.3/simple_test2.mdl +0 -1
  44. minecraft_datapack_language-15.3.3/test1.mdl +0 -99
  45. minecraft_datapack_language-15.3.3/test3.mdl +0 -26
  46. minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/basic_hello/function/load.mcfunction +0 -0
  47. minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/basic_hello/function/main.mcfunction +0 -3
  48. minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/minecraft/tags/function/load.json +0 -5
  49. minecraft_datapack_language-15.3.3/test_cli_fixed/README.md +0 -122
  50. minecraft_datapack_language-15.3.3/test_cli_fixed/simple_test.mdl +0 -12
  51. minecraft_datapack_language-15.3.3/test_cli_fixed/test_cli_fixed.mdl +0 -67
  52. minecraft_datapack_language-15.3.3/test_cli_project/README.md +0 -122
  53. minecraft_datapack_language-15.3.3/test_cli_project/test_cli_project.mdl +0 -67
  54. minecraft_datapack_language-15.3.3/test_colon_dist/data/test/function/test.mcfunction +0 -3
  55. minecraft_datapack_language-15.3.3/test_colon_dist/pack.mcmeta +0 -6
  56. minecraft_datapack_language-15.3.3/test_colon_dist.zip +0 -0
  57. minecraft_datapack_language-15.3.3/test_colon_dist2/data/test/function/test.mcfunction +0 -3
  58. minecraft_datapack_language-15.3.3/test_colon_dist2/pack.mcmeta +0 -6
  59. minecraft_datapack_language-15.3.3/test_colon_dist2.zip +0 -0
  60. minecraft_datapack_language-15.3.3/test_colon_dist3/data/test/function/test.mcfunction +0 -3
  61. minecraft_datapack_language-15.3.3/test_colon_dist3/pack.mcmeta +0 -6
  62. minecraft_datapack_language-15.3.3/test_colon_dist3.zip +0 -0
  63. minecraft_datapack_language-15.3.3/test_colon_dist4/data/test/function/test.mcfunction +0 -3
  64. minecraft_datapack_language-15.3.3/test_colon_dist4/pack.mcmeta +0 -6
  65. minecraft_datapack_language-15.3.3/test_colon_dist4.zip +0 -0
  66. minecraft_datapack_language-15.3.3/test_comprehensive_control_structures.mdl +0 -483
  67. minecraft_datapack_language-15.3.3/test_comprehensive_raw_blocks.mdl +0 -231
  68. minecraft_datapack_language-15.3.3/test_comprehensive_say_tellraw.mdl +0 -424
  69. minecraft_datapack_language-15.3.3/test_comprehensive_scopes.mdl +0 -297
  70. minecraft_datapack_language-15.3.3/test_corrected_template/README.md +0 -122
  71. minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/minecraft/tags/function/load.json +0 -5
  72. minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/simple_test2/function/load.mcfunction +0 -0
  73. minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/simple_test2/function/main.mcfunction +0 -1
  74. minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/pack.mcmeta +0 -6
  75. minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation.mdl +0 -9
  76. minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/minecraft/tags/function/load.json +0 -5
  77. minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/load.mcfunction +0 -0
  78. minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/main.mcfunction +0 -2
  79. minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/pack.mcmeta +0 -6
  80. minecraft_datapack_language-15.3.3/test_corrected_template/simple_test2.mdl +0 -8
  81. minecraft_datapack_language-15.3.3/test_corrected_template/simple_wrapped.zip +0 -0
  82. minecraft_datapack_language-15.3.3/test_corrected_template/test_corrected_template.mdl +0 -72
  83. minecraft_datapack_language-15.3.3/test_corrected_template/variables_test.mdl +0 -12
  84. minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/minecraft/tags/function/load.json +0 -5
  85. minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/load.mcfunction +0 -0
  86. minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/main.mcfunction +0 -2
  87. minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/pack.mcmeta +0 -6
  88. minecraft_datapack_language-15.3.3/test_error_reporting.mdl +0 -24
  89. minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +0 -1
  90. minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello/pack.mcmeta +0 -6
  91. minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello.zip +0 -0
  92. minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +0 -1
  93. minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +0 -5
  94. minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands.zip +0 -0
  95. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +0 -1
  96. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +0 -2
  97. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -2
  98. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction +0 -5
  99. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -2
  100. minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls.zip +0 -0
  101. minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/minecraft/tags/function/load.json +0 -1
  102. minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -7
  103. minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/main.mcfunction +0 -7
  104. minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/reset.mcfunction +0 -4
  105. minecraft_datapack_language-15.3.3/test_examples/test_output/variables.zip +0 -0
  106. minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +0 -1
  107. minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +0 -3
  108. minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction +0 -7
  109. minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction +0 -5
  110. minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops.zip +0 -0
  111. minecraft_datapack_language-15.3.3/test_execute.mdl +0 -17
  112. minecraft_datapack_language-15.3.3/test_execute_dist/data/test/function/hello.mcfunction +0 -1
  113. minecraft_datapack_language-15.3.3/test_execute_dist/data/test/function/main.mcfunction +0 -4
  114. minecraft_datapack_language-15.3.3/test_execute_dist/pack.mcmeta +0 -6
  115. minecraft_datapack_language-15.3.3/test_execute_dist.zip +0 -0
  116. minecraft_datapack_language-15.3.3/test_execute_dist_fixed/data/test/function/hello.mcfunction +0 -1
  117. minecraft_datapack_language-15.3.3/test_execute_dist_fixed/data/test/function/main.mcfunction +0 -2
  118. minecraft_datapack_language-15.3.3/test_execute_dist_fixed/pack.mcmeta +0 -6
  119. minecraft_datapack_language-15.3.3/test_execute_dist_fixed.zip +0 -0
  120. minecraft_datapack_language-15.3.3/test_final_namespace/data/magic/advancement/first_spell.json +0 -22
  121. minecraft_datapack_language-15.3.3/test_final_namespace/data/magic/predicate/has_mana.json +0 -8
  122. minecraft_datapack_language-15.3.3/test_final_namespace/data/minecraft/tags/function/load.json +0 -1
  123. minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/cast_spell.mcfunction +0 -2
  124. minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/craft_tool.mcfunction +0 -2
  125. minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/craft_weapon.mcfunction +0 -2
  126. minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/item_modifier/enchant_tool.json +0 -9
  127. minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/structure/workshop.json +0 -13
  128. minecraft_datapack_language-15.3.3/test_final_namespace/data/weapons/loot_table/epic_loot.json +0 -20
  129. minecraft_datapack_language-15.3.3/test_final_namespace/data/weapons/recipe/diamond_sword.json +0 -20
  130. minecraft_datapack_language-15.3.3/test_final_namespace/pack.mcmeta +0 -6
  131. minecraft_datapack_language-15.3.3/test_final_namespace.zip +0 -0
  132. minecraft_datapack_language-15.3.3/test_final_template/README.md +0 -122
  133. minecraft_datapack_language-15.3.3/test_final_template/test_final_template.mdl +0 -72
  134. minecraft_datapack_language-15.3.3/test_final_template_fixed/README.md +0 -122
  135. minecraft_datapack_language-15.3.3/test_final_template_fixed/test_final_template_fixed.mdl +0 -71
  136. minecraft_datapack_language-15.3.3/test_final_verification_output/data/final_test/function/main.mcfunction +0 -6
  137. minecraft_datapack_language-15.3.3/test_final_verification_output/data/minecraft/tags/function/load.json +0 -6
  138. minecraft_datapack_language-15.3.3/test_final_verification_output/pack.mcmeta +0 -6
  139. minecraft_datapack_language-15.3.3/test_final_verification_output.zip +0 -0
  140. minecraft_datapack_language-15.3.3/test_final_while_loops/data/minecraft/tags/function/load.json +0 -5
  141. minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/countdown.mcfunction +0 -2
  142. minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/load.mcfunction +0 -2
  143. minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/main.mcfunction +0 -4
  144. minecraft_datapack_language-15.3.3/test_final_while_loops/pack.mcmeta +0 -6
  145. minecraft_datapack_language-15.3.3/test_lexer.py +0 -41
  146. minecraft_datapack_language-15.3.3/test_lexer_comprehensive.py +0 -126
  147. minecraft_datapack_language-15.3.3/test_manual.mcfunction~ +0 -0
  148. minecraft_datapack_language-15.3.3/test_multi_namespace_final.mdl +0 -37
  149. minecraft_datapack_language-15.3.3/test_multi_namespace_registry.mdl +0 -24
  150. minecraft_datapack_language-15.3.3/test_output/data/hello_world/function/load.mcfunction +0 -0
  151. minecraft_datapack_language-15.3.3/test_output/data/hello_world/function/main.mcfunction +0 -1
  152. minecraft_datapack_language-15.3.3/test_output/data/minecraft/tags/function/load.json +0 -5
  153. minecraft_datapack_language-15.3.3/test_output/data/my_test_pack/function/load.mcfunction +0 -0
  154. minecraft_datapack_language-15.3.3/test_output/data/my_test_pack/function/test_raw_blocks.mcfunction +0 -2
  155. minecraft_datapack_language-15.3.3/test_output/data/pipes/function/hello.mcfunction +0 -5
  156. minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/inlet.json +0 -17
  157. minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/outlet.json +0 -17
  158. minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/pipe.json +0 -17
  159. minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/wrench.json +0 -17
  160. minecraft_datapack_language-15.3.3/test_output/pack.mcmeta +0 -6
  161. minecraft_datapack_language-15.3.3/test_output.zip +0 -0
  162. minecraft_datapack_language-15.3.3/test_output_all/data/minecraft/tags/function/load.json +0 -1
  163. minecraft_datapack_language-15.3.3/test_output_all/data/registry/advancement/test_advancement.json +0 -22
  164. minecraft_datapack_language-15.3.3/test_output_all/data/registry/item_modifier/test_item_modifier.json +0 -4
  165. minecraft_datapack_language-15.3.3/test_output_all/data/registry/loot_table/test_loot.json +0 -14
  166. minecraft_datapack_language-15.3.3/test_output_all/data/registry/predicate/test_predicate.json +0 -7
  167. minecraft_datapack_language-15.3.3/test_output_all/data/registry/recipe/test_recipe.json +0 -17
  168. minecraft_datapack_language-15.3.3/test_output_all/data/registry/structure/test_structure.json +0 -19
  169. minecraft_datapack_language-15.3.3/test_output_all/pack.mcmeta +0 -6
  170. minecraft_datapack_language-15.3.3/test_output_all.zip +0 -0
  171. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/load.mcfunction +0 -6
  172. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/run_all_control_tests.mcfunction +0 -6
  173. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_basic_if.mcfunction +0 -7
  174. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_basic_while.mcfunction +0 -4
  175. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_if.mcfunction +0 -8
  176. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_nested_control.mcfunction +0 -4
  177. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_while.mcfunction +0 -4
  178. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_complex_expressions.mcfunction +0 -6
  179. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_error_handling.mcfunction +0 -4
  180. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_performance.mcfunction +0 -4
  181. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_scoped_functions.mcfunction +0 -6
  182. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_variable_substitution.mcfunction +0 -5
  183. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_assignments.mcfunction +0 -4
  184. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_functions.mcfunction +0 -5
  185. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_raw.mcfunction +0 -5
  186. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_scopes.mcfunction +0 -5
  187. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_tellraw.mcfunction +0 -7
  188. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_if_else.mcfunction +0 -10
  189. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_nested_if.mcfunction +0 -8
  190. minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_while_break.mcfunction +0 -4
  191. minecraft_datapack_language-15.3.3/test_output_control_structures/data/minecraft/tags/function/load.json +0 -5
  192. minecraft_datapack_language-15.3.3/test_output_control_structures/pack.mcmeta +0 -6
  193. minecraft_datapack_language-15.3.3/test_output_debug/data/minecraft/tags/function/load.json +0 -5
  194. minecraft_datapack_language-15.3.3/test_output_debug/data/my_test_pack/function/load.mcfunction +0 -0
  195. minecraft_datapack_language-15.3.3/test_output_debug/data/my_test_pack/function/test_raw_blocks.mcfunction +0 -2
  196. minecraft_datapack_language-15.3.3/test_output_debug/data/other/advancement/other_advancement.json +0 -22
  197. minecraft_datapack_language-15.3.3/test_output_debug/data/other/function/hello.mcfunction +0 -1
  198. minecraft_datapack_language-15.3.3/test_output_debug/data/other/function/helper.mcfunction +0 -1
  199. minecraft_datapack_language-15.3.3/test_output_debug/data/other/loot_table/main_loot.json +0 -14
  200. minecraft_datapack_language-15.3.3/test_output_debug/data/other/predicate/other_predicate.json +0 -10
  201. minecraft_datapack_language-15.3.3/test_output_debug/data/other/recipe/main_recipe.json +0 -17
  202. minecraft_datapack_language-15.3.3/test_output_debug/pack.mcmeta +0 -6
  203. minecraft_datapack_language-15.3.3/test_output_debug.zip +0 -0
  204. minecraft_datapack_language-15.3.3/test_output_debug_full/data/minecraft/tags/function/load.json +0 -1
  205. minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/function/first_func.mcfunction +0 -1
  206. minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/function/second_func.mcfunction +0 -1
  207. minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/recipe/first_recipe.json +0 -17
  208. minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/recipe/second_recipe.json +0 -17
  209. minecraft_datapack_language-15.3.3/test_output_debug_full/pack.mcmeta +0 -6
  210. minecraft_datapack_language-15.3.3/test_output_debug_full.zip +0 -0
  211. minecraft_datapack_language-15.3.3/test_output_debug_merge/data/minecraft/tags/function/load.json +0 -1
  212. minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/function/first_func.mcfunction +0 -1
  213. minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/function/second_func.mcfunction +0 -1
  214. minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/recipe/first_recipe.json +0 -17
  215. minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/recipe/second_recipe.json +0 -17
  216. minecraft_datapack_language-15.3.3/test_output_debug_merge/pack.mcmeta +0 -6
  217. minecraft_datapack_language-15.3.3/test_output_debug_merge.zip +0 -0
  218. minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/minecraft/tags/function/load.json +0 -1
  219. minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/function/first_func.mcfunction +0 -1
  220. minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/function/second_func.mcfunction +0 -1
  221. minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/recipe/first_recipe.json +0 -17
  222. minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/recipe/second_recipe.json +0 -17
  223. minecraft_datapack_language-15.3.3/test_output_debug_namespace/pack.mcmeta +0 -6
  224. minecraft_datapack_language-15.3.3/test_output_debug_namespace.zip +0 -0
  225. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/minecraft/tags/function/load.json +0 -1
  226. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/function/first_func.mcfunction +0 -1
  227. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/function/second_func.mcfunction +0 -1
  228. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/recipe/first_recipe.json +0 -17
  229. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/recipe/second_recipe.json +0 -17
  230. minecraft_datapack_language-15.3.3/test_output_debug_namespace2/pack.mcmeta +0 -6
  231. minecraft_datapack_language-15.3.3/test_output_debug_namespace2.zip +0 -0
  232. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/minecraft/tags/function/load.json +0 -1
  233. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/function/first_func.mcfunction +0 -1
  234. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/function/second_func.mcfunction +0 -1
  235. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/recipe/first_recipe.json +0 -17
  236. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/recipe/second_recipe.json +0 -17
  237. minecraft_datapack_language-15.3.3/test_output_debug_namespace3/pack.mcmeta +0 -6
  238. minecraft_datapack_language-15.3.3/test_output_debug_namespace3.zip +0 -0
  239. minecraft_datapack_language-15.3.3/test_output_fix/data/minecraft/tags/function/load.json +0 -1
  240. minecraft_datapack_language-15.3.3/test_output_fix/pack.mcmeta +0 -6
  241. minecraft_datapack_language-15.3.3/test_output_fix.zip +0 -0
  242. minecraft_datapack_language-15.3.3/test_output_isolated/data/minecraft/tags/function/load.json +0 -1
  243. minecraft_datapack_language-15.3.3/test_output_isolated/pack.mcmeta +0 -6
  244. minecraft_datapack_language-15.3.3/test_output_isolated.zip +0 -0
  245. minecraft_datapack_language-15.3.3/test_output_multi/data/minecraft/tags/function/load.json +0 -1
  246. minecraft_datapack_language-15.3.3/test_output_multi/data/other/advancement/other_advancement.json +0 -22
  247. minecraft_datapack_language-15.3.3/test_output_multi/data/other/function/hello.mcfunction +0 -1
  248. minecraft_datapack_language-15.3.3/test_output_multi/data/other/function/helper.mcfunction +0 -1
  249. minecraft_datapack_language-15.3.3/test_output_multi/data/other/loot_table/main_loot.json +0 -14
  250. minecraft_datapack_language-15.3.3/test_output_multi/data/other/predicate/other_predicate.json +0 -10
  251. minecraft_datapack_language-15.3.3/test_output_multi/data/other/recipe/main_recipe.json +0 -17
  252. minecraft_datapack_language-15.3.3/test_output_multi/pack.mcmeta +0 -6
  253. minecraft_datapack_language-15.3.3/test_output_multi.zip +0 -0
  254. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/minecraft/tags/function/load.json +0 -1
  255. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/advancement/other_advancement.json +0 -22
  256. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/function/hello.mcfunction +0 -1
  257. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/function/helper.mcfunction +0 -1
  258. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/loot_table/main_loot.json +0 -14
  259. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/predicate/other_predicate.json +0 -10
  260. minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/recipe/main_recipe.json +0 -17
  261. minecraft_datapack_language-15.3.3/test_output_multi_fixed/pack.mcmeta +0 -6
  262. minecraft_datapack_language-15.3.3/test_output_multi_fixed.zip +0 -0
  263. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/minecraft/tags/function/load.json +0 -1
  264. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/function/first_func.mcfunction +0 -1
  265. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/function/second_func.mcfunction +0 -1
  266. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/recipe/first_recipe.json +0 -17
  267. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/recipe/second_recipe.json +0 -17
  268. minecraft_datapack_language-15.3.3/test_output_namespace_fixed/pack.mcmeta +0 -6
  269. minecraft_datapack_language-15.3.3/test_output_namespace_fixed.zip +0 -0
  270. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/load.mcfunction +0 -2
  271. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/run_all_raw_tests.mcfunction +0 -4
  272. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_basic_raw.mcfunction +0 -5
  273. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_complex_execute.mcfunction +0 -5
  274. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_complex_minecraft_commands.mcfunction +0 -5
  275. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_data_commands.mcfunction +0 -5
  276. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_effects_and_sounds.mcfunction +0 -7
  277. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_mixed_commands.mcfunction +0 -4
  278. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_multiple_raw_blocks.mcfunction +0 -6
  279. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_conditional_logic.mcfunction +0 -6
  280. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_function_calls.mcfunction +0 -4
  281. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_with_context.mcfunction +0 -6
  282. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_scoreboard_operations.mcfunction +0 -7
  283. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_single_line_raw.mcfunction +0 -3
  284. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_special_characters.mcfunction +0 -5
  285. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_visual_effects.mcfunction +0 -6
  286. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_world_manipulation.mcfunction +0 -5
  287. minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/minecraft/tags/function/load.json +0 -5
  288. minecraft_datapack_language-15.3.3/test_output_raw_blocks/pack.mcmeta +0 -6
  289. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/load.mcfunction +0 -1
  290. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/run_all_raw_tests.mcfunction +0 -17
  291. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_basic_raw.mcfunction +0 -5
  292. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_complex_execute.mcfunction +0 -5
  293. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_complex_minecraft_commands.mcfunction +0 -5
  294. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_data_commands.mcfunction +0 -5
  295. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_effects_and_sounds.mcfunction +0 -7
  296. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_mixed_commands.mcfunction +0 -5
  297. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_multiple_raw_blocks.mcfunction +0 -9
  298. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_conditional_logic.mcfunction +0 -6
  299. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_function_calls.mcfunction +0 -4
  300. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_with_context.mcfunction +0 -5
  301. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_scoreboard_operations.mcfunction +0 -7
  302. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_single_line_raw.mcfunction +0 -5
  303. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_special_characters.mcfunction +0 -5
  304. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_visual_effects.mcfunction +0 -6
  305. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_world_manipulation.mcfunction +0 -5
  306. minecraft_datapack_language-15.3.3/test_output_raw_debug/data/minecraft/tags/function/load.json +0 -5
  307. minecraft_datapack_language-15.3.3/test_output_raw_debug/pack.mcmeta +0 -6
  308. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/load.mcfunction +0 -4
  309. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/run_all_say_tellraw_tests.mcfunction +0 -6
  310. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_basic_say.mcfunction +0 -10
  311. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_basic_tellraw.mcfunction +0 -6
  312. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_json_tellraw.mcfunction +0 -4
  313. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_tellraw.mcfunction +0 -5
  314. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_variable_tellraw.mcfunction +0 -4
  315. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_mixed_commands.mcfunction +0 -13
  316. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_say_with_variables.mcfunction +0 -18
  317. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_block_nbt.mcfunction +0 -4
  318. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_entity.mcfunction +0 -4
  319. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_events.mcfunction +0 -5
  320. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_font.mcfunction +0 -4
  321. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_insertion.mcfunction +0 -4
  322. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_interpret.mcfunction +0 -4
  323. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_keybind.mcfunction +0 -4
  324. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_nbt.mcfunction +0 -4
  325. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_score.mcfunction +0 -5
  326. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_selector.mcfunction +0 -4
  327. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_selectors.mcfunction +0 -7
  328. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_separator.mcfunction +0 -4
  329. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_storage_nbt.mcfunction +0 -4
  330. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_translation.mcfunction +0 -4
  331. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_with_variables.mcfunction +0 -7
  332. minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/minecraft/tags/function/load.json +0 -5
  333. minecraft_datapack_language-15.3.3/test_output_say_tellraw/pack.mcmeta +0 -6
  334. minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/minecraft/tags/function/load.json +0 -1
  335. minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/increment_global.mcfunction +0 -2
  336. minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -2
  337. minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/load.mcfunction +0 -4
  338. minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -2
  339. minecraft_datapack_language-15.3.3/test_output_scoped_calls.zip +0 -0
  340. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/load.mcfunction +0 -15
  341. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/run_all_scope_tests.mcfunction +0 -6
  342. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_all_players_scope.mcfunction +0 -8
  343. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_complex_scope_scenarios.mcfunction +0 -4
  344. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_complex_selector_scope.mcfunction +0 -8
  345. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_entity_scope.mcfunction +0 -8
  346. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_global_scope.mcfunction +0 -10
  347. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_player_scope.mcfunction +0 -10
  348. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_raw_with_scope_context.mcfunction +0 -5
  349. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_conditionals.mcfunction +0 -4
  350. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_interactions.mcfunction +0 -4
  351. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_tellraw.mcfunction +0 -12
  352. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scoped_function_calls.mcfunction +0 -4
  353. minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_team_scope.mcfunction +0 -10
  354. minecraft_datapack_language-15.3.3/test_output_scopes/data/minecraft/tags/function/load.json +0 -5
  355. minecraft_datapack_language-15.3.3/test_output_scopes/data/variables/function/main.mcfunction +0 -7
  356. minecraft_datapack_language-15.3.3/test_output_scopes/data/variables/function/reset.mcfunction +0 -4
  357. minecraft_datapack_language-15.3.3/test_output_scopes/pack.mcmeta +0 -6
  358. minecraft_datapack_language-15.3.3/test_output_scopes.zip +0 -0
  359. minecraft_datapack_language-15.3.3/test_output_simple/data/hello_world/function/load.mcfunction +0 -0
  360. minecraft_datapack_language-15.3.3/test_output_simple/data/hello_world/function/main.mcfunction +0 -2
  361. minecraft_datapack_language-15.3.3/test_output_simple/data/minecraft/tags/function/load.json +0 -5
  362. minecraft_datapack_language-15.3.3/test_output_simple/pack.mcmeta +0 -6
  363. minecraft_datapack_language-15.3.3/test_pipes.mdl +0 -23
  364. minecraft_datapack_language-15.3.3/test_raw_blocks.mdl +0 -10
  365. minecraft_datapack_language-15.3.3/test_raw_complex_output/data/minecraft/tags/function/load.json +0 -6
  366. minecraft_datapack_language-15.3.3/test_raw_complex_output/data/raw_complex/function/main.mcfunction +0 -6
  367. minecraft_datapack_language-15.3.3/test_raw_complex_output/pack.mcmeta +0 -6
  368. minecraft_datapack_language-15.3.3/test_raw_complex_output.zip +0 -0
  369. minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/minecraft/tags/function/load.json +0 -6
  370. minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/raw_complex/function/load.mcfunction +0 -1
  371. minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/raw_complex/function/main.mcfunction +0 -6
  372. minecraft_datapack_language-15.3.3/test_raw_complex_output2/pack.mcmeta +0 -6
  373. minecraft_datapack_language-15.3.3/test_raw_complex_output2.zip +0 -0
  374. minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/minecraft/tags/function/load.json +0 -6
  375. minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/raw_complex/function/load.mcfunction +0 -1
  376. minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/raw_complex/function/main.mcfunction +0 -6
  377. minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/pack.mcmeta +0 -6
  378. minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed.zip +0 -0
  379. minecraft_datapack_language-15.3.3/test_raw_output/data/minecraft/tags/function/load.json +0 -6
  380. minecraft_datapack_language-15.3.3/test_raw_output/data/raw_test/function/load.mcfunction +0 -1
  381. minecraft_datapack_language-15.3.3/test_raw_output/data/raw_test/function/main.mcfunction +0 -5
  382. minecraft_datapack_language-15.3.3/test_raw_output/pack.mcmeta +0 -6
  383. minecraft_datapack_language-15.3.3/test_raw_output.zip +0 -0
  384. minecraft_datapack_language-15.3.3/test_raw_output2/data/minecraft/tags/function/load.json +0 -6
  385. minecraft_datapack_language-15.3.3/test_raw_output2/data/raw_test/function/load.mcfunction +0 -1
  386. minecraft_datapack_language-15.3.3/test_raw_output2/data/raw_test/function/main.mcfunction +0 -5
  387. minecraft_datapack_language-15.3.3/test_raw_output2/pack.mcmeta +0 -6
  388. minecraft_datapack_language-15.3.3/test_raw_output2.zip +0 -0
  389. minecraft_datapack_language-15.3.3/test_raw_output3/data/minecraft/tags/function/load.json +0 -6
  390. minecraft_datapack_language-15.3.3/test_raw_output3/data/raw_test/function/load.mcfunction +0 -1
  391. minecraft_datapack_language-15.3.3/test_raw_output3/data/raw_test/function/main.mcfunction +0 -5
  392. minecraft_datapack_language-15.3.3/test_raw_output3/pack.mcmeta +0 -6
  393. minecraft_datapack_language-15.3.3/test_raw_output3.zip +0 -0
  394. minecraft_datapack_language-15.3.3/test_raw_simple_output/data/minecraft/tags/function/load.json +0 -6
  395. minecraft_datapack_language-15.3.3/test_raw_simple_output/data/raw_simple/function/load.mcfunction +0 -1
  396. minecraft_datapack_language-15.3.3/test_raw_simple_output/pack.mcmeta +0 -6
  397. minecraft_datapack_language-15.3.3/test_raw_simple_output.zip +0 -0
  398. minecraft_datapack_language-15.3.3/test_simple_output/data/minecraft/tags/function/load.json +0 -6
  399. minecraft_datapack_language-15.3.3/test_simple_output/data/test/function/load.mcfunction +0 -1
  400. minecraft_datapack_language-15.3.3/test_simple_output/pack.mcmeta +0 -6
  401. minecraft_datapack_language-15.3.3/test_simple_output.zip +0 -0
  402. minecraft_datapack_language-15.3.3/test_simple_output2/data/minecraft/tags/function/load.json +0 -6
  403. minecraft_datapack_language-15.3.3/test_simple_output2/data/test/function/load.mcfunction +0 -1
  404. minecraft_datapack_language-15.3.3/test_simple_output2/pack.mcmeta +0 -6
  405. minecraft_datapack_language-15.3.3/test_simple_output2.zip +0 -0
  406. minecraft_datapack_language-15.3.3/test_simple_output3/data/minecraft/tags/function/load.json +0 -6
  407. minecraft_datapack_language-15.3.3/test_simple_output3/data/test/function/load.mcfunction +0 -1
  408. minecraft_datapack_language-15.3.3/test_simple_output3/data/test/function/main.mcfunction +0 -3
  409. minecraft_datapack_language-15.3.3/test_simple_output3/pack.mcmeta +0 -6
  410. minecraft_datapack_language-15.3.3/test_simple_output3.zip +0 -0
  411. minecraft_datapack_language-15.3.3/test_simple_output4/data/minecraft/tags/function/load.json +0 -6
  412. minecraft_datapack_language-15.3.3/test_simple_output4/data/test/function/load.mcfunction +0 -1
  413. minecraft_datapack_language-15.3.3/test_simple_output4/data/test/function/main.mcfunction +0 -3
  414. minecraft_datapack_language-15.3.3/test_simple_output4/pack.mcmeta +0 -6
  415. minecraft_datapack_language-15.3.3/test_simple_output4.zip +0 -0
  416. minecraft_datapack_language-15.3.3/test_simple_output5/data/minecraft/tags/function/load.json +0 -6
  417. minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/load.mcfunction +0 -1
  418. minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/main.mcfunction +0 -3
  419. minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/main_manual.mcfunction~ +0 -0
  420. minecraft_datapack_language-15.3.3/test_simple_output5/pack.mcmeta +0 -6
  421. minecraft_datapack_language-15.3.3/test_simple_output5.zip +0 -0
  422. minecraft_datapack_language-15.3.3/test_variables_fixed/data/minecraft/tags/function/load.json +0 -5
  423. minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/load.mcfunction +0 -3
  424. minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/main.mcfunction +0 -6
  425. minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/reset.mcfunction +0 -2
  426. minecraft_datapack_language-15.3.3/test_variables_fixed/pack.mcmeta +0 -6
  427. minecraft_datapack_language-15.3.3/test_verbose/data/minecraft/tags/function/load.json +0 -1
  428. minecraft_datapack_language-15.3.3/test_verbose/data/minecraft/tags/function/tick.json +0 -1
  429. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/disabletimer.mcfunction +0 -3
  430. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/enabletimer.mcfunction +0 -3
  431. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/hello.mcfunction +0 -11
  432. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player.mcfunction +0 -3
  433. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_0.mcfunction +0 -1
  434. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_1.mcfunction +0 -3
  435. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_end_0.mcfunction +0 -0
  436. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_end_1.mcfunction +0 -0
  437. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/load.mcfunction +0 -11
  438. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/resetstats.mcfunction +0 -4
  439. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/showplayerstats.mcfunction +0 -2
  440. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/showstats.mcfunction +0 -3
  441. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/test1_tick_while_1.mcfunction +0 -3
  442. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick.mcfunction +0 -5
  443. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick_if_2.mcfunction +0 -2
  444. minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick_if_end_2.mcfunction +0 -0
  445. minecraft_datapack_language-15.3.3/test_verbose/pack.mcmeta +0 -6
  446. minecraft_datapack_language-15.3.3/test_verbose.zip +0 -0
  447. minecraft_datapack_language-15.3.3/test_while_debug/data/hello_world/function/load.mcfunction +0 -1
  448. minecraft_datapack_language-15.3.3/test_while_debug/data/hello_world/function/main.mcfunction +0 -3
  449. minecraft_datapack_language-15.3.3/test_while_debug/data/minecraft/tags/function/load.json +0 -7
  450. minecraft_datapack_language-15.3.3/test_while_debug/pack.mcmeta +0 -6
  451. minecraft_datapack_language-15.3.3/test_while_debug.mdl +0 -10
  452. minecraft_datapack_language-15.3.3/test_while_debug.zip +0 -0
  453. minecraft_datapack_language-15.3.3/test_while_debug_final/data/minecraft/tags/function/load.json +0 -7
  454. minecraft_datapack_language-15.3.3/test_while_debug_final/pack.mcmeta +0 -6
  455. minecraft_datapack_language-15.3.3/test_while_debug_final.zip +0 -0
  456. minecraft_datapack_language-15.3.3/test_while_debug_final2/data/minecraft/tags/function/load.json +0 -7
  457. minecraft_datapack_language-15.3.3/test_while_debug_final2/pack.mcmeta +0 -6
  458. minecraft_datapack_language-15.3.3/test_while_debug_final2.zip +0 -0
  459. minecraft_datapack_language-15.3.3/test_while_debug_output/data/minecraft/tags/function/load.json +0 -7
  460. minecraft_datapack_language-15.3.3/test_while_debug_output/data/test/function/main.mcfunction +0 -2
  461. minecraft_datapack_language-15.3.3/test_while_debug_output/pack.mcmeta +0 -6
  462. minecraft_datapack_language-15.3.3/test_while_debug_output.zip +0 -0
  463. minecraft_datapack_language-15.3.3/test_while_debug_output2/data/minecraft/tags/function/load.json +0 -7
  464. minecraft_datapack_language-15.3.3/test_while_debug_output2/data/test/function/load.mcfunction +0 -2
  465. minecraft_datapack_language-15.3.3/test_while_debug_output2/data/test/function/main.mcfunction +0 -2
  466. minecraft_datapack_language-15.3.3/test_while_debug_output2/pack.mcmeta +0 -6
  467. minecraft_datapack_language-15.3.3/test_while_debug_output2.zip +0 -0
  468. minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/minecraft/tags/function/load.json +0 -5
  469. minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/countdown.mcfunction +0 -2
  470. minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/load.mcfunction +0 -2
  471. minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/main.mcfunction +0 -4
  472. minecraft_datapack_language-15.3.3/test_while_loops_fixed/pack.mcmeta +0 -6
  473. minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/minecraft/tags/function/load.json +0 -5
  474. minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/countdown.mcfunction +0 -2
  475. minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/load.mcfunction +0 -2
  476. minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/main.mcfunction +0 -4
  477. minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/pack.mcmeta +0 -6
  478. minecraft_datapack_language-15.3.3/test_with_options/README.md +0 -122
  479. minecraft_datapack_language-15.3.3/test_with_options/test_with_options.mdl +0 -72
  480. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.cursor/rules/aispec.mdc +0 -0
  481. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/actions/mdl-compile/action.yml +0 -0
  482. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/ci.yml +0 -0
  483. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/docs.yml +0 -0
  484. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/pypi.yml +0 -0
  485. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/release.yml +0 -0
  486. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/test-examples.yml +0 -0
  487. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/update-website-version.yml +0 -0
  488. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.gitignore +0 -0
  489. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/CONDITIONALS_IMPLEMENTATION.md +0 -0
  490. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/CORE_FEATURES_GUIDE.md +0 -0
  491. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/DEVELOPMENT.md +0 -0
  492. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/LICENSE +0 -0
  493. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/MDL_AI_SPEC_SHEET.md +0 -0
  494. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/MDL_LANGUAGE_SPEC.md +0 -0
  495. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/Makefile +0 -0
  496. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/README.md +0 -0
  497. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/diamond_sword.json +0 -0
  498. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/first_spell.json +0 -0
  499. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/other_advancement.json +0 -0
  500. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/test_advancement.json +0 -0
  501. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
  502. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
  503. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
  504. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
  505. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
  506. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
  507. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
  508. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
  509. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
  510. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
  511. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
  512. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
  513. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
  514. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
  515. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
  516. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
  517. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
  518. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
  519. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
  520. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
  521. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
  522. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
  523. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
  524. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
  525. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
  526. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
  527. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
  528. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
  529. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
  530. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
  531. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
  532. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
  533. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
  534. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
  535. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
  536. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_if_0.mcfunction +0 -0
  537. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_while_1.mcfunction +0 -0
  538. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_while_body_1.mcfunction +0 -0
  539. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/if_test/function/main_else_1.mcfunction +0 -0
  540. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/if_test/function/main_if_1.mcfunction +0 -0
  541. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
  542. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
  543. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
  544. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
  545. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
  546. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
  547. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/countdown_while_1.mcfunction +0 -0
  548. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/countdown_while_body_1.mcfunction +0 -0
  549. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
  550. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
  551. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_2.mcfunction +0 -0
  552. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
  553. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
  554. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
  555. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
  556. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_0.mcfunction +0 -0
  557. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_1.mcfunction +0 -0
  558. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_5.mcfunction +0 -0
  559. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_0.mcfunction +0 -0
  560. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_1.mcfunction +0 -0
  561. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_5.mcfunction +0 -0
  562. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_0.mcfunction +0 -0
  563. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_1.mcfunction +0 -0
  564. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_2.mcfunction +0 -0
  565. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_6.mcfunction +0 -0
  566. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_7.mcfunction +0 -0
  567. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_0.mcfunction +0 -0
  568. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_1.mcfunction +0 -0
  569. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_2.mcfunction +0 -0
  570. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_6.mcfunction +0 -0
  571. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_7.mcfunction +0 -0
  572. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
  573. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
  574. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
  575. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_if_1.mcfunction +0 -0
  576. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_if_5.mcfunction +0 -0
  577. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_while_4.mcfunction +0 -0
  578. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_while_body_4.mcfunction +0 -0
  579. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
  580. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
  581. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
  582. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
  583. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
  584. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
  585. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
  586. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
  587. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
  588. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
  589. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
  590. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
  591. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
  592. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
  593. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
  594. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
  595. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
  596. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
  597. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
  598. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
  599. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
  600. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
  601. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
  602. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
  603. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
  604. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
  605. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
  606. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
  607. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
  608. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
  609. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
  610. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
  611. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
  612. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
  613. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
  614. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
  615. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
  616. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
  617. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
  618. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
  619. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
  620. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
  621. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
  622. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
  623. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
  624. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
  625. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
  626. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
  627. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
  628. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
  629. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
  630. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
  631. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
  632. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
  633. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
  634. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
  635. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
  636. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
  637. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
  638. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
  639. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
  640. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
  641. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
  642. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
  643. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
  644. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
  645. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
  646. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
  647. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
  648. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_1.mcfunction +0 -0
  649. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_2.mcfunction +0 -0
  650. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_3.mcfunction +0 -0
  651. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_1.mcfunction +0 -0
  652. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_2.mcfunction +0 -0
  653. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_3.mcfunction +0 -0
  654. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_main_while_0.mcfunction +0 -0
  655. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_main_while_body_0.mcfunction +0 -0
  656. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
  657. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
  658. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
  659. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
  660. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
  661. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
  662. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
  663. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
  664. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
  665. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
  666. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
  667. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
  668. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
  669. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
  670. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
  671. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
  672. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
  673. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
  674. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
  675. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
  676. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
  677. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
  678. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_2.mcfunction +0 -0
  679. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
  680. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
  681. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
  682. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_1.mcfunction +0 -0
  683. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2.mcfunction +0 -0
  684. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
  685. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
  686. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
  687. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
  688. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
  689. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
  690. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/while_test/function/main_while_0.mcfunction +0 -0
  691. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/while_test/function/main_while_body_0.mcfunction +0 -0
  692. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/.env +0 -0
  693. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/404.html +0 -0
  694. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/Gemfile +0 -0
  695. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/README.md +0 -0
  696. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_config.yml +0 -0
  697. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/cli-reference.md +0 -0
  698. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/contributing.md +0 -0
  699. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/docs-hub.md +0 -0
  700. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/documentation.md +0 -0
  701. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/examples.md +0 -0
  702. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/getting-started.md +0 -0
  703. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/language-reference.md +0 -0
  704. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/multi-file-projects.md +0 -0
  705. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/python-api.md +0 -0
  706. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/vscode-extension.md +0 -0
  707. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_includes/head-custom.html +0 -0
  708. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_includes/navigation.html +0 -0
  709. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_layouts/default.html +0 -0
  710. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_layouts/page.html +0 -0
  711. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_plugins/test_version.rb +0 -0
  712. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_plugins/version_reader.rb +0 -0
  713. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/assets/css/style.css +0 -0
  714. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/docs.md +0 -0
  715. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/downloads.md +0 -0
  716. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-16.png +0 -0
  717. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-32.png +0 -0
  718. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-48.png +0 -0
  719. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-64.png +0 -0
  720. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-1024.png +0 -0
  721. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-128.png +0 -0
  722. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-256.png +0 -0
  723. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-512.png +0 -0
  724. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-64.png +0 -0
  725. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/index.md +0 -0
  726. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/examples/hello_world.mdl +0 -0
  727. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-16.png +0 -0
  728. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-32.png +0 -0
  729. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-48.png +0 -0
  730. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-64.png +0 -0
  731. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-1024.png +0 -0
  732. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-128.png +0 -0
  733. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-256.png +0 -0
  734. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-512.png +0 -0
  735. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-64.png +0 -0
  736. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/diamond_sword.json +0 -0
  737. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/enchant_tool.json +0 -0
  738. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/test_item_modifier.json +0 -0
  739. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/diamond_sword.json +0 -0
  740. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/epic_loot.json +0 -0
  741. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/main_loot.json +0 -0
  742. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/test_loot.json +0 -0
  743. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/__init__.py +0 -0
  744. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/ast_nodes.py +0 -0
  745. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli.py +0 -0
  746. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_check.py +0 -0
  747. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_help.py +0 -0
  748. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_new.py +0 -0
  749. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_utils.py +0 -0
  750. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/dir_map.py +0 -0
  751. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/expression_processor.py +0 -0
  752. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/linter.py +0 -0
  753. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_errors.py +0 -0
  754. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_lexer_js.py +0 -0
  755. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_linter.py +0 -0
  756. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/pack.py +0 -0
  757. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/utils.py +0 -0
  758. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
  759. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
  760. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/requires.txt +0 -0
  761. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
  762. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/my_awesome_pack/README.md +0 -0
  763. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
  764. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/diamond_sword.json +0 -0
  765. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/has_mana.json +0 -0
  766. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/other_predicate.json +0 -0
  767. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/test_predicate.json +0 -0
  768. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/pyproject.toml +0 -0
  769. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/custom_pickaxe.json +0 -0
  770. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/diamond_sword.json +0 -0
  771. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/first.json +0 -0
  772. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/inlet.json +0 -0
  773. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/main_recipe.json +0 -0
  774. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/outlet.json +0 -0
  775. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/pipe.json +0 -0
  776. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/second.json +0 -0
  777. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/test_recipe.json +0 -0
  778. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/wrench.json +0 -0
  779. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/UpdateMDL.sh +0 -0
  780. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/bootstrap.ps1 +0 -0
  781. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/bootstrap.sh +0 -0
  782. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/build_pkg.ps1 +0 -0
  783. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/build_pkg.sh +0 -0
  784. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_build.ps1 +0 -0
  785. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_build.sh +0 -0
  786. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_setup.ps1 +0 -0
  787. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_setup.sh +0 -0
  788. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
  789. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
  790. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/test_cli-gitbash.sh +0 -0
  791. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/release.sh +0 -0
  792. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_cli.ps1 +0 -0
  793. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_cli.sh +0 -0
  794. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_dev.ps1 +0 -0
  795. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_dev.sh +0 -0
  796. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/update_docs.sh +0 -0
  797. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/update_version_info.sh +0 -0
  798. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/setup.cfg +0 -0
  799. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/diamond_sword.json +0 -0
  800. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/test_structure.json +0 -0
  801. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/workshop.json +0 -0
  802. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_all_registry.mdl +0 -0
  803. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/01_basic_hello_world.mdl +0 -0
  804. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/02_variables_and_scopes.mdl +0 -0
  805. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/03_scoped_function_calls.mdl +0 -0
  806. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/04_while_loops.mdl +0 -0
  807. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/05_raw_commands.mdl +0 -0
  808. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/06_comprehensive_example.mdl +0 -0
  809. {minecraft_datapack_language-15.3.3/test_final_verification_output/data/final_test → minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello/data/basic_hello}/function/load.mcfunction +0 -0
  810. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction +0 -0
  811. {minecraft_datapack_language-15.3.3/test_basic_hello_fixed → minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello}/pack.mcmeta +0 -0
  812. {minecraft_datapack_language-15.3.3/test_raw_complex_output/data/raw_complex → minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/raw_commands}/function/load.mcfunction +0 -0
  813. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction +0 -0
  814. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
  815. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
  816. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/variables/pack.mcmeta +0 -0
  817. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction +0 -0
  818. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction +0 -0
  819. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
  820. {minecraft_datapack_language-15.3.3/test_output_scoped_calls → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed}/pack.mcmeta +0 -0
  821. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/__init__.py +0 -0
  822. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_basic.py +0 -0
  823. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_cli_comprehensive.py +0 -0
  824. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive.py +0 -0
  825. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive_edge_cases.py +0 -0
  826. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive_features.py +0 -0
  827. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_io.py +0 -0
  828. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/README.md +0 -0
  829. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-16.png +0 -0
  830. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-32.png +0 -0
  831. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-48.png +0 -0
  832. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-64.png +0 -0
  833. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-1024.png +0 -0
  834. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-128.png +0 -0
  835. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-256.png +0 -0
  836. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-512.png +0 -0
  837. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/language-configuration.json +0 -0
  838. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/package.json +0 -0
  839. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/snippets/mdl.json +0 -0
  840. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/src/extension.ts +0 -0
  841. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
  842. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/themes/mdl-color-theme.json +0 -0
  843. {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/tsconfig.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: minecraft-datapack-language
3
- Version: 15.3.3
3
+ Version: 15.3.5
4
4
  Summary: Compile JavaScript-style MDL language or Python API into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
5
5
  Project-URL: Homepage, https://www.mcmdl.com
6
6
  Project-URL: Documentation, https://www.mcmdl.com/docs
@@ -0,0 +1,3 @@
1
+ current: "15.3.4"
2
+ tag: "v15.3.4"
3
+ updated_at: "2025-09-02T00:46:42Z"
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '15.3.3'
32
- __version_tuple__ = version_tuple = (15, 3, 3)
31
+ __version__ = version = '15.3.5'
32
+ __version_tuple__ = version_tuple = (15, 3, 5)
33
33
 
34
- __commit_id__ = commit_id = 'g40e612139'
34
+ __commit_id__ = commit_id = 'g9b7ca72e9'
@@ -423,8 +423,23 @@ def _process_statement(statement: Any, namespace: str, function_name: str, state
423
423
 
424
424
  elif statement['type'] == 'function_call':
425
425
  func_name = statement['name']
426
- # Simple function call
427
- commands.append(f"function {namespace}:{func_name}")
426
+ scope = statement.get('scope')
427
+ func_namespace = statement.get('namespace', namespace) # Use specified namespace or current namespace
428
+
429
+ if scope:
430
+ # Handle scoped function call
431
+ if scope == 'global':
432
+ # Global scope uses the server armor stand
433
+ selector = "@e[type=armor_stand,tag=mdl_server,limit=1]"
434
+ else:
435
+ # Use the specified scope selector
436
+ selector = scope
437
+
438
+ # Generate execute as command
439
+ commands.append(f"execute as {selector} run function {func_namespace}:{func_name}")
440
+ else:
441
+ # Simple function call without scope
442
+ commands.append(f"function {func_namespace}:{func_name}")
428
443
 
429
444
  elif statement['type'] == 'raw_text':
430
445
  # Raw Minecraft commands
@@ -748,7 +763,24 @@ def _ast_to_pack(ast: Dict[str, Any], mdl_files: List[Path]) -> Pack:
748
763
  if statement.get('type') == 'command':
749
764
  function.commands.append(statement['command'])
750
765
  elif statement.get('type') == 'function_call':
751
- function.commands.append(f"function {statement['name']}")
766
+ func_name = statement['name']
767
+ scope = statement.get('scope')
768
+ func_namespace = statement.get('namespace', namespace_name) # Use specified namespace or current namespace
769
+
770
+ if scope:
771
+ # Handle scoped function call
772
+ if scope == 'global':
773
+ # Global scope uses the server armor stand
774
+ selector = "@e[type=armor_stand,tag=mdl_server,limit=1]"
775
+ else:
776
+ # Use the specified scope selector
777
+ selector = scope
778
+
779
+ # Generate execute as command
780
+ function.commands.append(f"execute as {selector} run function {func_namespace}:{func_name}")
781
+ else:
782
+ # Simple function call without scope
783
+ function.commands.append(f"function {func_namespace}:{func_name}")
752
784
  elif statement.get('type') == 'variable_assignment':
753
785
  # Handle variable assignments
754
786
  var_name = statement['name']
@@ -589,9 +589,39 @@ class MDLParser:
589
589
  name_token = self._match(TokenType.STRING)
590
590
  name = name_token.value.strip('"').strip("'")
591
591
 
592
+ # Check for scope selector after function name
593
+ scope = None
594
+ if '<' in name and name.endswith('>'):
595
+ # Extract scope selector from function name
596
+ parts = name.split('<', 1)
597
+ if len(parts) == 2:
598
+ function_name = parts[0]
599
+ scope_selector = parts[1][:-1] # Remove closing >
600
+ scope = scope_selector
601
+ name = function_name
602
+ else:
603
+ # Malformed scope selector
604
+ raise create_parser_error(
605
+ message="Malformed scope selector in function call",
606
+ file_path=self.source_file,
607
+ line=self._peek().line,
608
+ column=self._peek().column,
609
+ line_content=name,
610
+ suggestion="Use format: function \"namespace:function_name<@selector>\""
611
+ )
612
+
613
+ # Extract function name from namespace:function_name format
614
+ if ':' in name:
615
+ namespace_parts = name.split(':', 1)
616
+ if len(namespace_parts) == 2:
617
+ namespace_name = namespace_parts[0]
618
+ function_name = namespace_parts[1]
619
+ # Store both namespace and function name
620
+ return {"type": "function_call", "name": function_name, "scope": scope, "namespace": namespace_name}
621
+
592
622
  self._match(TokenType.SEMICOLON)
593
623
 
594
- return {"type": "function_call", "name": name}
624
+ return {"type": "function_call", "name": name, "scope": scope}
595
625
 
596
626
  def _parse_execute_statement(self) -> ExecuteStatement:
597
627
  """Parse execute statement."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: minecraft-datapack-language
3
- Version: 15.3.3
3
+ Version: 15.3.5
4
4
  Summary: Compile JavaScript-style MDL language or Python API into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
5
5
  Project-URL: Homepage, https://www.mcmdl.com
6
6
  Project-URL: Documentation, https://www.mcmdl.com/docs
@@ -0,0 +1,418 @@
1
+ .gitignore
2
+ CONDITIONALS_IMPLEMENTATION.md
3
+ CORE_FEATURES_GUIDE.md
4
+ DEVELOPMENT.md
5
+ LICENSE
6
+ MDL_AI_SPEC_SHEET.md
7
+ MDL_LANGUAGE_SPEC.md
8
+ Makefile
9
+ README.md
10
+ pyproject.toml
11
+ test_all_registry.mdl
12
+ ./minecraft_datapack_language/__init__.py
13
+ ./minecraft_datapack_language/_version.py
14
+ ./minecraft_datapack_language/ast_nodes.py
15
+ ./minecraft_datapack_language/cli.py
16
+ ./minecraft_datapack_language/cli_build.py
17
+ ./minecraft_datapack_language/cli_check.py
18
+ ./minecraft_datapack_language/cli_help.py
19
+ ./minecraft_datapack_language/cli_new.py
20
+ ./minecraft_datapack_language/cli_utils.py
21
+ ./minecraft_datapack_language/dir_map.py
22
+ ./minecraft_datapack_language/expression_processor.py
23
+ ./minecraft_datapack_language/linter.py
24
+ ./minecraft_datapack_language/mdl_errors.py
25
+ ./minecraft_datapack_language/mdl_lexer_js.py
26
+ ./minecraft_datapack_language/mdl_linter.py
27
+ ./minecraft_datapack_language/mdl_parser_js.py
28
+ ./minecraft_datapack_language/pack.py
29
+ ./minecraft_datapack_language/utils.py
30
+ .cursor/rules/aispec.mdc
31
+ .github/actions/mdl-compile/action.yml
32
+ .github/workflows/ci.yml
33
+ .github/workflows/docs.yml
34
+ .github/workflows/pypi.yml
35
+ .github/workflows/release.yml
36
+ .github/workflows/test-examples.yml
37
+ .github/workflows/update-website-version.yml
38
+ advancements/diamond_sword.json
39
+ advancements/first_spell.json
40
+ advancements/other_advancement.json
41
+ advancements/test_advancement.json
42
+ data/complex_scopes/function/main_else_8.mcfunction
43
+ data/complex_scopes/function/main_if_8.mcfunction
44
+ data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction
45
+ data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction
46
+ data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction
47
+ data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction
48
+ data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction
49
+ data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction
50
+ data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction
51
+ data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction
52
+ data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction
53
+ data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction
54
+ data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction
55
+ data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction
56
+ data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction
57
+ data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction
58
+ data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction
59
+ data/comprehensive_control_test/function/test_if_else_else_2.mcfunction
60
+ data/comprehensive_control_test/function/test_if_else_else_3.mcfunction
61
+ data/comprehensive_control_test/function/test_if_else_else_4.mcfunction
62
+ data/comprehensive_control_test/function/test_if_else_if_2.mcfunction
63
+ data/comprehensive_control_test/function/test_if_else_if_3.mcfunction
64
+ data/comprehensive_control_test/function/test_if_else_if_4.mcfunction
65
+ data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction
66
+ data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction
67
+ data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction
68
+ data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction
69
+ data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction
70
+ data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction
71
+ data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction
72
+ data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction
73
+ data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction
74
+ data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction
75
+ data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction
76
+ data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction
77
+ data/control_test/function/main_if_0.mcfunction
78
+ data/control_test/function/main_while_1.mcfunction
79
+ data/control_test/function/main_while_body_1.mcfunction
80
+ data/if_test/function/main_else_1.mcfunction
81
+ data/if_test/function/main_if_1.mcfunction
82
+ data/test/function/conditional_demo_else_3.mcfunction
83
+ data/test/function/conditional_demo_if_3.mcfunction
84
+ data/test/function/conditional_demo_if_3_else_0.mcfunction
85
+ data/test/function/conditional_demo_if_3_if_0.mcfunction
86
+ data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction
87
+ data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction
88
+ data/test/function/countdown_while_1.mcfunction
89
+ data/test/function/countdown_while_body_1.mcfunction
90
+ data/test/function/increase_tick_per_player_if_1.mcfunction
91
+ data/test/function/increase_tick_per_player_if_1_if_0.mcfunction
92
+ data/test/function/loop_demo_while_2.mcfunction
93
+ data/test/function/loop_demo_while_body_2.mcfunction
94
+ data/test/function/loop_demo_while_body_2_else_0.mcfunction
95
+ data/test/function/loop_demo_while_body_2_if_0.mcfunction
96
+ data/test/function/loop_demo_while_body_2_if_2.mcfunction
97
+ data/test/function/main_else_0.mcfunction
98
+ data/test/function/main_else_1.mcfunction
99
+ data/test/function/main_else_5.mcfunction
100
+ data/test/function/main_if_0.mcfunction
101
+ data/test/function/main_if_1.mcfunction
102
+ data/test/function/main_if_5.mcfunction
103
+ data/test/function/main_while_0.mcfunction
104
+ data/test/function/main_while_1.mcfunction
105
+ data/test/function/main_while_2.mcfunction
106
+ data/test/function/main_while_6.mcfunction
107
+ data/test/function/main_while_7.mcfunction
108
+ data/test/function/main_while_body_0.mcfunction
109
+ data/test/function/main_while_body_1.mcfunction
110
+ data/test/function/main_while_body_2.mcfunction
111
+ data/test/function/main_while_body_6.mcfunction
112
+ data/test/function/main_while_body_7.mcfunction
113
+ data/test/function/scoreboard_demo_while_3.mcfunction
114
+ data/test/function/scoreboard_demo_while_body_3.mcfunction
115
+ data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction
116
+ data/test/function/start_game_if_1.mcfunction
117
+ data/test/function/start_game_if_5.mcfunction
118
+ data/test/function/start_game_while_4.mcfunction
119
+ data/test/function/start_game_while_body_4.mcfunction
120
+ data/test/function/test_basic_if_if_1.mcfunction
121
+ data/test/function/test_basic_if_if_2.mcfunction
122
+ data/test/function/test_basic_if_if_3.mcfunction
123
+ data/test/function/test_basic_while_while_2.mcfunction
124
+ data/test/function/test_basic_while_while_4.mcfunction
125
+ data/test/function/test_basic_while_while_body_2.mcfunction
126
+ data/test/function/test_basic_while_while_body_4.mcfunction
127
+ data/test/function/test_complex_if_if_1.mcfunction
128
+ data/test/function/test_complex_if_if_2.mcfunction
129
+ data/test/function/test_complex_if_if_3.mcfunction
130
+ data/test/function/test_complex_if_if_4.mcfunction
131
+ data/test/function/test_complex_nested_control_while_2.mcfunction
132
+ data/test/function/test_complex_nested_control_while_body_2.mcfunction
133
+ data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction
134
+ data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction
135
+ data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction
136
+ data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction
137
+ data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction
138
+ data/test/function/test_complex_scope_scenarios_if_1.mcfunction
139
+ data/test/function/test_complex_scope_scenarios_if_2.mcfunction
140
+ data/test/function/test_complex_scope_scenarios_if_3.mcfunction
141
+ data/test/function/test_complex_scope_scenarios_if_4.mcfunction
142
+ data/test/function/test_complex_while_while_3.mcfunction
143
+ data/test/function/test_complex_while_while_6.mcfunction
144
+ data/test/function/test_complex_while_while_body_3.mcfunction
145
+ data/test/function/test_complex_while_while_body_6.mcfunction
146
+ data/test/function/test_control_complex_expressions_if_1.mcfunction
147
+ data/test/function/test_control_complex_expressions_if_3.mcfunction
148
+ data/test/function/test_control_complex_expressions_while_2.mcfunction
149
+ data/test/function/test_control_complex_expressions_while_body_2.mcfunction
150
+ data/test/function/test_control_error_handling_if_1.mcfunction
151
+ data/test/function/test_control_error_handling_if_2.mcfunction
152
+ data/test/function/test_control_error_handling_while_3.mcfunction
153
+ data/test/function/test_control_error_handling_while_body_3.mcfunction
154
+ data/test/function/test_control_performance_while_2.mcfunction
155
+ data/test/function/test_control_performance_while_4.mcfunction
156
+ data/test/function/test_control_performance_while_body_2.mcfunction
157
+ data/test/function/test_control_performance_while_body_2_if_1.mcfunction
158
+ data/test/function/test_control_performance_while_body_4.mcfunction
159
+ data/test/function/test_control_performance_while_body_4_while_2.mcfunction
160
+ data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction
161
+ data/test/function/test_control_scoped_functions_if_1.mcfunction
162
+ data/test/function/test_control_scoped_functions_if_3.mcfunction
163
+ data/test/function/test_control_scoped_functions_while_2.mcfunction
164
+ data/test/function/test_control_scoped_functions_while_body_2.mcfunction
165
+ data/test/function/test_control_variable_substitution_if_1.mcfunction
166
+ data/test/function/test_control_variable_substitution_if_3.mcfunction
167
+ data/test/function/test_control_variable_substitution_while_2.mcfunction
168
+ data/test/function/test_control_variable_substitution_while_body_2.mcfunction
169
+ data/test/function/test_control_with_assignments_if_1.mcfunction
170
+ data/test/function/test_control_with_assignments_if_3.mcfunction
171
+ data/test/function/test_control_with_assignments_while_2.mcfunction
172
+ data/test/function/test_control_with_assignments_while_body_2.mcfunction
173
+ data/test/function/test_control_with_functions_if_1.mcfunction
174
+ data/test/function/test_control_with_functions_if_3.mcfunction
175
+ data/test/function/test_control_with_functions_while_2.mcfunction
176
+ data/test/function/test_control_with_functions_while_body_2.mcfunction
177
+ data/test/function/test_control_with_raw_if_1.mcfunction
178
+ data/test/function/test_control_with_raw_while_2.mcfunction
179
+ data/test/function/test_control_with_raw_while_body_2.mcfunction
180
+ data/test/function/test_control_with_scopes_if_1.mcfunction
181
+ data/test/function/test_control_with_scopes_if_2.mcfunction
182
+ data/test/function/test_control_with_scopes_if_3.mcfunction
183
+ data/test/function/test_control_with_scopes_if_4.mcfunction
184
+ data/test/function/test_control_with_tellraw_else_1.mcfunction
185
+ data/test/function/test_control_with_tellraw_if_1.mcfunction
186
+ data/test/function/test_control_with_tellraw_if_3.mcfunction
187
+ data/test/function/test_control_with_tellraw_while_2.mcfunction
188
+ data/test/function/test_control_with_tellraw_while_body_2.mcfunction
189
+ data/test/function/test_if_else_else_1.mcfunction
190
+ data/test/function/test_if_else_else_2.mcfunction
191
+ data/test/function/test_if_else_else_3.mcfunction
192
+ data/test/function/test_if_else_if_1.mcfunction
193
+ data/test/function/test_if_else_if_2.mcfunction
194
+ data/test/function/test_if_else_if_3.mcfunction
195
+ data/test/function/test_main_while_0.mcfunction
196
+ data/test/function/test_main_while_body_0.mcfunction
197
+ data/test/function/test_nested_if_else_1.mcfunction
198
+ data/test/function/test_nested_if_else_2.mcfunction
199
+ data/test/function/test_nested_if_else_2_else_0.mcfunction
200
+ data/test/function/test_nested_if_else_2_if_0.mcfunction
201
+ data/test/function/test_nested_if_if_1.mcfunction
202
+ data/test/function/test_nested_if_if_1_else_0.mcfunction
203
+ data/test/function/test_nested_if_if_1_if_0.mcfunction
204
+ data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction
205
+ data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction
206
+ data/test/function/test_nested_if_if_2.mcfunction
207
+ data/test/function/test_nested_if_if_2_else_0.mcfunction
208
+ data/test/function/test_nested_if_if_2_if_0.mcfunction
209
+ data/test/function/test_scope_conditionals_if_1.mcfunction
210
+ data/test/function/test_scope_conditionals_if_2.mcfunction
211
+ data/test/function/test_scope_conditionals_if_3.mcfunction
212
+ data/test/function/test_scope_conditionals_while_4.mcfunction
213
+ data/test/function/test_scope_conditionals_while_5.mcfunction
214
+ data/test/function/test_scope_conditionals_while_body_4.mcfunction
215
+ data/test/function/test_scope_conditionals_while_body_5.mcfunction
216
+ data/test/function/test_scope_interactions_if_1.mcfunction
217
+ data/test/function/test_scope_interactions_if_2.mcfunction
218
+ data/test/function/test_scope_interactions_if_3.mcfunction
219
+ data/test/function/test_while_break_while_2.mcfunction
220
+ data/test/function/test_while_break_while_body_2.mcfunction
221
+ data/test/function/test_while_break_while_body_2_if_1.mcfunction
222
+ data/test/function/test_while_break_while_body_2_if_2.mcfunction
223
+ data/test/function/tick_if_1.mcfunction
224
+ data/test/function/tick_if_2.mcfunction
225
+ data/test/function/tick_if_2_while_1.mcfunction
226
+ data/test/function/tick_if_2_while_body_1.mcfunction
227
+ data/test/function/weapon_effects_else_1.mcfunction
228
+ data/test/function/weapon_effects_if_1.mcfunction
229
+ data/test_final_template_fixed/function/main_else_8.mcfunction
230
+ data/test_final_template_fixed/function/main_if_8.mcfunction
231
+ data/while_test/function/main_while_0.mcfunction
232
+ data/while_test/function/main_while_body_0.mcfunction
233
+ docs/.env
234
+ docs/404.html
235
+ docs/Gemfile
236
+ docs/README.md
237
+ docs/_config.yml
238
+ docs/docs.md
239
+ docs/downloads.md
240
+ docs/index.md
241
+ docs/_data/version.yml
242
+ docs/_docs/cli-reference.md
243
+ docs/_docs/contributing.md
244
+ docs/_docs/docs-hub.md
245
+ docs/_docs/documentation.md
246
+ docs/_docs/examples.md
247
+ docs/_docs/getting-started.md
248
+ docs/_docs/language-reference.md
249
+ docs/_docs/multi-file-projects.md
250
+ docs/_docs/python-api.md
251
+ docs/_docs/vscode-extension.md
252
+ docs/_includes/head-custom.html
253
+ docs/_includes/navigation.html
254
+ docs/_layouts/default.html
255
+ docs/_layouts/page.html
256
+ docs/_plugins/test_version.rb
257
+ docs/_plugins/version_reader.rb
258
+ docs/assets/css/style.css
259
+ docs/icons/favicon-16.png
260
+ docs/icons/favicon-32.png
261
+ docs/icons/favicon-48.png
262
+ docs/icons/favicon-64.png
263
+ docs/icons/icon-1024.png
264
+ docs/icons/icon-128.png
265
+ docs/icons/icon-256.png
266
+ docs/icons/icon-512.png
267
+ docs/icons/icon-64.png
268
+ examples/hello_world.mdl
269
+ icons/favicon-16.png
270
+ icons/favicon-32.png
271
+ icons/favicon-48.png
272
+ icons/favicon-64.png
273
+ icons/icon-1024.png
274
+ icons/icon-128.png
275
+ icons/icon-256.png
276
+ icons/icon-512.png
277
+ icons/icon-64.png
278
+ item_modifiers/diamond_sword.json
279
+ item_modifiers/enchant_tool.json
280
+ item_modifiers/test_item_modifier.json
281
+ loot_tables/diamond_sword.json
282
+ loot_tables/epic_loot.json
283
+ loot_tables/main_loot.json
284
+ loot_tables/test_loot.json
285
+ minecraft_datapack_language/__init__.py
286
+ minecraft_datapack_language/ast_nodes.py
287
+ minecraft_datapack_language/cli.py
288
+ minecraft_datapack_language/cli_build.py
289
+ minecraft_datapack_language/cli_check.py
290
+ minecraft_datapack_language/cli_help.py
291
+ minecraft_datapack_language/cli_new.py
292
+ minecraft_datapack_language/cli_utils.py
293
+ minecraft_datapack_language/dir_map.py
294
+ minecraft_datapack_language/expression_processor.py
295
+ minecraft_datapack_language/linter.py
296
+ minecraft_datapack_language/mdl_errors.py
297
+ minecraft_datapack_language/mdl_lexer_js.py
298
+ minecraft_datapack_language/mdl_linter.py
299
+ minecraft_datapack_language/mdl_parser_js.py
300
+ minecraft_datapack_language/pack.py
301
+ minecraft_datapack_language/utils.py
302
+ minecraft_datapack_language.egg-info/PKG-INFO
303
+ minecraft_datapack_language.egg-info/SOURCES.txt
304
+ minecraft_datapack_language.egg-info/dependency_links.txt
305
+ minecraft_datapack_language.egg-info/entry_points.txt
306
+ minecraft_datapack_language.egg-info/requires.txt
307
+ minecraft_datapack_language.egg-info/top_level.txt
308
+ my_awesome_pack/README.md
309
+ my_awesome_pack/minecraft_datapack_language.mdl
310
+ predicates/diamond_sword.json
311
+ predicates/has_mana.json
312
+ predicates/other_predicate.json
313
+ predicates/test_predicate.json
314
+ recipes/custom_pickaxe.json
315
+ recipes/diamond_sword.json
316
+ recipes/first.json
317
+ recipes/inlet.json
318
+ recipes/main_recipe.json
319
+ recipes/outlet.json
320
+ recipes/pipe.json
321
+ recipes/second.json
322
+ recipes/test_recipe.json
323
+ recipes/wrench.json
324
+ scripts/UpdateMDL.sh
325
+ scripts/bootstrap.ps1
326
+ scripts/bootstrap.sh
327
+ scripts/build_pkg.ps1
328
+ scripts/build_pkg.sh
329
+ scripts/dev_build.ps1
330
+ scripts/dev_build.sh
331
+ scripts/dev_setup.ps1
332
+ scripts/dev_setup.sh
333
+ scripts/release.sh
334
+ scripts/test_cli.ps1
335
+ scripts/test_cli.sh
336
+ scripts/test_dev.ps1
337
+ scripts/test_dev.sh
338
+ scripts/update_docs.sh
339
+ scripts/update_version_info.sh
340
+ scripts/git-bash/bootstrap-gitbash.sh
341
+ scripts/git-bash/build_pkg-gitbash.sh
342
+ scripts/git-bash/test_cli-gitbash.sh
343
+ structures/diamond_sword.json
344
+ structures/test_structure.json
345
+ structures/workshop.json
346
+ test_examples/01_basic_hello_world.mdl
347
+ test_examples/02_variables_and_scopes.mdl
348
+ test_examples/03_scoped_function_calls.mdl
349
+ test_examples/04_while_loops.mdl
350
+ test_examples/05_raw_commands.mdl
351
+ test_examples/06_comprehensive_example.mdl
352
+ test_examples/test_output_scoped_fixed.zip
353
+ test_examples/test_output_validation.py
354
+ test_examples/test_output/basic_hello.zip
355
+ test_examples/test_output/raw_commands.zip
356
+ test_examples/test_output/scoped_calls.zip
357
+ test_examples/test_output/variables.zip
358
+ test_examples/test_output/while_loops.zip
359
+ test_examples/test_output/basic_hello/pack.mcmeta
360
+ test_examples/test_output/basic_hello/data/basic_hello/function/load.mcfunction
361
+ test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction
362
+ test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json
363
+ test_examples/test_output/raw_commands/pack.mcmeta
364
+ test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json
365
+ test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction
366
+ test_examples/test_output/raw_commands/data/raw_commands/function/load.mcfunction
367
+ test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction
368
+ test_examples/test_output/scoped_calls/pack.mcmeta
369
+ test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json
370
+ test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction
371
+ test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction
372
+ test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction
373
+ test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction
374
+ test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction
375
+ test_examples/test_output/variables/pack.mcmeta
376
+ test_examples/test_output/variables/data/minecraft/tags/function/load.json
377
+ test_examples/test_output/variables/data/variables/function/load.mcfunction
378
+ test_examples/test_output/variables/data/variables/function/main.mcfunction
379
+ test_examples/test_output/variables/data/variables/function/reset.mcfunction
380
+ test_examples/test_output/while_loops/pack.mcmeta
381
+ test_examples/test_output/while_loops/data/minecraft/tags/function/load.json
382
+ test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction
383
+ test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction
384
+ test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction
385
+ test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction
386
+ test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction
387
+ test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction
388
+ test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction
389
+ test_examples/test_output_scoped_fixed/pack.mcmeta
390
+ test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json
391
+ test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction
392
+ test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction
393
+ test_examples/test_output_scoped_fixed/data/scoped_calls/function/load.mcfunction
394
+ test_examples/test_output_scoped_fixed/data/scoped_calls/function/main.mcfunction
395
+ test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction
396
+ tests/__init__.py
397
+ tests/test_basic.py
398
+ tests/test_cli_comprehensive.py
399
+ tests/test_comprehensive.py
400
+ tests/test_comprehensive_edge_cases.py
401
+ tests/test_comprehensive_features.py
402
+ tests/test_io.py
403
+ vscode-extension/README.md
404
+ vscode-extension/language-configuration.json
405
+ vscode-extension/package.json
406
+ vscode-extension/tsconfig.json
407
+ vscode-extension/icons/favicon-16.png
408
+ vscode-extension/icons/favicon-32.png
409
+ vscode-extension/icons/favicon-48.png
410
+ vscode-extension/icons/favicon-64.png
411
+ vscode-extension/icons/icon-1024.png
412
+ vscode-extension/icons/icon-128.png
413
+ vscode-extension/icons/icon-256.png
414
+ vscode-extension/icons/icon-512.png
415
+ vscode-extension/snippets/mdl.json
416
+ vscode-extension/src/extension.ts
417
+ vscode-extension/syntaxes/mdl.tmLanguage.json
418
+ vscode-extension/themes/mdl-color-theme.json
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "basic_hello:load",
4
+ "basic_hello:main",
5
+ "basic_hello:load"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "raw_commands:load",
4
+ "raw_commands:main",
5
+ "raw_commands:load"
6
+ ]
7
+ }
@@ -0,0 +1,6 @@
1
+ execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
+ # Custom Minecraft commands
3
+ gamemode creative @a
4
+ weather clear
5
+ time set day
6
+ tellraw @a [{"text":"Custom commands executed !"}]
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "scoped_calls:load",
4
+ "scoped_calls:main",
5
+ "scoped_calls:load"
6
+ ]
7
+ }
@@ -1,2 +1,3 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
- say hello
2
+ scoreboard players add @s globalTimer 1
3
+ tellraw @a [{"text":"Global timer updated !"}]
@@ -1,2 +1,3 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
- scoreboard objectives add counter dummy
2
+ scoreboard players add @s playerScore 10
3
+ tellraw @a [{"text":"Your score increased !"}]
@@ -1,2 +1,3 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
- scoreboard objectives add counter dummy
2
+ scoreboard objectives add playerScore dummy
3
+ scoreboard objectives add globalTimer dummy
@@ -1,5 +1,5 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
2
  tellraw @a [{"text":"Starting scoped function demo . . ."}]
3
- execute as @s run function scoped_calls:increment_player
4
- execute as @e[type=armor_stand,tag=mdl_server,limit=1] run function scoped_calls:increment_global
5
- execute as @a run function scoped_calls:show_scores
3
+ function scoped_calls:scoped_calls:increment_player<@s>
4
+ function scoped_calls:scoped_calls:increment_global<global>
5
+ function scoped_calls:scoped_calls:show_scores<@a>
@@ -1,3 +1,3 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
- tellraw @a [{"text":"Hello, World !"}]
3
- tellraw @a {"text":"Welcome to MDL!","color":"green"}
2
+ tellraw @a [{"text":"Player score: playerScore"}]
3
+ tellraw @a [{"text":"Global timer: globalTimer"}]
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "variables:load",
4
+ "variables:main",
5
+ "variables:load"
6
+ ]
7
+ }
@@ -1,6 +1,4 @@
1
1
  execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
2
2
  scoreboard objectives add globalCounter dummy
3
- scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
4
3
  scoreboard objectives add playerCounter dummy
5
- scoreboard objectives add teamCounter dummy
6
- scoreboard players set @a[team=red] teamCounter 0
4
+ scoreboard objectives add teamCounter dummy