minecraft-datapack-language 15.3.9__tar.gz → 15.3.11__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.9/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.11}/PKG-INFO +1 -1
- minecraft_datapack_language-15.3.11/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli_build.py +17 -5
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language.egg-info/SOURCES.txt +6 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output/basic_hello.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands.zip +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output_scoped_fixed_v2 → minecraft_datapack_language-15.3.11/test_examples/test_output/scoped_calls}/data/scoped_calls/function/increment_global.mcfunction +1 -1
- minecraft_datapack_language-15.3.11/test_examples/test_output/scoped_calls.zip +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output_variables_fixed → minecraft_datapack_language-15.3.11/test_examples/test_output/variables}/data/variables/function/main.mcfunction +2 -2
- {minecraft_datapack_language-15.3.9/test_examples/test_output_variables_fixed → minecraft_datapack_language-15.3.11/test_examples/test_output/variables}/data/variables/function/reset.mcfunction +2 -2
- minecraft_datapack_language-15.3.11/test_examples/test_output/variables.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction +1 -1
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction +1 -1
- minecraft_datapack_language-15.3.11/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2/data/variables/function/load.mcfunction +4 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2/data/variables/function/main.mcfunction +7 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2/data/variables/function/reset.mcfunction +5 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2/pack.mcmeta +6 -0
- minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed_v2.zip +0 -0
- minecraft_datapack_language-15.3.9/docs/_data/version.yml +0 -3
- minecraft_datapack_language-15.3.9/test_examples/test_output/basic_hello.zip +0 -0
- minecraft_datapack_language-15.3.9/test_examples/test_output/scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.9/test_examples/test_output/variables.zip +0 -0
- minecraft_datapack_language-15.3.9/test_examples/test_output/while_loops.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/test-examples.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.gitignore +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/CORE_FEATURES_GUIDE.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/DEVELOPMENT.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/LICENSE +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/MDL_AI_SPEC_SHEET.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/MDL_LANGUAGE_SPEC.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/Makefile +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/README.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/.env +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/404.html +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/Gemfile +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/README.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_config.yml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/python-api.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/docs.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/downloads.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/docs/index.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli_check.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli_help.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli_new.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/cli_utils.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/expression_processor.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/linter.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/mdl_lexer_js.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/mdl_parser_js.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/pack.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/pyproject.toml +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/first.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/second.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/release.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/setup.cfg +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/structures/workshop.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/01_basic_hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/02_variables_and_scopes.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/03_scoped_function_calls.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/04_while_loops.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/05_raw_commands.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/06_comprehensive_example.mdl +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/basic_hello/data/basic_hello/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/basic_hello/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands/data/raw_commands/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/variables/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/variables/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output/scoped_calls → minecraft_datapack_language-15.3.11/test_examples/test_output_scoped_fixed}/data/scoped_calls/function/increment_global.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output_scoped_fixed → minecraft_datapack_language-15.3.11/test_examples/test_output_scoped_fixed_v2}/data/scoped_calls/function/increment_global.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/increment_player.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/data/scoped_calls/function/show_scores.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_scoped_fixed_v2.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_validation.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_variables_fixed/data/minecraft/tags/function/load.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_variables_fixed/data/variables/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output/variables → minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed}/data/variables/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9/test_examples/test_output/variables → minecraft_datapack_language-15.3.11/test_examples/test_output_variables_fixed}/data/variables/function/reset.mcfunction +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_variables_fixed/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/test_examples/test_output_variables_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/__init__.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_basic.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_cli_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_comprehensive_edge_cases.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_comprehensive_features.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/tests/test_io.py +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/README.md +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/package.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/snippets/mdl.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/src/extension.ts +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/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.11
|
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.11'
|
32
|
+
__version_tuple__ = version_tuple = (15, 3, 11)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g7b587633a'
|
@@ -218,18 +218,19 @@ def _generate_load_function(scoreboard_commands: List[str], output_dir: Path, na
|
|
218
218
|
f.write('\n'.join(load_content))
|
219
219
|
|
220
220
|
|
221
|
-
def _process_say_command_with_variables(content: str, selector: str) -> str:
|
221
|
+
def _process_say_command_with_variables(content: str, selector: str, variable_scopes: Dict[str, str] = None) -> str:
|
222
222
|
"""Process say command content with variable substitution, converting to tellraw with score components."""
|
223
223
|
import re
|
224
224
|
|
225
225
|
print(f"DEBUG: _process_say_command_with_variables called with content: {repr(content)}, selector: {selector}")
|
226
|
+
print(f"DEBUG: Variable scopes available: {variable_scopes}")
|
226
227
|
|
227
228
|
# Clean up the content - remove quotes if present
|
228
229
|
content = content.strip()
|
229
230
|
if content.startswith('"') and content.endswith('"'):
|
230
231
|
content = content[1:-1] # Remove surrounding quotes
|
231
232
|
|
232
|
-
#
|
233
|
+
# Look for traditional $variable$ syntax
|
233
234
|
var_pattern = r'\$([^$]+)\$'
|
234
235
|
matches = re.findall(var_pattern, content)
|
235
236
|
|
@@ -275,8 +276,19 @@ def _process_say_command_with_variables(content: str, selector: str) -> str:
|
|
275
276
|
var_selector = var_parts[1][:-1] # Remove trailing >
|
276
277
|
components.append(f'{{"score":{{"name":"{var_selector}","objective":"{base_var}"}}}}')
|
277
278
|
else:
|
278
|
-
# Simple variable: $variable$ -
|
279
|
-
|
279
|
+
# Simple variable: $variable$ - determine selector based on declared scope
|
280
|
+
var_selector = "@e[type=armor_stand,tag=mdl_server,limit=1]" # Default to global
|
281
|
+
if variable_scopes and var_name in variable_scopes:
|
282
|
+
declared_scope = variable_scopes[var_name]
|
283
|
+
if declared_scope == 'global':
|
284
|
+
var_selector = "@e[type=armor_stand,tag=mdl_server,limit=1]"
|
285
|
+
else:
|
286
|
+
var_selector = declared_scope
|
287
|
+
print(f"DEBUG: Variable {var_name} using declared scope {declared_scope} -> selector {var_selector}")
|
288
|
+
else:
|
289
|
+
print(f"DEBUG: Variable {var_name} has no declared scope, using default global selector")
|
290
|
+
|
291
|
+
components.append(f'{{"score":{{"name":"{var_selector}","objective":"{var_name}"}}}}')
|
280
292
|
|
281
293
|
# Join components and create tellraw command
|
282
294
|
components_str = ','.join(components)
|
@@ -303,7 +315,7 @@ def _process_statement(statement: Any, namespace: str, function_name: str, state
|
|
303
315
|
content = command[4:] # Remove "say " prefix
|
304
316
|
print(f"DEBUG: Say command content: {repr(content)}")
|
305
317
|
# Convert to Minecraft tellraw format
|
306
|
-
processed_command = _process_say_command_with_variables(content, selector)
|
318
|
+
processed_command = _process_say_command_with_variables(content, selector, variable_scopes)
|
307
319
|
print(f"DEBUG: Processed say command: {repr(processed_command)}")
|
308
320
|
commands.append(processed_command)
|
309
321
|
elif command.startswith('tellraw @a ') or command.startswith('tellraw @ a '):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 15.3.
|
3
|
+
Version: 15.3.11
|
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
|
@@ -353,6 +353,7 @@ test_examples/test_output_scoped_fixed.zip
|
|
353
353
|
test_examples/test_output_scoped_fixed_v2.zip
|
354
354
|
test_examples/test_output_validation.py
|
355
355
|
test_examples/test_output_variables_fixed.zip
|
356
|
+
test_examples/test_output_variables_fixed_v2.zip
|
356
357
|
test_examples/test_output/basic_hello.zip
|
357
358
|
test_examples/test_output/raw_commands.zip
|
358
359
|
test_examples/test_output/scoped_calls.zip
|
@@ -407,6 +408,11 @@ test_examples/test_output_variables_fixed/data/minecraft/tags/function/load.json
|
|
407
408
|
test_examples/test_output_variables_fixed/data/variables/function/load.mcfunction
|
408
409
|
test_examples/test_output_variables_fixed/data/variables/function/main.mcfunction
|
409
410
|
test_examples/test_output_variables_fixed/data/variables/function/reset.mcfunction
|
411
|
+
test_examples/test_output_variables_fixed_v2/pack.mcmeta
|
412
|
+
test_examples/test_output_variables_fixed_v2/data/minecraft/tags/function/load.json
|
413
|
+
test_examples/test_output_variables_fixed_v2/data/variables/function/load.mcfunction
|
414
|
+
test_examples/test_output_variables_fixed_v2/data/variables/function/main.mcfunction
|
415
|
+
test_examples/test_output_variables_fixed_v2/data/variables/function/reset.mcfunction
|
410
416
|
tests/__init__.py
|
411
417
|
tests/test_basic.py
|
412
418
|
tests/test_cli_comprehensive.py
|
Binary file
|
@@ -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
|
-
scoreboard players add @
|
2
|
+
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalTimer 1
|
3
3
|
tellraw @a [{"text":"Global timer updated !"}]
|
@@ -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
|
-
scoreboard players add @
|
2
|
+
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 1
|
3
3
|
scoreboard players add @s playerCounter 1
|
4
|
-
scoreboard players add @
|
4
|
+
scoreboard players add @a[team=red] teamCounter 1
|
5
5
|
tellraw @a [{"text":"Global counter: globalCounter"}]
|
6
6
|
tellraw @a [{"text":"Player counter: playerCounter"}]
|
7
7
|
tellraw @a [{"text":"Team counter: teamCounter"}]
|
@@ -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
|
-
scoreboard players set @
|
2
|
+
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
|
3
3
|
scoreboard players set @s playerCounter 0
|
4
|
-
scoreboard players set @
|
4
|
+
scoreboard players set @a[team=red] teamCounter 0
|
5
5
|
tellraw @a [{"text":"All counters reset !"}]
|
@@ -1,5 +1,5 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
2
|
tellraw @a [{"text":"Starting while loop demo . . ."}]
|
3
|
-
scoreboard players set @
|
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
5
|
tellraw @a [{"text":"Loop finished !"}]
|
@@ -1,3 +1,3 @@
|
|
1
|
-
scoreboard players add @
|
1
|
+
scoreboard players add @e[type=armor_stand,tag=mdl_server,limit=1] counter 1
|
2
2
|
tellraw @a [{"text":"Loop iteration: counter"}]
|
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: globalCounter"}]
|
6
|
+
tellraw @a [{"text":"Player counter: playerCounter"}]
|
7
|
+
tellraw @a [{"text":"Team counter: teamCounter"}]
|
@@ -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
|
{minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.cursor/rules/aispec.mdc
RENAMED
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/.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.9 → minecraft_datapack_language-15.3.11}/CORE_FEATURES_GUIDE.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
{minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/MDL_AI_SPEC_SHEET.md
RENAMED
File without changes
|
{minecraft_datapack_language-15.3.9 → minecraft_datapack_language-15.3.11}/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
|
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
|