minecraft-datapack-language 15.3.19__tar.gz → 15.3.21__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 (492) hide show
  1. {minecraft_datapack_language-15.3.19/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.21}/PKG-INFO +1 -1
  2. minecraft_datapack_language-15.3.21/dist.zip +0 -0
  3. minecraft_datapack_language-15.3.21/docs/_data/version.yml +3 -0
  4. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/_version.py +3 -3
  5. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_build.py +31 -4
  6. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_new.py +44 -43
  7. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
  8. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/SOURCES.txt +18 -0
  9. minecraft_datapack_language-15.3.21/test_examples/test_output/basic_hello.zip +0 -0
  10. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands.zip +0 -0
  11. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls.zip +0 -0
  12. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables.zip +0 -0
  13. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops.zip +0 -0
  14. minecraft_datapack_language-15.3.21/test_output_scope.zip +0 -0
  15. minecraft_datapack_language-15.3.21/test_single/data/basic_hello/function/load.mcfunction +1 -0
  16. minecraft_datapack_language-15.3.21/test_single/data/basic_hello/function/main.mcfunction +3 -0
  17. minecraft_datapack_language-15.3.21/test_single/data/minecraft/tags/function/load.json +7 -0
  18. minecraft_datapack_language-15.3.21/test_single/pack.mcmeta +6 -0
  19. minecraft_datapack_language-15.3.21/test_single.zip +0 -0
  20. minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/load.mcfunction +1 -0
  21. minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/main.mcfunction +3 -0
  22. minecraft_datapack_language-15.3.21/test_single_debug/data/minecraft/tags/function/load.json +7 -0
  23. minecraft_datapack_language-15.3.21/test_single_debug/pack.mcmeta +6 -0
  24. minecraft_datapack_language-15.3.21/test_single_debug.zip +0 -0
  25. minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/load.mcfunction +1 -0
  26. minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/main.mcfunction +3 -0
  27. minecraft_datapack_language-15.3.21/test_single_debug2/data/minecraft/tags/function/load.json +7 -0
  28. minecraft_datapack_language-15.3.21/test_single_debug2/pack.mcmeta +6 -0
  29. minecraft_datapack_language-15.3.21/test_single_debug2.zip +0 -0
  30. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/README.md +17 -0
  31. minecraft_datapack_language-15.3.21/vscode-extension/package-lock.json +58 -0
  32. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/package.json +4 -2
  33. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/snippets/mdl.json +49 -0
  34. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/src/extension.ts +62 -0
  35. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/syntaxes/mdl.tmLanguage.json +8 -0
  36. minecraft_datapack_language-15.3.19/docs/_data/version.yml +0 -3
  37. minecraft_datapack_language-15.3.19/test_examples/test_output/basic_hello.zip +0 -0
  38. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.cursor/rules/aispec.mdc +0 -0
  39. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/actions/mdl-compile/action.yml +0 -0
  40. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/ci.yml +0 -0
  41. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/docs.yml +0 -0
  42. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/pypi.yml +0 -0
  43. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/release.yml +0 -0
  44. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/test-examples.yml +0 -0
  45. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/update-website-version.yml +0 -0
  46. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.gitignore +0 -0
  47. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/CONDITIONALS_IMPLEMENTATION.md +0 -0
  48. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/CORE_FEATURES_GUIDE.md +0 -0
  49. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/DEVELOPMENT.md +0 -0
  50. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/LICENSE +0 -0
  51. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/MDL_AI_SPEC_SHEET.md +0 -0
  52. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/MDL_LANGUAGE_SPEC.md +0 -0
  53. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/Makefile +0 -0
  54. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/README.md +0 -0
  55. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/diamond_sword.json +0 -0
  56. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/first_spell.json +0 -0
  57. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/other_advancement.json +0 -0
  58. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/test_advancement.json +0 -0
  59. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
  60. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
  61. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
  62. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
  63. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
  64. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
  65. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
  66. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
  67. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
  68. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
  69. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
  70. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
  71. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
  72. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
  73. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
  74. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
  75. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
  76. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
  77. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
  78. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
  79. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
  80. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
  81. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
  82. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
  83. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
  84. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
  85. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
  86. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
  87. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
  88. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
  89. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
  90. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
  91. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
  92. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
  93. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
  94. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_if_0.mcfunction +0 -0
  95. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_while_1.mcfunction +0 -0
  96. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_while_body_1.mcfunction +0 -0
  97. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/if_test/function/main_else_1.mcfunction +0 -0
  98. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/if_test/function/main_if_1.mcfunction +0 -0
  99. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
  100. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
  101. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
  102. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
  103. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
  104. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
  105. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/countdown_while_1.mcfunction +0 -0
  106. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/countdown_while_body_1.mcfunction +0 -0
  107. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
  108. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
  109. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_2.mcfunction +0 -0
  110. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
  111. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
  112. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
  113. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
  114. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_0.mcfunction +0 -0
  115. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_1.mcfunction +0 -0
  116. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_5.mcfunction +0 -0
  117. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_0.mcfunction +0 -0
  118. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_1.mcfunction +0 -0
  119. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_5.mcfunction +0 -0
  120. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_0.mcfunction +0 -0
  121. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_1.mcfunction +0 -0
  122. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_2.mcfunction +0 -0
  123. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_6.mcfunction +0 -0
  124. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_7.mcfunction +0 -0
  125. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_0.mcfunction +0 -0
  126. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_1.mcfunction +0 -0
  127. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_2.mcfunction +0 -0
  128. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_6.mcfunction +0 -0
  129. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_7.mcfunction +0 -0
  130. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
  131. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
  132. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
  133. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_if_1.mcfunction +0 -0
  134. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_if_5.mcfunction +0 -0
  135. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_while_4.mcfunction +0 -0
  136. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_while_body_4.mcfunction +0 -0
  137. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
  138. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
  139. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
  140. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
  141. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
  142. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
  143. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
  144. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
  145. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
  146. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
  147. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
  148. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
  149. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
  150. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
  151. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
  152. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
  153. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
  154. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
  155. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
  156. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
  157. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
  158. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
  159. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
  160. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
  161. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
  162. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
  163. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
  164. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
  165. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
  166. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
  167. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
  168. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
  169. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
  170. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
  171. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
  172. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
  173. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
  174. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
  175. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
  176. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
  177. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
  178. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
  179. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
  180. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
  181. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
  182. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
  183. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
  184. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
  185. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
  186. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
  187. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
  188. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
  189. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
  190. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
  191. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
  192. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
  193. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
  194. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
  195. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
  196. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
  197. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
  198. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
  199. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
  200. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
  201. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
  202. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
  203. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
  204. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
  205. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
  206. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_1.mcfunction +0 -0
  207. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_2.mcfunction +0 -0
  208. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_3.mcfunction +0 -0
  209. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_1.mcfunction +0 -0
  210. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_2.mcfunction +0 -0
  211. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_3.mcfunction +0 -0
  212. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_main_while_0.mcfunction +0 -0
  213. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_main_while_body_0.mcfunction +0 -0
  214. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
  215. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
  216. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
  217. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
  218. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
  219. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
  220. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
  221. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
  222. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
  223. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
  224. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
  225. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
  226. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
  227. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
  228. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
  229. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
  230. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
  231. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
  232. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
  233. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
  234. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
  235. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
  236. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_2.mcfunction +0 -0
  237. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
  238. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
  239. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
  240. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_1.mcfunction +0 -0
  241. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2.mcfunction +0 -0
  242. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
  243. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
  244. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
  245. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
  246. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
  247. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
  248. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/while_test/function/main_while_0.mcfunction +0 -0
  249. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/while_test/function/main_while_body_0.mcfunction +0 -0
  250. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/.env +0 -0
  251. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/404.html +0 -0
  252. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/Gemfile +0 -0
  253. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/README.md +0 -0
  254. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_config.yml +0 -0
  255. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/cli-reference.md +0 -0
  256. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/contributing.md +0 -0
  257. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/docs-hub.md +0 -0
  258. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/documentation.md +0 -0
  259. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/examples.md +0 -0
  260. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/getting-started.md +0 -0
  261. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/language-reference.md +0 -0
  262. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/multi-file-projects.md +0 -0
  263. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/python-api.md +0 -0
  264. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/vscode-extension.md +0 -0
  265. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_includes/head-custom.html +0 -0
  266. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_includes/navigation.html +0 -0
  267. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_layouts/default.html +0 -0
  268. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_layouts/page.html +0 -0
  269. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_plugins/test_version.rb +0 -0
  270. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_plugins/version_reader.rb +0 -0
  271. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/assets/css/style.css +0 -0
  272. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/docs.md +0 -0
  273. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/downloads.md +0 -0
  274. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-16.png +0 -0
  275. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-32.png +0 -0
  276. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-48.png +0 -0
  277. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-64.png +0 -0
  278. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-1024.png +0 -0
  279. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-128.png +0 -0
  280. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-256.png +0 -0
  281. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-512.png +0 -0
  282. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-64.png +0 -0
  283. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/index.md +0 -0
  284. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/examples/hello_world.mdl +0 -0
  285. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-16.png +0 -0
  286. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-32.png +0 -0
  287. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-48.png +0 -0
  288. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-64.png +0 -0
  289. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-1024.png +0 -0
  290. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-128.png +0 -0
  291. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-256.png +0 -0
  292. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-512.png +0 -0
  293. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-64.png +0 -0
  294. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/diamond_sword.json +0 -0
  295. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/enchant_tool.json +0 -0
  296. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/test_item_modifier.json +0 -0
  297. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/diamond_sword.json +0 -0
  298. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/epic_loot.json +0 -0
  299. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/main_loot.json +0 -0
  300. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/test_loot.json +0 -0
  301. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/__init__.py +0 -0
  302. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/ast_nodes.py +0 -0
  303. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli.py +0 -0
  304. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_check.py +0 -0
  305. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_help.py +0 -0
  306. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_utils.py +0 -0
  307. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/dir_map.py +0 -0
  308. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/expression_processor.py +0 -0
  309. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/linter.py +0 -0
  310. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_errors.py +0 -0
  311. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_lexer_js.py +0 -0
  312. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_linter.py +0 -0
  313. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_parser_js.py +0 -0
  314. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/pack.py +0 -0
  315. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/utils.py +0 -0
  316. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
  317. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
  318. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/requires.txt +0 -0
  319. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
  320. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/my_awesome_pack/README.md +0 -0
  321. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
  322. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/diamond_sword.json +0 -0
  323. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/has_mana.json +0 -0
  324. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/other_predicate.json +0 -0
  325. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/test_predicate.json +0 -0
  326. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/pyproject.toml +0 -0
  327. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/custom_pickaxe.json +0 -0
  328. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/diamond_sword.json +0 -0
  329. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/first.json +0 -0
  330. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/inlet.json +0 -0
  331. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/main_recipe.json +0 -0
  332. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/outlet.json +0 -0
  333. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/pipe.json +0 -0
  334. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/second.json +0 -0
  335. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/test_recipe.json +0 -0
  336. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/wrench.json +0 -0
  337. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/UpdateMDL.sh +0 -0
  338. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/bootstrap.ps1 +0 -0
  339. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/bootstrap.sh +0 -0
  340. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/build_pkg.ps1 +0 -0
  341. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/build_pkg.sh +0 -0
  342. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_build.ps1 +0 -0
  343. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_build.sh +0 -0
  344. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_setup.ps1 +0 -0
  345. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_setup.sh +0 -0
  346. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
  347. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
  348. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/test_cli-gitbash.sh +0 -0
  349. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/release.sh +0 -0
  350. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_cli.ps1 +0 -0
  351. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_cli.sh +0 -0
  352. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_dev.ps1 +0 -0
  353. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_dev.sh +0 -0
  354. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/update_docs.sh +0 -0
  355. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/update_version_info.sh +0 -0
  356. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/setup.cfg +0 -0
  357. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/diamond_sword.json +0 -0
  358. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/test_structure.json +0 -0
  359. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/workshop.json +0 -0
  360. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_all_registry.mdl +0 -0
  361. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/01_basic_hello_world.mdl +0 -0
  362. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/02_variables_and_scopes.mdl +0 -0
  363. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/03_scoped_function_calls.mdl +0 -0
  364. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/04_while_loops.mdl +0 -0
  365. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/05_raw_commands.mdl +0 -0
  366. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/06_comprehensive_example.mdl +0 -0
  367. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/basic_hello/data/basic_hello/function/load.mcfunction +0 -0
  368. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction +0 -0
  369. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +0 -0
  370. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/basic_hello/pack.mcmeta +0 -0
  371. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +0 -0
  372. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +0 -0
  373. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/data/raw_commands/function/load.mcfunction +0 -0
  374. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction +0 -0
  375. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
  376. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +0 -0
  377. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +0 -0
  378. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -0
  379. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction +0 -0
  380. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction +0 -0
  381. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -0
  382. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
  383. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/minecraft/tags/function/load.json +0 -0
  384. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -0
  385. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/main.mcfunction +0 -0
  386. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/reset.mcfunction +0 -0
  387. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/pack.mcmeta +0 -0
  388. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +0 -0
  389. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +0 -0
  390. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction +0 -0
  391. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction +0 -0
  392. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction +0 -0
  393. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction +0 -0
  394. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction +0 -0
  395. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction +0 -0
  396. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
  397. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed/data/basic_hello/function/load.mcfunction +0 -0
  398. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed/data/basic_hello/function/main.mcfunction +0 -0
  399. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed/data/minecraft/tags/function/load.json +0 -0
  400. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed/pack.mcmeta +0 -0
  401. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed.zip +0 -0
  402. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json +0 -0
  403. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction +0 -0
  404. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction +0 -0
  405. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/load.mcfunction +0 -0
  406. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/main.mcfunction +0 -0
  407. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction +0 -0
  408. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/pack.mcmeta +0 -0
  409. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed.zip +0 -0
  410. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/minecraft/tags/function/load.json +0 -0
  411. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/increment_global.mcfunction +0 -0
  412. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/increment_player.mcfunction +0 -0
  413. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/load.mcfunction +0 -0
  414. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/main.mcfunction +0 -0
  415. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/show_scores.mcfunction +0 -0
  416. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/pack.mcmeta +0 -0
  417. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2.zip +0 -0
  418. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_validation.py +0 -0
  419. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/data/minecraft/tags/function/load.json +0 -0
  420. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/data/variables/function/load.mcfunction +0 -0
  421. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/data/variables/function/main.mcfunction +0 -0
  422. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/data/variables/function/reset.mcfunction +0 -0
  423. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/pack.mcmeta +0 -0
  424. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed.zip +0 -0
  425. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/data/minecraft/tags/function/load.json +0 -0
  426. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/data/variables/function/load.mcfunction +0 -0
  427. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/data/variables/function/main.mcfunction +0 -0
  428. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/data/variables/function/reset.mcfunction +0 -0
  429. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/pack.mcmeta +0 -0
  430. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10.zip +0 -0
  431. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/data/minecraft/tags/function/load.json +0 -0
  432. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/data/variables/function/load.mcfunction +0 -0
  433. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/data/variables/function/main.mcfunction +0 -0
  434. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/data/variables/function/reset.mcfunction +0 -0
  435. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/pack.mcmeta +0 -0
  436. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2.zip +0 -0
  437. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/data/minecraft/tags/function/load.json +0 -0
  438. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/data/variables/function/load.mcfunction +0 -0
  439. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/data/variables/function/main.mcfunction +0 -0
  440. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/data/variables/function/reset.mcfunction +0 -0
  441. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/pack.mcmeta +0 -0
  442. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3.zip +0 -0
  443. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/data/minecraft/tags/function/load.json +0 -0
  444. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/data/variables/function/load.mcfunction +0 -0
  445. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/data/variables/function/main.mcfunction +0 -0
  446. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/data/variables/function/reset.mcfunction +0 -0
  447. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/pack.mcmeta +0 -0
  448. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4.zip +0 -0
  449. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/data/minecraft/tags/function/load.json +0 -0
  450. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/data/variables/function/load.mcfunction +0 -0
  451. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/data/variables/function/main.mcfunction +0 -0
  452. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/data/variables/function/reset.mcfunction +0 -0
  453. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/pack.mcmeta +0 -0
  454. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5.zip +0 -0
  455. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/data/minecraft/tags/function/load.json +0 -0
  456. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/data/variables/function/load.mcfunction +0 -0
  457. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/data/variables/function/main.mcfunction +0 -0
  458. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/data/variables/function/reset.mcfunction +0 -0
  459. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/pack.mcmeta +0 -0
  460. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6.zip +0 -0
  461. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/data/minecraft/tags/function/load.json +0 -0
  462. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/data/variables/function/load.mcfunction +0 -0
  463. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/data/variables/function/main.mcfunction +0 -0
  464. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/data/variables/function/reset.mcfunction +0 -0
  465. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/pack.mcmeta +0 -0
  466. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8.zip +0 -0
  467. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/minecraft/tags/function/load.json +0 -0
  468. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/while_loops/function/countdown.mcfunction +0 -0
  469. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/while_loops/function/load.mcfunction +0 -0
  470. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/while_loops/function/main.mcfunction +0 -0
  471. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/while_loops/function/test_countdown_while_1.mcfunction +0 -0
  472. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/data/while_loops/function/test_main_while_2.mcfunction +0 -0
  473. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/pack.mcmeta +0 -0
  474. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed.zip +0 -0
  475. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/__init__.py +0 -0
  476. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_basic.py +0 -0
  477. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_cli_comprehensive.py +0 -0
  478. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive.py +0 -0
  479. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive_edge_cases.py +0 -0
  480. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive_features.py +0 -0
  481. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_io.py +0 -0
  482. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-16.png +0 -0
  483. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-32.png +0 -0
  484. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-48.png +0 -0
  485. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-64.png +0 -0
  486. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-1024.png +0 -0
  487. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-128.png +0 -0
  488. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-256.png +0 -0
  489. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-512.png +0 -0
  490. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/language-configuration.json +0 -0
  491. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/themes/mdl-color-theme.json +0 -0
  492. {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/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.19
3
+ Version: 15.3.21
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.20"
2
+ tag: "v15.3.20"
3
+ updated_at: "2025-09-02T02:07:02Z"
@@ -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.19'
32
- __version_tuple__ = version_tuple = (15, 3, 19)
31
+ __version__ = version = '15.3.21'
32
+ __version_tuple__ = version_tuple = (15, 3, 21)
33
33
 
34
- __commit_id__ = commit_id = 'g9b7be03b7'
34
+ __commit_id__ = commit_id = 'g12583323c'
@@ -581,13 +581,32 @@ def _generate_hook_files(ast: Dict[str, Any], output_dir: Path, namespace: str,
581
581
  if hook['hook_type'] == 'load':
582
582
  load_values.append(hook['function_name'])
583
583
 
584
- # Add pack-specific load function if pack name is available
584
+ # Add pack-specific load function if pack name is available and different from namespace
585
585
  if 'pack' in ast and 'name' in ast['pack']:
586
586
  pack_name = ast['pack']['name']
587
- load_values.append(f"{pack_name}:load")
587
+ pack_load_function = f"{pack_name}:load"
588
+ # Debug: Show what we're checking
589
+ print(f"DEBUG: Pack name: {pack_name}, pack_load_function: {pack_load_function}")
590
+ print(f"DEBUG: Current load_values: {load_values}")
591
+ print(f"DEBUG: Is pack_load_function in load_values? {pack_load_function in load_values}")
592
+ # Only add if it's not already in the list (avoids duplicates when pack name == namespace)
593
+ if pack_load_function not in load_values:
594
+ load_values.append(pack_load_function)
595
+ print(f"DEBUG: Added pack load function: {pack_load_function}")
596
+ else:
597
+ # Debug: This should prevent duplicates
598
+ print(f"DEBUG: Skipping duplicate pack load function: {pack_load_function}")
599
+
600
+ # Remove duplicates while preserving order
601
+ seen = set()
602
+ unique_load_values = []
603
+ for value in load_values:
604
+ if value not in seen:
605
+ seen.add(value)
606
+ unique_load_values.append(value)
588
607
 
589
608
  load_tag_content = {
590
- "values": load_values
609
+ "values": unique_load_values
591
610
  }
592
611
  write_json(str(load_tag_dir / "load.json"), load_tag_content)
593
612
 
@@ -599,8 +618,16 @@ def _generate_hook_files(ast: Dict[str, Any], output_dir: Path, namespace: str,
599
618
  tick_functions.append(f"{namespace}:{func['name']}")
600
619
 
601
620
  if tick_functions:
621
+ # Remove duplicates while preserving order
622
+ seen = set()
623
+ unique_tick_functions = []
624
+ for value in tick_functions:
625
+ if value not in seen:
626
+ seen.add(value)
627
+ unique_tick_functions.append(value)
628
+
602
629
  tick_tag_content = {
603
- "values": tick_functions
630
+ "values": unique_tick_functions
604
631
  }
605
632
  write_json(str(load_tag_dir / "tick.json"), tick_tag_content)
606
633
 
@@ -86,51 +86,51 @@ namespace "{pack_name}";
86
86
  var num score = 0;
87
87
  var num lives = 3;
88
88
 
89
- // Main function - this runs when called
90
- function "main" {{
91
- say Hello from {project_name}!;
92
-
93
- // Set initial values
94
- score = 10;
95
- lives = 3;
96
-
97
- // Display current values
98
- say Score: $score$;
99
- say Lives: $lives$;
100
-
101
- // Example conditional statement
102
- if "$score$ > 5" {{
103
- say Great score!;
104
- }} else {{
105
- say Keep trying!;
106
- }};
107
-
108
- // Example while loop
109
- while "$lives$ > 0" {{
110
- say You have $lives$ lives remaining;
111
- lives = lives - 1;
112
- }};
113
-
114
- say Game over!;
115
- }}
89
+ // Main function - this runs when called
90
+ function "main" {{
91
+ say Hello from {project_name}!;
92
+
93
+ // Set initial values
94
+ score = 10;
95
+ lives = 3;
96
+
97
+ // Display current values
98
+ say Score: $score$;
99
+ say Lives: $lives$;
116
100
 
117
- // Load function - this runs when the datapack loads
118
- function "load" {{
119
- say [GAME] {pack_name} loaded successfully!;
120
- say Type: /function {project_name}:main;
121
- }}
101
+ // Example conditional statement
102
+ if "$score$ > 5" {{
103
+ say Great score!;
104
+ }} else {{
105
+ say Keep trying!;
106
+ }};
122
107
 
123
- // Tick function - this runs every tick (20 times per second)
124
- function "tick" {{
125
- // Add your tick logic here
126
- // Be careful with performance!
127
- }}
108
+ // Example while loop
109
+ while "$lives$ > 0" {{
110
+ say You have $lives$ lives remaining;
111
+ lives = lives - 1;
112
+ }};
128
113
 
129
- // Example function with parameters
130
- function "greet_player" {{
131
- say Welcome to {pack_name}!;
132
- say Have fun playing!;
133
- }}
114
+ say Game over!;
115
+ }}
116
+
117
+ // Init function - this runs when the datapack loads
118
+ function "init" {{
119
+ say [GAME] {pack_name} loaded successfully!;
120
+ say Type: /function {project_name}:main;
121
+ }}
122
+
123
+ // Tick function - this runs every tick (20 times per second)
124
+ function "tick" {{
125
+ // Add your tick logic here
126
+ // Be careful with performance!
127
+ }}
128
+
129
+ // Example function with parameters
130
+ function "greet_player" {{
131
+ say Welcome to {pack_name}!;
132
+ say Have fun playing!;
133
+ }}
134
134
 
135
135
  // Raw Minecraft commands example
136
136
  $!raw
@@ -149,7 +149,8 @@ raw!$
149
149
  // Example advancement (optional)
150
150
  // advancement "first_diamond" "first_diamond.json";
151
151
 
152
- on_load "{project_name}:main";
152
+ // Hook the init function to run when the datapack loads
153
+ on_load "{project_name}:init";
153
154
  '''
154
155
 
155
156
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: minecraft-datapack-language
3
- Version: 15.3.19
3
+ Version: 15.3.21
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
@@ -7,8 +7,13 @@ MDL_AI_SPEC_SHEET.md
7
7
  MDL_LANGUAGE_SPEC.md
8
8
  Makefile
9
9
  README.md
10
+ dist.zip
10
11
  pyproject.toml
11
12
  test_all_registry.mdl
13
+ test_output_scope.zip
14
+ test_single.zip
15
+ test_single_debug.zip
16
+ test_single_debug2.zip
12
17
  ./minecraft_datapack_language/__init__.py
13
18
  ./minecraft_datapack_language/_version.py
14
19
  ./minecraft_datapack_language/ast_nodes.py
@@ -462,6 +467,18 @@ test_examples/test_output_while_loops_fixed/data/while_loops/function/load.mcfun
462
467
  test_examples/test_output_while_loops_fixed/data/while_loops/function/main.mcfunction
463
468
  test_examples/test_output_while_loops_fixed/data/while_loops/function/test_countdown_while_1.mcfunction
464
469
  test_examples/test_output_while_loops_fixed/data/while_loops/function/test_main_while_2.mcfunction
470
+ test_single/pack.mcmeta
471
+ test_single/data/basic_hello/function/load.mcfunction
472
+ test_single/data/basic_hello/function/main.mcfunction
473
+ test_single/data/minecraft/tags/function/load.json
474
+ test_single_debug/pack.mcmeta
475
+ test_single_debug/data/basic_hello/function/load.mcfunction
476
+ test_single_debug/data/basic_hello/function/main.mcfunction
477
+ test_single_debug/data/minecraft/tags/function/load.json
478
+ test_single_debug2/pack.mcmeta
479
+ test_single_debug2/data/basic_hello/function/load.mcfunction
480
+ test_single_debug2/data/basic_hello/function/main.mcfunction
481
+ test_single_debug2/data/minecraft/tags/function/load.json
465
482
  tests/__init__.py
466
483
  tests/test_basic.py
467
484
  tests/test_cli_comprehensive.py
@@ -471,6 +488,7 @@ tests/test_comprehensive_features.py
471
488
  tests/test_io.py
472
489
  vscode-extension/README.md
473
490
  vscode-extension/language-configuration.json
491
+ vscode-extension/package-lock.json
474
492
  vscode-extension/package.json
475
493
  vscode-extension/tsconfig.json
476
494
  vscode-extension/icons/favicon-16.png
@@ -0,0 +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}
@@ -0,0 +1,3 @@
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, Minecraft!"}]
3
+ tellraw @a {"text":"Welcome to my datapack!","color":"green"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "basic_hello:load",
4
+ "basic_hello:main",
5
+ "basic_hello:load"
6
+ ]
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pack": {
3
+ "pack_format": 82,
4
+ "description": "A simple hello world datapack"
5
+ }
6
+ }
@@ -0,0 +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}
@@ -0,0 +1,3 @@
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, Minecraft!"}]
3
+ tellraw @a {"text":"Welcome to my datapack!","color":"green"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "basic_hello:load",
4
+ "basic_hello:main",
5
+ "basic_hello:load"
6
+ ]
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pack": {
3
+ "pack_format": 82,
4
+ "description": "A simple hello world datapack"
5
+ }
6
+ }
@@ -0,0 +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}
@@ -0,0 +1,3 @@
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, Minecraft!"}]
3
+ tellraw @a {"text":"Welcome to my datapack!","color":"green"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "values": [
3
+ "basic_hello:load",
4
+ "basic_hello:main",
5
+ "basic_hello:load"
6
+ ]
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pack": {
3
+ "pack_format": 82,
4
+ "description": "A simple hello world datapack"
5
+ }
6
+ }
@@ -14,6 +14,7 @@ A comprehensive VSCode extension for the JavaScript-style MDL language, providin
14
14
  ### 💡 IntelliSense & Auto-completion
15
15
  - Smart completion for all MDL keywords
16
16
  - Variable type suggestions (`num`, `str`, `list`)
17
+ - **Explicit scope system support** - Complete scope syntax for variables and functions
17
18
  - Control flow keywords (`if`, `else`, `while`, `for`, `switch`, `try`, `catch`)
18
19
  - Minecraft command suggestions
19
20
  - Entity selector completion
@@ -32,6 +33,12 @@ Comprehensive snippets for all MDL features:
32
33
  - `varnum` - Number variable
33
34
  - `varstr` - String variable
34
35
  - `varlist` - List variable
36
+ - `varscope` - Variable declaration with explicit scope
37
+ - `varnumscope` - Number variable with explicit scope
38
+ - `varaccess` - Variable access with explicit scope
39
+ - `varassign` - Variable assignment with explicit scope
40
+ - `teamvar` - Team-specific variable declaration
41
+ - `teamaccess` - Team variable access
35
42
 
36
43
  #### Control Flow
37
44
  - `if` - If statement
@@ -56,6 +63,7 @@ Comprehensive snippets for all MDL features:
56
63
  - `execute` - Execute command
57
64
  - `scoreboard` - Scoreboard command
58
65
  - `function` - Function call
66
+ - `funcscope` - Function call with explicit scope
59
67
 
60
68
  #### Lifecycle Hooks
61
69
  - `ontick` - On tick hook
@@ -76,6 +84,15 @@ Comprehensive snippets for all MDL features:
76
84
  - Bracket matching
77
85
  - Comment toggling
78
86
 
87
+ ### 🎯 Explicit Scope System
88
+ The extension provides comprehensive support for MDL's explicit scope system:
89
+
90
+ - **Variable Declaration Scopes**: `scope<global>`, `scope<@s>`, `scope<@a>`
91
+ - **Variable Access Scopes**: `variable<@s>`, `counter<global>`, `score<@a[team=red]>`
92
+ - **Function Call Scopes**: `function "namespace:func<@a>"`
93
+ - **Team Scopes**: `scope<@a[team=red]>`, `scope<@a[team=blue]>`
94
+ - **Smart Completions**: Context-aware scope suggestions based on current code position
95
+
79
96
  ## Installation
80
97
 
81
98
  1. Install the extension from the VSCode marketplace
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "minecraft-datapack-language",
3
+ "version": "0.2.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "minecraft-datapack-language",
9
+ "version": "0.2.0",
10
+ "devDependencies": {
11
+ "@types/node": "^20.0.0",
12
+ "@types/vscode": "^1.90.0",
13
+ "typescript": "^5.4.0"
14
+ },
15
+ "engines": {
16
+ "vscode": "^1.90.0"
17
+ }
18
+ },
19
+ "node_modules/@types/node": {
20
+ "version": "20.19.11",
21
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.11.tgz",
22
+ "integrity": "sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==",
23
+ "dev": true,
24
+ "license": "MIT",
25
+ "dependencies": {
26
+ "undici-types": "~6.21.0"
27
+ }
28
+ },
29
+ "node_modules/@types/vscode": {
30
+ "version": "1.103.0",
31
+ "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.103.0.tgz",
32
+ "integrity": "sha512-o4hanZAQdNfsKecexq9L3eHICd0AAvdbLk6hA60UzGXbGH/q8b/9xv2RgR7vV3ZcHuyKVq7b37IGd/+gM4Tu+Q==",
33
+ "dev": true,
34
+ "license": "MIT"
35
+ },
36
+ "node_modules/typescript": {
37
+ "version": "5.9.2",
38
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
39
+ "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
40
+ "dev": true,
41
+ "license": "Apache-2.0",
42
+ "bin": {
43
+ "tsc": "bin/tsc",
44
+ "tsserver": "bin/tsserver"
45
+ },
46
+ "engines": {
47
+ "node": ">=14.17"
48
+ }
49
+ },
50
+ "node_modules/undici-types": {
51
+ "version": "6.21.0",
52
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
53
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
54
+ "dev": true,
55
+ "license": "MIT"
56
+ }
57
+ }
58
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minecraft-datapack-language",
3
3
  "displayName": "Minecraft Datapack Language (MDL) - JavaScript Style",
4
- "description": "Syntax highlighting, snippets, and build tasks for JavaScript-style MDL language with variables, control flow, and advanced features",
4
+ "description": "Syntax highlighting, snippets, and build tasks for JavaScript-style MDL language with variables, control flow, explicit scopes, and advanced features",
5
5
  "version": "0.2.0",
6
6
  "icon": "icons/icon-128.png",
7
7
  "publisher": "mdl",
@@ -22,7 +22,9 @@
22
22
  "mdl",
23
23
  "javascript",
24
24
  "syntax",
25
- "highlighting"
25
+ "highlighting",
26
+ "scopes",
27
+ "variables"
26
28
  ],
27
29
  "activationEvents": [
28
30
  "onLanguage:mdl",
@@ -29,6 +29,13 @@
29
29
  ],
30
30
  "description": "Function declaration"
31
31
  },
32
+ "Function Call with Scope": {
33
+ "prefix": "funcscope",
34
+ "body": [
35
+ "function \"${1:namespace:function_name}<${2:@s|global|@a}>\""
36
+ ],
37
+ "description": "Function call with explicit scope"
38
+ },
32
39
  "Variable Declaration": {
33
40
  "prefix": "var",
34
41
  "body": [
@@ -36,6 +43,13 @@
36
43
  ],
37
44
  "description": "Variable declaration"
38
45
  },
46
+ "Variable Declaration with Scope": {
47
+ "prefix": "varscope",
48
+ "body": [
49
+ "var ${1:num|str|list} ${2:variable_name} scope<${3:@s|global|@a}> = ${4:value};"
50
+ ],
51
+ "description": "Variable declaration with explicit scope"
52
+ },
39
53
  "Number Variable": {
40
54
  "prefix": "varnum",
41
55
  "body": [
@@ -43,6 +57,13 @@
43
57
  ],
44
58
  "description": "Number variable declaration"
45
59
  },
60
+ "Number Variable with Scope": {
61
+ "prefix": "varnumscope",
62
+ "body": [
63
+ "var num ${1:variable_name} scope<${2:@s|global|@a}> = ${3:0};"
64
+ ],
65
+ "description": "Number variable declaration with explicit scope"
66
+ },
46
67
  "String Variable": {
47
68
  "prefix": "varstr",
48
69
  "body": [
@@ -314,6 +335,34 @@
314
335
  ],
315
336
  "description": "Raw text block - content is inserted directly without MDL parsing"
316
337
  },
338
+ "Variable Access with Scope": {
339
+ "prefix": "varaccess",
340
+ "body": [
341
+ "${1:variable_name}<${2:@s|global|@a}>"
342
+ ],
343
+ "description": "Access variable with explicit scope"
344
+ },
345
+ "Variable Assignment with Scope": {
346
+ "prefix": "varassign",
347
+ "body": [
348
+ "${1:variable_name}<${2:@s|global|@a}> = ${3:value};"
349
+ ],
350
+ "description": "Assign value to variable with explicit scope"
351
+ },
352
+ "Team Variable Declaration": {
353
+ "prefix": "teamvar",
354
+ "body": [
355
+ "var num ${1:variable_name} scope<@a[team=${2:red|blue|green}]> = ${3:0};"
356
+ ],
357
+ "description": "Team-specific variable declaration"
358
+ },
359
+ "Team Variable Access": {
360
+ "prefix": "teamaccess",
361
+ "body": [
362
+ "${1:variable_name}<@a[team=${2:red|blue|green}]>"
363
+ ],
364
+ "description": "Access team-specific variable"
365
+ },
317
366
  "Raw Text with Function Example": {
318
367
  "prefix": "rawfunction",
319
368
  "body": [
@@ -50,6 +50,47 @@ export function activate(context: vscode.ExtensionContext) {
50
50
  listItem.documentation = 'Declares a list variable stored in multiple scoreboard objectives';
51
51
  listItem.insertText = 'list';
52
52
  completionItems.push(listItem);
53
+
54
+ // Scope completions for variable declarations
55
+ const scopeItem = new vscode.CompletionItem('scope<global>', vscode.CompletionItemKind.Keyword);
56
+ scopeItem.detail = 'Global scope';
57
+ scopeItem.documentation = 'Declare variable with global scope (server-wide storage)';
58
+ scopeItem.insertText = 'scope<global>';
59
+ completionItems.push(scopeItem);
60
+
61
+ const playerScopeItem = new vscode.CompletionItem('scope<@s>', vscode.CompletionItemKind.Keyword);
62
+ playerScopeItem.detail = 'Player scope';
63
+ playerScopeItem.documentation = 'Declare variable with player scope (default for most variables)';
64
+ playerScopeItem.insertText = 'scope<@s>';
65
+ completionItems.push(playerScopeItem);
66
+
67
+ const allPlayersScopeItem = new vscode.CompletionItem('scope<@a>', vscode.CompletionItemKind.Keyword);
68
+ allPlayersScopeItem.detail = 'All players scope';
69
+ allPlayersScopeItem.documentation = 'Declare variable with all players scope';
70
+ allPlayersScopeItem.insertText = 'scope<@a>';
71
+ completionItems.push(allPlayersScopeItem);
72
+ }
73
+
74
+ // Variable access with scope completions
75
+ if (linePrefix.includes('=') || linePrefix.includes('+') || linePrefix.includes('-') || linePrefix.includes('*') || linePrefix.includes('/')) {
76
+ // Suggest scope syntax for variable access
77
+ const globalScopeItem = new vscode.CompletionItem('<global>', vscode.CompletionItemKind.Keyword);
78
+ globalScopeItem.detail = 'Global scope access';
79
+ globalScopeItem.documentation = 'Access variable with global scope';
80
+ globalScopeItem.insertText = '<global>';
81
+ completionItems.push(globalScopeItem);
82
+
83
+ const playerScopeItem = new vscode.CompletionItem('<@s>', vscode.CompletionItemKind.Keyword);
84
+ playerScopeItem.detail = 'Player scope access';
85
+ playerScopeItem.documentation = 'Access variable with player scope';
86
+ playerScopeItem.insertText = '<@s>';
87
+ completionItems.push(playerScopeItem);
88
+
89
+ const allPlayersScopeItem = new vscode.CompletionItem('<@a>', vscode.CompletionItemKind.Keyword);
90
+ allPlayersScopeItem.detail = 'All players scope access';
91
+ allPlayersScopeItem.documentation = 'Access variable with all players scope';
92
+ allPlayersScopeItem.insertText = '<@a>';
93
+ completionItems.push(allPlayersScopeItem);
53
94
  }
54
95
 
55
96
  // Control flow keywords
@@ -144,6 +185,27 @@ export function activate(context: vscode.ExtensionContext) {
144
185
  completionItems.push(item);
145
186
  });
146
187
 
188
+ // Function call scope completions
189
+ if (linePrefix.includes('function') && linePrefix.includes('"')) {
190
+ const functionGlobalScopeItem = new vscode.CompletionItem('<global>', vscode.CompletionItemKind.Keyword);
191
+ functionGlobalScopeItem.detail = 'Global scope function call';
192
+ functionGlobalScopeItem.documentation = 'Execute function as global scope (server)';
193
+ functionGlobalScopeItem.insertText = '<global>';
194
+ completionItems.push(functionGlobalScopeItem);
195
+
196
+ const functionPlayerScopeItem = new vscode.CompletionItem('<@s>', vscode.CompletionItemKind.Keyword);
197
+ functionPlayerScopeItem.detail = 'Player scope function call';
198
+ functionPlayerScopeItem.documentation = 'Execute function as current player';
199
+ functionPlayerScopeItem.insertText = '<@s>';
200
+ completionItems.push(functionPlayerScopeItem);
201
+
202
+ const functionAllPlayersScopeItem = new vscode.CompletionItem('<@a>', vscode.CompletionItemKind.Keyword);
203
+ functionAllPlayersScopeItem.detail = 'All players scope function call';
204
+ functionAllPlayersScopeItem.documentation = 'Execute function as all players';
205
+ functionAllPlayersScopeItem.insertText = '<@a>';
206
+ completionItems.push(functionAllPlayersScopeItem);
207
+ }
208
+
147
209
  // Entity selectors
148
210
  const selectors = [
149
211
  { name: '@p', detail: 'Nearest player', doc: 'Select nearest player' },
@@ -55,6 +55,14 @@
55
55
  "name": "variable.other.mdl",
56
56
  "match": "\\b[a-zA-Z_][a-zA-Z0-9_]*\\b"
57
57
  },
58
+ {
59
+ "name": "variable.scope.mdl",
60
+ "match": "\\b[a-zA-Z_][a-zA-Z0-9_]*<[^>]+>\\b"
61
+ },
62
+ {
63
+ "name": "keyword.scope.mdl",
64
+ "match": "\\bscope<[^>]+>\\b"
65
+ },
58
66
  {
59
67
  "name": "constant.language.mdl",
60
68
  "match": "\\b(true|false|null|undefined)\\b"
@@ -1,3 +0,0 @@
1
- current: "15.3.18"
2
- tag: "v15.3.18"
3
- updated_at: "2025-09-02T01:13:54Z"