minecraft-datapack-language 15.3.16__tar.gz → 15.3.17__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.16/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.17}/PKG-INFO +1 -1
- minecraft_datapack_language-15.3.17/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/mdl_lexer_js.py +3 -4
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/mdl_parser_js.py +3 -3
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language.egg-info/SOURCES.txt +6 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction +1 -1
- minecraft_datapack_language-15.3.17/test_examples/test_output/basic_hello.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +1 -1
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction +2 -2
- minecraft_datapack_language-15.3.17/test_examples/test_output/raw_commands.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +1 -1
- {minecraft_datapack_language-15.3.16/test_examples/test_output_scoped_fixed_v2 → minecraft_datapack_language-15.3.17/test_examples/test_output/scoped_calls}/data/scoped_calls/function/increment_player.mcfunction +1 -1
- {minecraft_datapack_language-15.3.16/test_examples/test_output_scoped_fixed_v2 → minecraft_datapack_language-15.3.17/test_examples/test_output/scoped_calls}/data/scoped_calls/function/main.mcfunction +1 -1
- minecraft_datapack_language-15.3.17/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +3 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output/scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output/variables/data/variables/function/main.mcfunction +7 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output/variables/data/variables/function/reset.mcfunction +5 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output/variables.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +1 -1
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction +2 -2
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction +1 -1
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction +1 -1
- minecraft_datapack_language-15.3.17/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8/data/variables/function/load.mcfunction +4 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8/data/variables/function/main.mcfunction +7 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8/data/variables/function/reset.mcfunction +5 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8/pack.mcmeta +6 -0
- minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v8.zip +0 -0
- minecraft_datapack_language-15.3.16/docs/_data/version.yml +0 -3
- minecraft_datapack_language-15.3.16/test_examples/test_output/basic_hello.zip +0 -0
- minecraft_datapack_language-15.3.16/test_examples/test_output/raw_commands.zip +0 -0
- minecraft_datapack_language-15.3.16/test_examples/test_output/scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.16/test_examples/test_output/variables.zip +0 -0
- minecraft_datapack_language-15.3.16/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.16/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/show_scores.mcfunction +0 -3
- minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v6/data/variables/function/main.mcfunction +0 -7
- minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v6/data/variables/function/reset.mcfunction +0 -5
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/test-examples.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.gitignore +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/CORE_FEATURES_GUIDE.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/DEVELOPMENT.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/LICENSE +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/MDL_AI_SPEC_SHEET.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/MDL_LANGUAGE_SPEC.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/Makefile +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/README.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/.env +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/404.html +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/Gemfile +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/README.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_config.yml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/python-api.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/docs.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/downloads.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/docs/index.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli_build.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli_check.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli_help.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli_new.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/cli_utils.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/expression_processor.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/linter.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/pack.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/pyproject.toml +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/first.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/second.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/release.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/setup.cfg +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/structures/workshop.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/01_basic_hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/02_variables_and_scopes.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/03_scoped_function_calls.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/04_while_loops.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/05_raw_commands.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/06_comprehensive_example.mdl +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/basic_hello/data/basic_hello/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/basic_hello/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/raw_commands/data/raw_commands/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/variables/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/variables/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output/scoped_calls → minecraft_datapack_language-15.3.17/test_examples/test_output_scoped_fixed}/data/scoped_calls/function/increment_player.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output/scoped_calls → minecraft_datapack_language-15.3.17/test_examples/test_output_scoped_fixed}/data/scoped_calls/function/show_scores.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed_v2/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/increment_global.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_scoped_fixed → minecraft_datapack_language-15.3.17/test_examples/test_output_scoped_fixed_v2}/data/scoped_calls/function/increment_player.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output/scoped_calls → minecraft_datapack_language-15.3.17/test_examples/test_output_scoped_fixed_v2}/data/scoped_calls/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_scoped_fixed → minecraft_datapack_language-15.3.17/test_examples/test_output_scoped_fixed_v2}/data/scoped_calls/function/show_scores.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed_v2/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_scoped_fixed_v2.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_validation.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v2/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v2/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output/variables → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v2}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output/variables → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v2}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v2/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v2.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v3/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v3/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v2 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v3}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v2 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v3}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v3/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v3.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v4/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v4/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v3 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v4}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v3 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v4}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v4/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v4.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v5/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v5/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v4 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v5}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v4 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v5}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v5/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v5.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v6/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v6/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v5 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v6}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16/test_examples/test_output_variables_fixed_v5 → minecraft_datapack_language-15.3.17/test_examples/test_output_variables_fixed_v6}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v6/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/test_examples/test_output_variables_fixed_v6.zip +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/__init__.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_basic.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_cli_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_comprehensive_edge_cases.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_comprehensive_features.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/tests/test_io.py +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/README.md +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/package.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/snippets/mdl.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/src/extension.ts +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/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.17
|
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
|
@@ -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.17'
|
32
|
+
__version_tuple__ = version_tuple = (15, 3, 17)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'ga047e8b11'
|
@@ -570,11 +570,10 @@ class MDLLexer:
|
|
570
570
|
self.current += 1
|
571
571
|
self.column += 1
|
572
572
|
|
573
|
-
# Create the say command token with
|
573
|
+
# Create the say command token with content (without semicolon)
|
574
574
|
content = ''.join(content_parts).strip()
|
575
|
-
|
576
|
-
|
577
|
-
self.tokens.append(Token(TokenType.SAY, full_command, say_start_line, say_start_column))
|
575
|
+
print(f"DEBUG: Final say command content: '{content}'")
|
576
|
+
self.tokens.append(Token(TokenType.SAY, content, say_start_line, say_start_column))
|
578
577
|
|
579
578
|
def _scan_execute_command(self, source: str):
|
580
579
|
"""Scan an execute command and its content until semicolon."""
|
@@ -708,10 +708,10 @@ class MDLParser:
|
|
708
708
|
say_token = self._match(TokenType.SAY)
|
709
709
|
content = say_token.value
|
710
710
|
|
711
|
-
# The
|
712
|
-
|
711
|
+
# The lexer no longer includes the semicolon, so we need to consume it here
|
712
|
+
self._match(TokenType.SEMICOLON)
|
713
713
|
|
714
|
-
return {"type": "command", "command": content}
|
714
|
+
return {"type": "command", "command": f"say {content}"}
|
715
715
|
|
716
716
|
def _parse_execute_command(self) -> Command:
|
717
717
|
"""Parse an execute command."""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 15.3.
|
3
|
+
Version: 15.3.17
|
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
|
@@ -358,6 +358,7 @@ test_examples/test_output_variables_fixed_v3.zip
|
|
358
358
|
test_examples/test_output_variables_fixed_v4.zip
|
359
359
|
test_examples/test_output_variables_fixed_v5.zip
|
360
360
|
test_examples/test_output_variables_fixed_v6.zip
|
361
|
+
test_examples/test_output_variables_fixed_v8.zip
|
361
362
|
test_examples/test_output/basic_hello.zip
|
362
363
|
test_examples/test_output/raw_commands.zip
|
363
364
|
test_examples/test_output/scoped_calls.zip
|
@@ -437,6 +438,11 @@ test_examples/test_output_variables_fixed_v6/data/minecraft/tags/function/load.j
|
|
437
438
|
test_examples/test_output_variables_fixed_v6/data/variables/function/load.mcfunction
|
438
439
|
test_examples/test_output_variables_fixed_v6/data/variables/function/main.mcfunction
|
439
440
|
test_examples/test_output_variables_fixed_v6/data/variables/function/reset.mcfunction
|
441
|
+
test_examples/test_output_variables_fixed_v8/pack.mcmeta
|
442
|
+
test_examples/test_output_variables_fixed_v8/data/minecraft/tags/function/load.json
|
443
|
+
test_examples/test_output_variables_fixed_v8/data/variables/function/load.mcfunction
|
444
|
+
test_examples/test_output_variables_fixed_v8/data/variables/function/main.mcfunction
|
445
|
+
test_examples/test_output_variables_fixed_v8/data/variables/function/reset.mcfunction
|
440
446
|
tests/__init__.py
|
441
447
|
tests/test_basic.py
|
442
448
|
tests/test_cli_comprehensive.py
|
@@ -1,3 +1,3 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
tellraw @a [{"text":"Hello, Minecraft
|
2
|
+
tellraw @a [{"text":"Hello, Minecraft!;"}]
|
3
3
|
tellraw @a {"text":"Welcome to my datapack!","color":"green"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
tellraw @a [{"text":"Starting raw command demo
|
2
|
+
tellraw @a [{"text":"Starting raw command demo...;"}]
|
3
3
|
# This is a raw command block
|
4
4
|
# These commands are inserted directly without processing
|
5
5
|
effect give @a minecraft:night_vision 10 1 true
|
6
6
|
effect give @a minecraft:jump_boost 10 2 true
|
7
|
-
tellraw @a [{"text":"Raw commands executed
|
7
|
+
tellraw @a [{"text":"Raw commands executed!;"}]
|
@@ -1,3 +1,3 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
2
|
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalTimer 1
|
3
|
-
tellraw @a [{"text":"Global timer updated
|
3
|
+
tellraw @a [{"text":"Global timer updated!;"}]
|
@@ -1,3 +1,3 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
2
|
scoreboard players add @s playerScore 10
|
3
|
-
tellraw @a [{"text":"Your score increased
|
3
|
+
tellraw @a [{"text":"Your score increased!;"}]
|
@@ -1,5 +1,5 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
tellraw @a [{"text":"Starting scoped function demo
|
2
|
+
tellraw @a [{"text":"Starting scoped function demo...;"}]
|
3
3
|
execute as @s run function scoped_calls:increment_player
|
4
4
|
|
5
5
|
execute as @e[type=armor_stand,tag=mdl_server,limit=1] run function scoped_calls:increment_global
|
@@ -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":"Player score: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"playerScore"}},{"text":";"}]
|
3
|
+
tellraw @a [{"text":"Global timer: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"globalTimer"}},{"text":";"}]
|
@@ -0,0 +1,7 @@
|
|
1
|
+
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
+
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 1
|
3
|
+
scoreboard players add @s playerCounter 1
|
4
|
+
scoreboard players add @a[team=red] teamCounter 1
|
5
|
+
tellraw @a [{"text":"Global counter: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"globalCounter"}},{"text":";"}]
|
6
|
+
tellraw @a [{"text":"Player counter: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"playerCounter"}},{"text":";"}]
|
7
|
+
tellraw @a [{"text":"Team counter: "},{"score":{"name":"@a[team=red]","objective":"teamCounter"}},{"text":";"}]
|
@@ -0,0 +1,5 @@
|
|
1
|
+
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
+
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
|
3
|
+
scoreboard players set @s playerCounter 0
|
4
|
+
scoreboard players set @a[team=red] teamCounter 0
|
5
|
+
tellraw @a [{"text":"All counters reset!;"}]
|
@@ -1,3 +1,3 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
2
|
execute if score @e[type=armor_stand,tag=mdl_server,limit=1] countdown matches 1.. run function while_loops:test_countdown_while_1
|
3
|
-
tellraw @a [{"text":"Blast off
|
3
|
+
tellraw @a [{"text":"Blast off!;"}]
|
@@ -1,5 +1,5 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
tellraw @a [{"text":"Starting while loop demo
|
2
|
+
tellraw @a [{"text":"Starting while loop demo...;"}]
|
3
3
|
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] counter 0
|
4
4
|
execute if score @e[type=armor_stand,tag=mdl_server,limit=1] counter < @e[type=armor_stand,tag=mdl_server,limit=1] maxCount run function while_loops:test_main_while_2
|
5
|
-
tellraw @a [{"text":"Loop finished
|
5
|
+
tellraw @a [{"text":"Loop finished!;"}]
|
@@ -1,3 +1,3 @@
|
|
1
|
-
tellraw @a [{"text":"Countdown: countdown"}]
|
1
|
+
tellraw @a [{"text":"Countdown: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"countdown"}},{"text":";"}]
|
2
2
|
scoreboard players remove @s countdown 1
|
3
3
|
execute if score @e[type=armor_stand,tag=mdl_server,limit=1] countdown matches 1.. run function while_loops:test_countdown_while_1
|
@@ -1,3 +1,3 @@
|
|
1
1
|
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] counter 1
|
2
|
-
tellraw @a [{"text":"Loop iteration: counter"}]
|
2
|
+
tellraw @a [{"text":"Loop iteration: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"counter"}},{"text":";"}]
|
3
3
|
execute if score @e[type=armor_stand,tag=mdl_server,limit=1] counter < @e[type=armor_stand,tag=mdl_server,limit=1] maxCount run function while_loops:test_main_while_2
|
@@ -0,0 +1,4 @@
|
|
1
|
+
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
+
scoreboard objectives add globalCounter dummy
|
3
|
+
scoreboard objectives add playerCounter dummy
|
4
|
+
scoreboard objectives add teamCounter dummy
|
@@ -0,0 +1,7 @@
|
|
1
|
+
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
+
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 1
|
3
|
+
scoreboard players add @s playerCounter 1
|
4
|
+
scoreboard players add @a[team=red] teamCounter 1
|
5
|
+
tellraw @a [{"text":"Global counter: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"globalCounter"}},{"text":";"}]
|
6
|
+
tellraw @a [{"text":"Player counter: "},{"score":{"name":"@e[type=armor_stand,tag=mdl_server,limit=1]","objective":"playerCounter"}},{"text":";"}]
|
7
|
+
tellraw @a [{"text":"Team counter: "},{"score":{"name":"@a[team=red]","objective":"teamCounter"}},{"text":";"}]
|
@@ -0,0 +1,5 @@
|
|
1
|
+
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
+
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
|
3
|
+
scoreboard players set @s playerCounter 0
|
4
|
+
scoreboard players set @a[team=red] teamCounter 0
|
5
|
+
tellraw @a [{"text":"All counters reset!;"}]
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,7 +0,0 @@
|
|
1
|
-
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 1
|
3
|
-
scoreboard players add @s playerCounter 1
|
4
|
-
scoreboard players add @a[team=red] teamCounter 1
|
5
|
-
tellraw @a [{"text":"Global counter: globalCounter"}]
|
6
|
-
tellraw @a [{"text":"Player counter: playerCounter"}]
|
7
|
-
tellraw @a [{"text":"Team counter: teamCounter"}]
|
@@ -1,5 +0,0 @@
|
|
1
|
-
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
|
3
|
-
scoreboard players set @s playerCounter 0
|
4
|
-
scoreboard players set @a[team=red] teamCounter 0
|
5
|
-
tellraw @a [{"text":"All counters reset !"}]
|
{minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.cursor/rules/aispec.mdc
RENAMED
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/CORE_FEATURES_GUIDE.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/MDL_AI_SPEC_SHEET.md
RENAMED
File without changes
|
{minecraft_datapack_language-15.3.16 → minecraft_datapack_language-15.3.17}/MDL_LANGUAGE_SPEC.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|