minecraft-datapack-language 15.4.30__tar.gz → 15.4.31__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.4.30/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.4.31}/PKG-INFO +1 -1
- minecraft_datapack_language-15.4.31/comprehensive_error_test.mdl +30 -0
- minecraft_datapack_language-15.4.31/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language.egg-info/SOURCES.txt +4 -0
- minecraft_datapack_language-15.4.31/tellraw_variables_test.mdl +62 -0
- minecraft_datapack_language-15.4.31/test_project/complex_test.mdl +27 -0
- minecraft_datapack_language-15.4.31/test_simple.mdl +11 -0
- minecraft_datapack_language-15.4.30/docs/_data/version.yml +0 -3
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/test-examples.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.gitignore +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/LICENSE +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/Makefile +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/README.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/dist.zip +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/.env +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/404.html +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/Gemfile +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/README.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_config.yml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/python-api.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/docs.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/downloads.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/docs/index.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/examples/scope_examples.mdl +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/examples/simple_counter.mdl +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/mdl_compiler.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/mdl_lexer.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/mdl_parser.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/pyproject.toml +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/first.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/second.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/release.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/setup.cfg +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/structures/workshop.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/test_complex_scenarios.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/test_comprehensive_end_to_end.py +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/README.md +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/package-lock.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/package.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/snippets/mdl.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/src/extension.ts +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/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.4.
|
3
|
+
Version: 15.4.31
|
4
4
|
Summary: Compile MDL language with explicit scoping into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
|
5
5
|
Project-URL: Homepage, https://www.mcmdl.com
|
6
6
|
Project-URL: Documentation, https://www.mcmdl.com/docs
|
@@ -0,0 +1,30 @@
|
|
1
|
+
pack "comprehensive_error_test" "Testing comprehensive error reporting" 82;
|
2
|
+
namespace "comprehensive";
|
3
|
+
|
4
|
+
// Test 1: Lexer errors (should be caught)
|
5
|
+
var num counter<@s> = 0;
|
6
|
+
|
7
|
+
// Test 2: Parser errors (should be caught) - FIXED
|
8
|
+
function test:parser_error<@s> {
|
9
|
+
if $counter<@s>$ > 5 {
|
10
|
+
say "High counter!";
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
// Test 3: Unclosed string - FIXED
|
15
|
+
function test:unclosed_string<@s> {
|
16
|
+
say "This string is now closed";
|
17
|
+
}
|
18
|
+
|
19
|
+
// Test 4: Invalid scope syntax (should be caught by parser)
|
20
|
+
var num bad_scope<@a[invalid=]> = 0;
|
21
|
+
|
22
|
+
// Test 5: Missing semicolon - FIXED
|
23
|
+
var num missing_semicolon<@s> = 0;
|
24
|
+
|
25
|
+
// Test 6: Invalid function call (should be caught by parser)
|
26
|
+
function test:invalid_call<@s> {
|
27
|
+
exec test:undefined_function;
|
28
|
+
}
|
29
|
+
|
30
|
+
on_load test:parser_error<@s>;
|
@@ -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.4.
|
32
|
-
__version_tuple__ = version_tuple = (15, 4,
|
31
|
+
__version__ = version = '15.4.31'
|
32
|
+
__version_tuple__ = version_tuple = (15, 4, 31)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g7e43b014b'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 15.4.
|
3
|
+
Version: 15.4.31
|
4
4
|
Summary: Compile MDL language with explicit scoping 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
|
@@ -3,11 +3,14 @@ CONDITIONALS_IMPLEMENTATION.md
|
|
3
3
|
LICENSE
|
4
4
|
Makefile
|
5
5
|
README.md
|
6
|
+
comprehensive_error_test.mdl
|
6
7
|
dist.zip
|
7
8
|
pyproject.toml
|
9
|
+
tellraw_variables_test.mdl
|
8
10
|
test_all_registry.mdl
|
9
11
|
test_complex_scenarios.py
|
10
12
|
test_comprehensive_end_to_end.py
|
13
|
+
test_simple.mdl
|
11
14
|
./minecraft_datapack_language/__init__.py
|
12
15
|
./minecraft_datapack_language/_version.py
|
13
16
|
./minecraft_datapack_language/ast_nodes.py
|
@@ -330,6 +333,7 @@ scripts/git-bash/test_cli-gitbash.sh
|
|
330
333
|
structures/diamond_sword.json
|
331
334
|
structures/test_structure.json
|
332
335
|
structures/workshop.json
|
336
|
+
test_project/complex_test.mdl
|
333
337
|
vscode-extension/README.md
|
334
338
|
vscode-extension/language-configuration.json
|
335
339
|
vscode-extension/package-lock.json
|
@@ -0,0 +1,62 @@
|
|
1
|
+
pack "tellraw_test" "Testing variable substitution in tellraw" 82;
|
2
|
+
namespace "tellraw";
|
3
|
+
|
4
|
+
// Variables for testing
|
5
|
+
var num player_score<@s> = 100;
|
6
|
+
var num player_level<@s> = 5;
|
7
|
+
var num player_health<@s> = 20;
|
8
|
+
var num temp_value<@s> = 0;
|
9
|
+
|
10
|
+
// Method 1: Automatic say -> tellraw conversion with variables
|
11
|
+
function tellraw:simple<@s> {
|
12
|
+
say "Score: $player_score<@s>$, Level: $player_level<@s>$";
|
13
|
+
say "Health: $player_health<@s>$";
|
14
|
+
}
|
15
|
+
|
16
|
+
// Method 2: Raw block with manual tellraw construction
|
17
|
+
function tellraw:manual<@s> {
|
18
|
+
$!raw
|
19
|
+
tellraw @s {"text":"Manual tellraw - Score: ","extra":[{"score":{"name":"@s","objective":"player_score"}}]}
|
20
|
+
raw!$
|
21
|
+
}
|
22
|
+
|
23
|
+
// Method 3: Complex formatting with colors and multiple variables
|
24
|
+
function tellraw:complex<@s> {
|
25
|
+
$!raw
|
26
|
+
tellraw @a {"text":"","extra":[{"text":"* ","color":"gold"},{"text":"Score: ","color":"green"},{"score":{"name":"@s","objective":"player_score"}},{"text":" | ","color":"gray"},{"text":"Level: ","color":"blue"},{"score":{"name":"@s","objective":"player_level"}}]}
|
27
|
+
raw!$
|
28
|
+
}
|
29
|
+
|
30
|
+
// Method 4: Dynamic content with calculated values
|
31
|
+
function tellraw:dynamic<@s> {
|
32
|
+
// Calculate total stats
|
33
|
+
temp_value<@s> = $player_score<@s>$ + $player_level<@s>$;
|
34
|
+
|
35
|
+
$!raw
|
36
|
+
tellraw @s {"text":"Total stats: ","extra":[{"score":{"name":"@s","objective":"temp_value"}}]}
|
37
|
+
raw!$
|
38
|
+
}
|
39
|
+
|
40
|
+
// Method 5: Conditional tellraw with different colors
|
41
|
+
function tellraw:conditional<@s> {
|
42
|
+
if $player_score<@s>$ > 50 {
|
43
|
+
$!raw
|
44
|
+
tellraw @a {"text":"High score achieved! ","extra":[{"score":{"name":"@s","objective":"player_score"}}],"color":"gold"}
|
45
|
+
raw!$
|
46
|
+
} else {
|
47
|
+
$!raw
|
48
|
+
tellraw @a {"text":"Keep trying! Score: ","extra":[{"score":{"name":"@s","objective":"player_score"}}],"color":"red"}
|
49
|
+
raw!$
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
// Test all methods
|
54
|
+
function tellraw:test_all<@s> {
|
55
|
+
exec tellraw:simple<@s>;
|
56
|
+
exec tellraw:manual<@s>;
|
57
|
+
exec tellraw:complex<@s>;
|
58
|
+
exec tellraw:dynamic<@s>;
|
59
|
+
exec tellraw:conditional<@s>;
|
60
|
+
}
|
61
|
+
|
62
|
+
on_load tellraw:test_all<@s>;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
namespace "complex";
|
2
|
+
|
3
|
+
var num player_health<@s> = 20;
|
4
|
+
var num team_score<@a[team=red]> = 0;
|
5
|
+
var num global_timer<@a> = 0;
|
6
|
+
|
7
|
+
function complex:combat<@s> {
|
8
|
+
if $player_health<@s>$ < 10 {
|
9
|
+
say "Health is low!";
|
10
|
+
player_health<@s> = $player_health<@s>$ + 5;
|
11
|
+
} else {
|
12
|
+
say "Health is good!";
|
13
|
+
}
|
14
|
+
|
15
|
+
while $global_timer<@a>$ < 100 {
|
16
|
+
global_timer<@a> = $global_timer<@a>$ + 1;
|
17
|
+
say "Timer: $global_timer<@a>$";
|
18
|
+
}
|
19
|
+
|
20
|
+
if $team_score<@a[team=red]>$ > 50 {
|
21
|
+
$!raw
|
22
|
+
tellraw @a {"text":"Red team is winning!","color":"red"}
|
23
|
+
raw!$
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
on_load complex:combat<@s>;
|
{minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.cursor/rules/aispec.mdc
RENAMED
File without changes
|
File without changes
|
{minecraft_datapack_language-15.4.30 → minecraft_datapack_language-15.4.31}/.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
|
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
|
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
|