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.
- {minecraft_datapack_language-15.3.19/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.21}/PKG-INFO +1 -1
- minecraft_datapack_language-15.3.21/dist.zip +0 -0
- minecraft_datapack_language-15.3.21/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_build.py +31 -4
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_new.py +44 -43
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/SOURCES.txt +18 -0
- minecraft_datapack_language-15.3.21/test_examples/test_output/basic_hello.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.21/test_output_scope.zip +0 -0
- minecraft_datapack_language-15.3.21/test_single/data/basic_hello/function/load.mcfunction +1 -0
- minecraft_datapack_language-15.3.21/test_single/data/basic_hello/function/main.mcfunction +3 -0
- minecraft_datapack_language-15.3.21/test_single/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.21/test_single/pack.mcmeta +6 -0
- minecraft_datapack_language-15.3.21/test_single.zip +0 -0
- minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/load.mcfunction +1 -0
- minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/main.mcfunction +3 -0
- minecraft_datapack_language-15.3.21/test_single_debug/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.21/test_single_debug/pack.mcmeta +6 -0
- minecraft_datapack_language-15.3.21/test_single_debug.zip +0 -0
- minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/load.mcfunction +1 -0
- minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/main.mcfunction +3 -0
- minecraft_datapack_language-15.3.21/test_single_debug2/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.21/test_single_debug2/pack.mcmeta +6 -0
- minecraft_datapack_language-15.3.21/test_single_debug2.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/README.md +17 -0
- minecraft_datapack_language-15.3.21/vscode-extension/package-lock.json +58 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/package.json +4 -2
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/snippets/mdl.json +49 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/src/extension.ts +62 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/syntaxes/mdl.tmLanguage.json +8 -0
- minecraft_datapack_language-15.3.19/docs/_data/version.yml +0 -3
- minecraft_datapack_language-15.3.19/test_examples/test_output/basic_hello.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/test-examples.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.gitignore +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/CORE_FEATURES_GUIDE.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/DEVELOPMENT.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/LICENSE +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/MDL_AI_SPEC_SHEET.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/MDL_LANGUAGE_SPEC.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/Makefile +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/README.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/.env +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/404.html +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/Gemfile +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/README.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_config.yml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/python-api.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/docs.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/downloads.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/docs/index.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_check.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_help.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/cli_utils.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/expression_processor.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/linter.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_lexer_js.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/mdl_parser_js.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/pack.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/pyproject.toml +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/first.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/second.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/release.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/setup.cfg +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/structures/workshop.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/01_basic_hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/02_variables_and_scopes.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/03_scoped_function_calls.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/04_while_loops.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/05_raw_commands.mdl +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/06_comprehensive_example.mdl +0 -0
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/basic_hello/pack.mcmeta +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/variables/pack.mcmeta +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_basic_hello_fixed.zip +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed.zip +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_scoped_fixed_v2.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_validation.py +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v10.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v2.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v3.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v4.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v5.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v6.zip +0 -0
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_variables_fixed_v8.zip +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/test_examples/test_output_while_loops_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/__init__.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_basic.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_cli_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive_edge_cases.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_comprehensive_features.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/tests/test_io.py +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {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.
|
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
|
Binary file
|
@@ -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.
|
32
|
-
__version_tuple__ = version_tuple = (15, 3,
|
31
|
+
__version__ = version = '15.3.21'
|
32
|
+
__version_tuple__ = version_tuple = (15, 3, 21)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
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
|
-
|
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":
|
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":
|
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
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
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
|
-
//
|
118
|
-
|
119
|
-
say
|
120
|
-
|
121
|
-
|
101
|
+
// Example conditional statement
|
102
|
+
if "$score$ > 5" {{
|
103
|
+
say Great score!;
|
104
|
+
}} else {{
|
105
|
+
say Keep trying!;
|
106
|
+
}};
|
122
107
|
|
123
|
-
//
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
}}
|
108
|
+
// Example while loop
|
109
|
+
while "$lives$ > 0" {{
|
110
|
+
say You have $lives$ lives remaining;
|
111
|
+
lives = lives - 1;
|
112
|
+
}};
|
128
113
|
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
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
|
-
|
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.
|
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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -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"}
|
Binary file
|
minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/load.mcfunction
ADDED
@@ -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}
|
minecraft_datapack_language-15.3.21/test_single_debug/data/basic_hello/function/main.mcfunction
ADDED
@@ -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"}
|
Binary file
|
minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/load.mcfunction
ADDED
@@ -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}
|
minecraft_datapack_language-15.3.21/test_single_debug2/data/basic_hello/function/main.mcfunction
ADDED
@@ -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"}
|
Binary file
|
@@ -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"
|
Binary file
|
{minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.cursor/rules/aispec.mdc
RENAMED
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.19 → minecraft_datapack_language-15.3.21}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|