minecraft-datapack-language 15.3.3__tar.gz → 15.3.5__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.3/minecraft_datapack_language.egg-info → minecraft_datapack_language-15.3.5}/PKG-INFO +1 -1
- minecraft_datapack_language-15.3.5/docs/_data/version.yml +3 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/_version.py +3 -3
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_build.py +35 -3
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_parser_js.py +31 -1
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5/minecraft_datapack_language.egg-info}/PKG-INFO +1 -1
- minecraft_datapack_language-15.3.5/minecraft_datapack_language.egg-info/SOURCES.txt +418 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello.zip +0 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +6 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands.zip +0 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.3/test_raw_simple_output/data/raw_simple/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +2 -1
- minecraft_datapack_language-15.3.3/test_output/data/pipes/function/load.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +2 -1
- {minecraft_datapack_language-15.3.3/test_while_debug_final2/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls}/function/load.mcfunction +2 -1
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction +3 -3
- minecraft_datapack_language-15.3.3/test_output_fix/data/hello_world/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +2 -2
- minecraft_datapack_language-15.3.5/test_examples/test_output/scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/minecraft/tags/function/load.json +7 -0
- {minecraft_datapack_language-15.3.3/test_output_scopes → minecraft_datapack_language-15.3.5/test_examples/test_output/variables}/data/variables/function/load.mcfunction +1 -3
- minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/variables/function/main.mcfunction +7 -0
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/function/hello.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/variables/data/variables/function/reset.mcfunction +4 -2
- minecraft_datapack_language-15.3.5/test_examples/test_output/variables.zip +0 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.3/test_while_debug_final/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +2 -1
- {minecraft_datapack_language-15.3.3/test_while_debug_final/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops}/function/load.mcfunction +2 -1
- {minecraft_datapack_language-15.3.3/test_while_debug_final2/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops}/function/main.mcfunction +4 -1
- minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction +3 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction +3 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json +7 -0
- minecraft_datapack_language-15.3.3/test_simple_output/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction +2 -2
- minecraft_datapack_language-15.3.3/test_simple_output2/data/test/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction +2 -2
- {minecraft_datapack_language-15.3.3/test_while_debug_output/data/test → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls}/function/load.mcfunction +2 -1
- {minecraft_datapack_language-15.3.3/test_output_scoped_calls → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed}/data/scoped_calls/function/main.mcfunction +3 -3
- minecraft_datapack_language-15.3.3/test_output_isolated/data/hello_world/function/main.mcfunction → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction +2 -2
- minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed.zip +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output_validation.py +2 -2
- minecraft_datapack_language-15.3.3/docs/_data/version.yml +0 -3
- minecraft_datapack_language-15.3.3/minecraft_datapack_language.egg-info/SOURCES.txt +0 -840
- minecraft_datapack_language-15.3.3/simple_test.mdl +0 -1
- minecraft_datapack_language-15.3.3/simple_test2.mdl +0 -1
- minecraft_datapack_language-15.3.3/test1.mdl +0 -99
- minecraft_datapack_language-15.3.3/test3.mdl +0 -26
- minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/basic_hello/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/basic_hello/function/main.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_basic_hello_fixed/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_cli_fixed/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_cli_fixed/simple_test.mdl +0 -12
- minecraft_datapack_language-15.3.3/test_cli_fixed/test_cli_fixed.mdl +0 -67
- minecraft_datapack_language-15.3.3/test_cli_project/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_cli_project/test_cli_project.mdl +0 -67
- minecraft_datapack_language-15.3.3/test_colon_dist/data/test/function/test.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_colon_dist/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_colon_dist.zip +0 -0
- minecraft_datapack_language-15.3.3/test_colon_dist2/data/test/function/test.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_colon_dist2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_colon_dist2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_colon_dist3/data/test/function/test.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_colon_dist3/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_colon_dist3.zip +0 -0
- minecraft_datapack_language-15.3.3/test_colon_dist4/data/test/function/test.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_colon_dist4/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_colon_dist4.zip +0 -0
- minecraft_datapack_language-15.3.3/test_comprehensive_control_structures.mdl +0 -483
- minecraft_datapack_language-15.3.3/test_comprehensive_raw_blocks.mdl +0 -231
- minecraft_datapack_language-15.3.3/test_comprehensive_say_tellraw.mdl +0 -424
- minecraft_datapack_language-15.3.3/test_comprehensive_scopes.mdl +0 -297
- minecraft_datapack_language-15.3.3/test_corrected_template/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/simple_test2/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/data/simple_test2/function/main.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_dist2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation.mdl +0 -9
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_no_exclamation_dist/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_test2.mdl +0 -8
- minecraft_datapack_language-15.3.3/test_corrected_template/simple_wrapped.zip +0 -0
- minecraft_datapack_language-15.3.3/test_corrected_template/test_corrected_template.mdl +0 -72
- minecraft_datapack_language-15.3.3/test_corrected_template/variables_test.mdl +0 -12
- minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_corrected_template/wrapped_dist/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_error_reporting.mdl +0 -24
- minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_examples/test_output/basic_hello.zip +0 -0
- minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_examples/test_output/raw_commands.zip +0 -0
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_examples/test_output/scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/load.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/main.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_examples/test_output/variables/data/variables/function/reset.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_examples/test_output/variables.zip +0 -0
- minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_examples/test_output/while_loops.zip +0 -0
- minecraft_datapack_language-15.3.3/test_execute.mdl +0 -17
- minecraft_datapack_language-15.3.3/test_execute_dist/data/test/function/hello.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_execute_dist/data/test/function/main.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_execute_dist/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_execute_dist.zip +0 -0
- minecraft_datapack_language-15.3.3/test_execute_dist_fixed/data/test/function/hello.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_execute_dist_fixed/data/test/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_execute_dist_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_execute_dist_fixed.zip +0 -0
- minecraft_datapack_language-15.3.3/test_final_namespace/data/magic/advancement/first_spell.json +0 -22
- minecraft_datapack_language-15.3.3/test_final_namespace/data/magic/predicate/has_mana.json +0 -8
- minecraft_datapack_language-15.3.3/test_final_namespace/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/cast_spell.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/craft_tool.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/function/craft_weapon.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/item_modifier/enchant_tool.json +0 -9
- minecraft_datapack_language-15.3.3/test_final_namespace/data/tools/structure/workshop.json +0 -13
- minecraft_datapack_language-15.3.3/test_final_namespace/data/weapons/loot_table/epic_loot.json +0 -20
- minecraft_datapack_language-15.3.3/test_final_namespace/data/weapons/recipe/diamond_sword.json +0 -20
- minecraft_datapack_language-15.3.3/test_final_namespace/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_final_namespace.zip +0 -0
- minecraft_datapack_language-15.3.3/test_final_template/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_final_template/test_final_template.mdl +0 -72
- minecraft_datapack_language-15.3.3/test_final_template_fixed/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_final_template_fixed/test_final_template_fixed.mdl +0 -71
- minecraft_datapack_language-15.3.3/test_final_verification_output/data/final_test/function/main.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_final_verification_output/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_final_verification_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_final_verification_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_final_while_loops/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/countdown.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/load.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_final_while_loops/data/while_loops/function/main.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_final_while_loops/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_lexer.py +0 -41
- minecraft_datapack_language-15.3.3/test_lexer_comprehensive.py +0 -126
- minecraft_datapack_language-15.3.3/test_manual.mcfunction~ +0 -0
- minecraft_datapack_language-15.3.3/test_multi_namespace_final.mdl +0 -37
- minecraft_datapack_language-15.3.3/test_multi_namespace_registry.mdl +0 -24
- minecraft_datapack_language-15.3.3/test_output/data/hello_world/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_output/data/hello_world/function/main.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output/data/my_test_pack/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_output/data/my_test_pack/function/test_raw_blocks.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output/data/pipes/function/hello.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/inlet.json +0 -17
- minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/outlet.json +0 -17
- minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/pipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output/data/pipes/recipe/wrench.json +0 -17
- minecraft_datapack_language-15.3.3/test_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_all/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/advancement/test_advancement.json +0 -22
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/item_modifier/test_item_modifier.json +0 -4
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/loot_table/test_loot.json +0 -14
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/predicate/test_predicate.json +0 -7
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/recipe/test_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_all/data/registry/structure/test_structure.json +0 -19
- minecraft_datapack_language-15.3.3/test_output_all/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_all.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/load.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/run_all_control_tests.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_basic_if.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_basic_while.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_if.mcfunction +0 -8
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_nested_control.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_complex_while.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_complex_expressions.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_error_handling.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_performance.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_scoped_functions.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_variable_substitution.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_assignments.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_functions.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_raw.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_scopes.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_control_with_tellraw.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_if_else.mcfunction +0 -10
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_nested_if.mcfunction +0 -8
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/comprehensive_control_test/function/test_while_break.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_control_structures/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_control_structures/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_debug/data/my_test_pack/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug/data/my_test_pack/function/test_raw_blocks.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/advancement/other_advancement.json +0 -22
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/function/hello.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/function/helper.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/loot_table/main_loot.json +0 -14
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/predicate/other_predicate.json +0 -10
- minecraft_datapack_language-15.3.3/test_output_debug/data/other/recipe/main_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug_full/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_full/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_full/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug_full.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug_merge/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_merge/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_merge/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug_merge.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug_namespace.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug_namespace2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_debug_namespace3.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_fix/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_fix/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_fix.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_isolated/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_isolated/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_isolated.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_multi/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/advancement/other_advancement.json +0 -22
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/function/hello.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/function/helper.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/loot_table/main_loot.json +0 -14
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/predicate/other_predicate.json +0 -10
- minecraft_datapack_language-15.3.3/test_output_multi/data/other/recipe/main_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_multi/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_multi.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/advancement/other_advancement.json +0 -22
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/function/hello.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/function/helper.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/loot_table/main_loot.json +0 -14
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/predicate/other_predicate.json +0 -10
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/data/other/recipe/main_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_multi_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_multi_fixed.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/function/first_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/function/second_func.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/recipe/first_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/data/second/recipe/second_recipe.json +0 -17
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_namespace_fixed.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/load.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/run_all_raw_tests.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_basic_raw.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_complex_execute.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_complex_minecraft_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_data_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_effects_and_sounds.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_mixed_commands.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_multiple_raw_blocks.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_conditional_logic.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_function_calls.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_raw_with_context.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_scoreboard_operations.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_single_line_raw.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_special_characters.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_visual_effects.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/comprehensive_raw_test/function/test_world_manipulation.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_blocks/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/run_all_raw_tests.mcfunction +0 -17
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_basic_raw.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_complex_execute.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_complex_minecraft_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_data_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_effects_and_sounds.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_mixed_commands.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_multiple_raw_blocks.mcfunction +0 -9
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_conditional_logic.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_function_calls.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_raw_with_context.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_scoreboard_operations.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_single_line_raw.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_special_characters.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_visual_effects.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/comprehensive_raw_test/function/test_world_manipulation.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_raw_debug/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/load.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/run_all_say_tellraw_tests.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_basic_say.mcfunction +0 -10
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_basic_tellraw.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_json_tellraw.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_tellraw.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_complex_variable_tellraw.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_mixed_commands.mcfunction +0 -13
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_say_with_variables.mcfunction +0 -18
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_block_nbt.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_entity.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_events.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_font.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_insertion.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_interpret.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_keybind.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_nbt.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_score.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_selector.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_selectors.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_separator.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_storage_nbt.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_translation.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/comprehensive_say_tellraw_test/function/test_tellraw_with_variables.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_say_tellraw/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/increment_global.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/increment_player.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/load.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scoped_calls/data/scoped_calls/function/show_scores.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_scoped_calls.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/load.mcfunction +0 -15
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/run_all_scope_tests.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_all_players_scope.mcfunction +0 -8
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_complex_scope_scenarios.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_complex_selector_scope.mcfunction +0 -8
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_entity_scope.mcfunction +0 -8
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_global_scope.mcfunction +0 -10
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_player_scope.mcfunction +0 -10
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_raw_with_scope_context.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_conditionals.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_interactions.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scope_tellraw.mcfunction +0 -12
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_scoped_function_calls.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scopes/data/comprehensive_scope_test/function/test_team_scope.mcfunction +0 -10
- minecraft_datapack_language-15.3.3/test_output_scopes/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_scopes/data/variables/function/main.mcfunction +0 -7
- minecraft_datapack_language-15.3.3/test_output_scopes/data/variables/function/reset.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_output_scopes/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_output_scopes.zip +0 -0
- minecraft_datapack_language-15.3.3/test_output_simple/data/hello_world/function/load.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_output_simple/data/hello_world/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_output_simple/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_output_simple/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_pipes.mdl +0 -23
- minecraft_datapack_language-15.3.3/test_raw_blocks.mdl +0 -10
- minecraft_datapack_language-15.3.3/test_raw_complex_output/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output/data/raw_complex/function/main.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/raw_complex/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_complex_output2/data/raw_complex/function/main.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/raw_complex/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/data/raw_complex/function/main.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_complex_output_fixed.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_output/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output/data/raw_test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_output/data/raw_test/function/main.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_raw_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_output2/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output2/data/raw_test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_output2/data/raw_test/function/main.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_raw_output2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_output3/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output3/data/raw_test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_output3/data/raw_test/function/main.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_raw_output3/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_output3.zip +0 -0
- minecraft_datapack_language-15.3.3/test_raw_simple_output/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_raw_simple_output/data/raw_simple/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_raw_simple_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_raw_simple_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output/data/test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_simple_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output2/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output2/data/test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_simple_output2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output3/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output3/data/test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_simple_output3/data/test/function/main.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_simple_output3/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output3.zip +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output4/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output4/data/test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_simple_output4/data/test/function/main.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_simple_output4/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output4.zip +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output5/data/minecraft/tags/function/load.json +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/main.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_simple_output5/data/test/function/main_manual.mcfunction~ +0 -0
- minecraft_datapack_language-15.3.3/test_simple_output5/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_simple_output5.zip +0 -0
- minecraft_datapack_language-15.3.3/test_variables_fixed/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/load.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/main.mcfunction +0 -6
- minecraft_datapack_language-15.3.3/test_variables_fixed/data/variables/function/reset.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_variables_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_verbose/data/minecraft/tags/function/load.json +0 -1
- minecraft_datapack_language-15.3.3/test_verbose/data/minecraft/tags/function/tick.json +0 -1
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/disabletimer.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/enabletimer.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/hello.mcfunction +0 -11
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_0.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_1.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_end_0.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/increase_tick_per_player_if_end_1.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/load.mcfunction +0 -11
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/resetstats.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/showplayerstats.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/showstats.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/test1_tick_while_1.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick.mcfunction +0 -5
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick_if_2.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_verbose/data/test1/function/tick_if_end_2.mcfunction +0 -0
- minecraft_datapack_language-15.3.3/test_verbose/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_verbose.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_debug/data/hello_world/function/load.mcfunction +0 -1
- minecraft_datapack_language-15.3.3/test_while_debug/data/hello_world/function/main.mcfunction +0 -3
- minecraft_datapack_language-15.3.3/test_while_debug/data/minecraft/tags/function/load.json +0 -7
- minecraft_datapack_language-15.3.3/test_while_debug/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_debug.mdl +0 -10
- minecraft_datapack_language-15.3.3/test_while_debug.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_debug_final/data/minecraft/tags/function/load.json +0 -7
- minecraft_datapack_language-15.3.3/test_while_debug_final/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_debug_final.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_debug_final2/data/minecraft/tags/function/load.json +0 -7
- minecraft_datapack_language-15.3.3/test_while_debug_final2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_debug_final2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_debug_output/data/minecraft/tags/function/load.json +0 -7
- minecraft_datapack_language-15.3.3/test_while_debug_output/data/test/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_debug_output/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_debug_output.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_debug_output2/data/minecraft/tags/function/load.json +0 -7
- minecraft_datapack_language-15.3.3/test_while_debug_output2/data/test/function/load.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_debug_output2/data/test/function/main.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_debug_output2/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_debug_output2.zip +0 -0
- minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/countdown.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/load.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_loops_fixed/data/while_loops/function/main.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_while_loops_fixed/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/minecraft/tags/function/load.json +0 -5
- minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/countdown.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/load.mcfunction +0 -2
- minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/data/while_loops/function/main.mcfunction +0 -4
- minecraft_datapack_language-15.3.3/test_while_loops_ignore_warnings/pack.mcmeta +0 -6
- minecraft_datapack_language-15.3.3/test_with_options/README.md +0 -122
- minecraft_datapack_language-15.3.3/test_with_options/test_with_options.mdl +0 -72
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.cursor/rules/aispec.mdc +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/actions/mdl-compile/action.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/ci.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/docs.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/pypi.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/release.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/test-examples.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.github/workflows/update-website-version.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/.gitignore +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/CONDITIONALS_IMPLEMENTATION.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/CORE_FEATURES_GUIDE.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/DEVELOPMENT.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/LICENSE +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/MDL_AI_SPEC_SHEET.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/MDL_LANGUAGE_SPEC.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/Makefile +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/README.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/first_spell.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/other_advancement.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/advancements/test_advancement.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/complex_scopes/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/complex_scopes/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_else_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_if_else_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/control_test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/if_test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/if_test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/countdown_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/increase_tick_per_player_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/increase_tick_per_player_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/loop_demo_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_else_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/main_while_body_7.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_if_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/start_game_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_basic_while_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_if_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_scope_scenarios_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_complex_while_while_body_6.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_complex_expressions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_while_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_error_handling_while_body_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_scoped_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_variable_substitution_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_assignments_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_functions_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_raw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_scopes_if_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_control_with_tellraw_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_else_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_if_else_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_else_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2_else_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_nested_if_if_2_if_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_body_4.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_conditionals_while_body_5.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_scope_interactions_if_3.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/test_while_break_while_body_2_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/tick_if_2_while_body_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/weapon_effects_else_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test/function/weapon_effects_if_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test_final_template_fixed/function/main_else_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/test_final_template_fixed/function/main_if_8.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/while_test/function/main_while_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/data/while_test/function/main_while_body_0.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/.env +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/404.html +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/Gemfile +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/README.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_config.yml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/cli-reference.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/contributing.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/docs-hub.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/documentation.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/examples.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/getting-started.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/language-reference.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/multi-file-projects.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/python-api.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_docs/vscode-extension.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_includes/head-custom.html +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_includes/navigation.html +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_layouts/default.html +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_layouts/page.html +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_plugins/test_version.rb +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/_plugins/version_reader.rb +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/assets/css/style.css +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/docs.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/downloads.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/docs/index.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/examples/hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/icons/icon-64.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/enchant_tool.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/item_modifiers/test_item_modifier.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/epic_loot.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/main_loot.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/loot_tables/test_loot.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/__init__.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/ast_nodes.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_check.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_help.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_new.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/cli_utils.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/dir_map.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/expression_processor.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/linter.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_errors.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_lexer_js.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/mdl_linter.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/pack.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language/utils.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/dependency_links.txt +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/entry_points.txt +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/requires.txt +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/minecraft_datapack_language.egg-info/top_level.txt +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/my_awesome_pack/README.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/my_awesome_pack/minecraft_datapack_language.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/has_mana.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/other_predicate.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/predicates/test_predicate.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/pyproject.toml +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/custom_pickaxe.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/first.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/inlet.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/main_recipe.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/outlet.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/pipe.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/second.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/test_recipe.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/recipes/wrench.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/UpdateMDL.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/bootstrap.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/bootstrap.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/build_pkg.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/build_pkg.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_build.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_build.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_setup.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/dev_setup.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/bootstrap-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/build_pkg-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/git-bash/test_cli-gitbash.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/release.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_cli.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_cli.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_dev.ps1 +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/test_dev.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/update_docs.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/scripts/update_version_info.sh +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/setup.cfg +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/diamond_sword.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/test_structure.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/structures/workshop.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_all_registry.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/01_basic_hello_world.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/02_variables_and_scopes.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/03_scoped_function_calls.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/04_while_loops.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/05_raw_commands.mdl +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/06_comprehensive_example.mdl +0 -0
- {minecraft_datapack_language-15.3.3/test_final_verification_output/data/final_test → minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello/data/basic_hello}/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3/test_basic_hello_fixed → minecraft_datapack_language-15.3.5/test_examples/test_output/basic_hello}/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3/test_raw_complex_output/data/raw_complex → minecraft_datapack_language-15.3.5/test_examples/test_output/raw_commands/data/raw_commands}/function/load.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/raw_commands/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/scoped_calls/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/variables/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/test_examples/test_output/while_loops/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3/test_output_scoped_calls → minecraft_datapack_language-15.3.5/test_examples/test_output_scoped_fixed}/pack.mcmeta +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/__init__.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_basic.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_cli_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive_edge_cases.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_comprehensive_features.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/tests/test_io.py +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/README.md +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-16.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-32.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-48.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/favicon-64.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-1024.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-128.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-256.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/icons/icon-512.png +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/language-configuration.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/package.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/snippets/mdl.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/src/extension.ts +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/syntaxes/mdl.tmLanguage.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/vscode-extension/themes/mdl-color-theme.json +0 -0
- {minecraft_datapack_language-15.3.3 → minecraft_datapack_language-15.3.5}/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.5
|
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.5'
|
32
|
+
__version_tuple__ = version_tuple = (15, 3, 5)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g9b7ca72e9'
|
@@ -423,8 +423,23 @@ def _process_statement(statement: Any, namespace: str, function_name: str, state
|
|
423
423
|
|
424
424
|
elif statement['type'] == 'function_call':
|
425
425
|
func_name = statement['name']
|
426
|
-
|
427
|
-
|
426
|
+
scope = statement.get('scope')
|
427
|
+
func_namespace = statement.get('namespace', namespace) # Use specified namespace or current namespace
|
428
|
+
|
429
|
+
if scope:
|
430
|
+
# Handle scoped function call
|
431
|
+
if scope == 'global':
|
432
|
+
# Global scope uses the server armor stand
|
433
|
+
selector = "@e[type=armor_stand,tag=mdl_server,limit=1]"
|
434
|
+
else:
|
435
|
+
# Use the specified scope selector
|
436
|
+
selector = scope
|
437
|
+
|
438
|
+
# Generate execute as command
|
439
|
+
commands.append(f"execute as {selector} run function {func_namespace}:{func_name}")
|
440
|
+
else:
|
441
|
+
# Simple function call without scope
|
442
|
+
commands.append(f"function {func_namespace}:{func_name}")
|
428
443
|
|
429
444
|
elif statement['type'] == 'raw_text':
|
430
445
|
# Raw Minecraft commands
|
@@ -748,7 +763,24 @@ def _ast_to_pack(ast: Dict[str, Any], mdl_files: List[Path]) -> Pack:
|
|
748
763
|
if statement.get('type') == 'command':
|
749
764
|
function.commands.append(statement['command'])
|
750
765
|
elif statement.get('type') == 'function_call':
|
751
|
-
|
766
|
+
func_name = statement['name']
|
767
|
+
scope = statement.get('scope')
|
768
|
+
func_namespace = statement.get('namespace', namespace_name) # Use specified namespace or current namespace
|
769
|
+
|
770
|
+
if scope:
|
771
|
+
# Handle scoped function call
|
772
|
+
if scope == 'global':
|
773
|
+
# Global scope uses the server armor stand
|
774
|
+
selector = "@e[type=armor_stand,tag=mdl_server,limit=1]"
|
775
|
+
else:
|
776
|
+
# Use the specified scope selector
|
777
|
+
selector = scope
|
778
|
+
|
779
|
+
# Generate execute as command
|
780
|
+
function.commands.append(f"execute as {selector} run function {func_namespace}:{func_name}")
|
781
|
+
else:
|
782
|
+
# Simple function call without scope
|
783
|
+
function.commands.append(f"function {func_namespace}:{func_name}")
|
752
784
|
elif statement.get('type') == 'variable_assignment':
|
753
785
|
# Handle variable assignments
|
754
786
|
var_name = statement['name']
|
@@ -589,9 +589,39 @@ class MDLParser:
|
|
589
589
|
name_token = self._match(TokenType.STRING)
|
590
590
|
name = name_token.value.strip('"').strip("'")
|
591
591
|
|
592
|
+
# Check for scope selector after function name
|
593
|
+
scope = None
|
594
|
+
if '<' in name and name.endswith('>'):
|
595
|
+
# Extract scope selector from function name
|
596
|
+
parts = name.split('<', 1)
|
597
|
+
if len(parts) == 2:
|
598
|
+
function_name = parts[0]
|
599
|
+
scope_selector = parts[1][:-1] # Remove closing >
|
600
|
+
scope = scope_selector
|
601
|
+
name = function_name
|
602
|
+
else:
|
603
|
+
# Malformed scope selector
|
604
|
+
raise create_parser_error(
|
605
|
+
message="Malformed scope selector in function call",
|
606
|
+
file_path=self.source_file,
|
607
|
+
line=self._peek().line,
|
608
|
+
column=self._peek().column,
|
609
|
+
line_content=name,
|
610
|
+
suggestion="Use format: function \"namespace:function_name<@selector>\""
|
611
|
+
)
|
612
|
+
|
613
|
+
# Extract function name from namespace:function_name format
|
614
|
+
if ':' in name:
|
615
|
+
namespace_parts = name.split(':', 1)
|
616
|
+
if len(namespace_parts) == 2:
|
617
|
+
namespace_name = namespace_parts[0]
|
618
|
+
function_name = namespace_parts[1]
|
619
|
+
# Store both namespace and function name
|
620
|
+
return {"type": "function_call", "name": function_name, "scope": scope, "namespace": namespace_name}
|
621
|
+
|
592
622
|
self._match(TokenType.SEMICOLON)
|
593
623
|
|
594
|
-
return {"type": "function_call", "name": name}
|
624
|
+
return {"type": "function_call", "name": name, "scope": scope}
|
595
625
|
|
596
626
|
def _parse_execute_statement(self) -> ExecuteStatement:
|
597
627
|
"""Parse execute statement."""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: minecraft-datapack-language
|
3
|
-
Version: 15.3.
|
3
|
+
Version: 15.3.5
|
4
4
|
Summary: Compile JavaScript-style MDL language or Python API into a Minecraft datapack (1.21+ ready). Features variables, control flow, error handling, and VS Code extension.
|
5
5
|
Project-URL: Homepage, https://www.mcmdl.com
|
6
6
|
Project-URL: Documentation, https://www.mcmdl.com/docs
|
@@ -0,0 +1,418 @@
|
|
1
|
+
.gitignore
|
2
|
+
CONDITIONALS_IMPLEMENTATION.md
|
3
|
+
CORE_FEATURES_GUIDE.md
|
4
|
+
DEVELOPMENT.md
|
5
|
+
LICENSE
|
6
|
+
MDL_AI_SPEC_SHEET.md
|
7
|
+
MDL_LANGUAGE_SPEC.md
|
8
|
+
Makefile
|
9
|
+
README.md
|
10
|
+
pyproject.toml
|
11
|
+
test_all_registry.mdl
|
12
|
+
./minecraft_datapack_language/__init__.py
|
13
|
+
./minecraft_datapack_language/_version.py
|
14
|
+
./minecraft_datapack_language/ast_nodes.py
|
15
|
+
./minecraft_datapack_language/cli.py
|
16
|
+
./minecraft_datapack_language/cli_build.py
|
17
|
+
./minecraft_datapack_language/cli_check.py
|
18
|
+
./minecraft_datapack_language/cli_help.py
|
19
|
+
./minecraft_datapack_language/cli_new.py
|
20
|
+
./minecraft_datapack_language/cli_utils.py
|
21
|
+
./minecraft_datapack_language/dir_map.py
|
22
|
+
./minecraft_datapack_language/expression_processor.py
|
23
|
+
./minecraft_datapack_language/linter.py
|
24
|
+
./minecraft_datapack_language/mdl_errors.py
|
25
|
+
./minecraft_datapack_language/mdl_lexer_js.py
|
26
|
+
./minecraft_datapack_language/mdl_linter.py
|
27
|
+
./minecraft_datapack_language/mdl_parser_js.py
|
28
|
+
./minecraft_datapack_language/pack.py
|
29
|
+
./minecraft_datapack_language/utils.py
|
30
|
+
.cursor/rules/aispec.mdc
|
31
|
+
.github/actions/mdl-compile/action.yml
|
32
|
+
.github/workflows/ci.yml
|
33
|
+
.github/workflows/docs.yml
|
34
|
+
.github/workflows/pypi.yml
|
35
|
+
.github/workflows/release.yml
|
36
|
+
.github/workflows/test-examples.yml
|
37
|
+
.github/workflows/update-website-version.yml
|
38
|
+
advancements/diamond_sword.json
|
39
|
+
advancements/first_spell.json
|
40
|
+
advancements/other_advancement.json
|
41
|
+
advancements/test_advancement.json
|
42
|
+
data/complex_scopes/function/main_else_8.mcfunction
|
43
|
+
data/complex_scopes/function/main_if_8.mcfunction
|
44
|
+
data/comprehensive_control_test/function/test_basic_if_if_2.mcfunction
|
45
|
+
data/comprehensive_control_test/function/test_basic_if_if_3.mcfunction
|
46
|
+
data/comprehensive_control_test/function/test_basic_if_if_4.mcfunction
|
47
|
+
data/comprehensive_control_test/function/test_complex_if_if_2.mcfunction
|
48
|
+
data/comprehensive_control_test/function/test_complex_if_if_3.mcfunction
|
49
|
+
data/comprehensive_control_test/function/test_complex_if_if_4.mcfunction
|
50
|
+
data/comprehensive_control_test/function/test_complex_if_if_5.mcfunction
|
51
|
+
data/comprehensive_control_test/function/test_control_complex_expressions_if_2.mcfunction
|
52
|
+
data/comprehensive_control_test/function/test_control_complex_expressions_if_4.mcfunction
|
53
|
+
data/comprehensive_control_test/function/test_control_variable_substitution_if_2.mcfunction
|
54
|
+
data/comprehensive_control_test/function/test_control_with_raw_if_2.mcfunction
|
55
|
+
data/comprehensive_control_test/function/test_control_with_scopes_if_5.mcfunction
|
56
|
+
data/comprehensive_control_test/function/test_control_with_tellraw_else_2.mcfunction
|
57
|
+
data/comprehensive_control_test/function/test_control_with_tellraw_if_2.mcfunction
|
58
|
+
data/comprehensive_control_test/function/test_control_with_tellraw_if_4.mcfunction
|
59
|
+
data/comprehensive_control_test/function/test_if_else_else_2.mcfunction
|
60
|
+
data/comprehensive_control_test/function/test_if_else_else_3.mcfunction
|
61
|
+
data/comprehensive_control_test/function/test_if_else_else_4.mcfunction
|
62
|
+
data/comprehensive_control_test/function/test_if_else_if_2.mcfunction
|
63
|
+
data/comprehensive_control_test/function/test_if_else_if_3.mcfunction
|
64
|
+
data/comprehensive_control_test/function/test_if_else_if_4.mcfunction
|
65
|
+
data/comprehensive_control_test/function/test_nested_if_else_2.mcfunction
|
66
|
+
data/comprehensive_control_test/function/test_nested_if_else_3.mcfunction
|
67
|
+
data/comprehensive_control_test/function/test_nested_if_else_3_else_0.mcfunction
|
68
|
+
data/comprehensive_control_test/function/test_nested_if_else_3_if_0.mcfunction
|
69
|
+
data/comprehensive_control_test/function/test_nested_if_if_2.mcfunction
|
70
|
+
data/comprehensive_control_test/function/test_nested_if_if_2_else_0.mcfunction
|
71
|
+
data/comprehensive_control_test/function/test_nested_if_if_2_if_0.mcfunction
|
72
|
+
data/comprehensive_control_test/function/test_nested_if_if_2_if_0_else_0.mcfunction
|
73
|
+
data/comprehensive_control_test/function/test_nested_if_if_2_if_0_if_0.mcfunction
|
74
|
+
data/comprehensive_control_test/function/test_nested_if_if_3.mcfunction
|
75
|
+
data/comprehensive_control_test/function/test_nested_if_if_3_else_0.mcfunction
|
76
|
+
data/comprehensive_control_test/function/test_nested_if_if_3_if_0.mcfunction
|
77
|
+
data/control_test/function/main_if_0.mcfunction
|
78
|
+
data/control_test/function/main_while_1.mcfunction
|
79
|
+
data/control_test/function/main_while_body_1.mcfunction
|
80
|
+
data/if_test/function/main_else_1.mcfunction
|
81
|
+
data/if_test/function/main_if_1.mcfunction
|
82
|
+
data/test/function/conditional_demo_else_3.mcfunction
|
83
|
+
data/test/function/conditional_demo_if_3.mcfunction
|
84
|
+
data/test/function/conditional_demo_if_3_else_0.mcfunction
|
85
|
+
data/test/function/conditional_demo_if_3_if_0.mcfunction
|
86
|
+
data/test/function/conditional_demo_if_3_if_0_else_0.mcfunction
|
87
|
+
data/test/function/conditional_demo_if_3_if_0_if_0.mcfunction
|
88
|
+
data/test/function/countdown_while_1.mcfunction
|
89
|
+
data/test/function/countdown_while_body_1.mcfunction
|
90
|
+
data/test/function/increase_tick_per_player_if_1.mcfunction
|
91
|
+
data/test/function/increase_tick_per_player_if_1_if_0.mcfunction
|
92
|
+
data/test/function/loop_demo_while_2.mcfunction
|
93
|
+
data/test/function/loop_demo_while_body_2.mcfunction
|
94
|
+
data/test/function/loop_demo_while_body_2_else_0.mcfunction
|
95
|
+
data/test/function/loop_demo_while_body_2_if_0.mcfunction
|
96
|
+
data/test/function/loop_demo_while_body_2_if_2.mcfunction
|
97
|
+
data/test/function/main_else_0.mcfunction
|
98
|
+
data/test/function/main_else_1.mcfunction
|
99
|
+
data/test/function/main_else_5.mcfunction
|
100
|
+
data/test/function/main_if_0.mcfunction
|
101
|
+
data/test/function/main_if_1.mcfunction
|
102
|
+
data/test/function/main_if_5.mcfunction
|
103
|
+
data/test/function/main_while_0.mcfunction
|
104
|
+
data/test/function/main_while_1.mcfunction
|
105
|
+
data/test/function/main_while_2.mcfunction
|
106
|
+
data/test/function/main_while_6.mcfunction
|
107
|
+
data/test/function/main_while_7.mcfunction
|
108
|
+
data/test/function/main_while_body_0.mcfunction
|
109
|
+
data/test/function/main_while_body_1.mcfunction
|
110
|
+
data/test/function/main_while_body_2.mcfunction
|
111
|
+
data/test/function/main_while_body_6.mcfunction
|
112
|
+
data/test/function/main_while_body_7.mcfunction
|
113
|
+
data/test/function/scoreboard_demo_while_3.mcfunction
|
114
|
+
data/test/function/scoreboard_demo_while_body_3.mcfunction
|
115
|
+
data/test/function/scoreboard_demo_while_body_3_if_1.mcfunction
|
116
|
+
data/test/function/start_game_if_1.mcfunction
|
117
|
+
data/test/function/start_game_if_5.mcfunction
|
118
|
+
data/test/function/start_game_while_4.mcfunction
|
119
|
+
data/test/function/start_game_while_body_4.mcfunction
|
120
|
+
data/test/function/test_basic_if_if_1.mcfunction
|
121
|
+
data/test/function/test_basic_if_if_2.mcfunction
|
122
|
+
data/test/function/test_basic_if_if_3.mcfunction
|
123
|
+
data/test/function/test_basic_while_while_2.mcfunction
|
124
|
+
data/test/function/test_basic_while_while_4.mcfunction
|
125
|
+
data/test/function/test_basic_while_while_body_2.mcfunction
|
126
|
+
data/test/function/test_basic_while_while_body_4.mcfunction
|
127
|
+
data/test/function/test_complex_if_if_1.mcfunction
|
128
|
+
data/test/function/test_complex_if_if_2.mcfunction
|
129
|
+
data/test/function/test_complex_if_if_3.mcfunction
|
130
|
+
data/test/function/test_complex_if_if_4.mcfunction
|
131
|
+
data/test/function/test_complex_nested_control_while_2.mcfunction
|
132
|
+
data/test/function/test_complex_nested_control_while_body_2.mcfunction
|
133
|
+
data/test/function/test_complex_nested_control_while_body_2_else_1.mcfunction
|
134
|
+
data/test/function/test_complex_nested_control_while_body_2_else_1_if_1.mcfunction
|
135
|
+
data/test/function/test_complex_nested_control_while_body_2_if_1.mcfunction
|
136
|
+
data/test/function/test_complex_nested_control_while_body_2_if_1_if_1.mcfunction
|
137
|
+
data/test/function/test_complex_nested_control_while_body_2_if_2.mcfunction
|
138
|
+
data/test/function/test_complex_scope_scenarios_if_1.mcfunction
|
139
|
+
data/test/function/test_complex_scope_scenarios_if_2.mcfunction
|
140
|
+
data/test/function/test_complex_scope_scenarios_if_3.mcfunction
|
141
|
+
data/test/function/test_complex_scope_scenarios_if_4.mcfunction
|
142
|
+
data/test/function/test_complex_while_while_3.mcfunction
|
143
|
+
data/test/function/test_complex_while_while_6.mcfunction
|
144
|
+
data/test/function/test_complex_while_while_body_3.mcfunction
|
145
|
+
data/test/function/test_complex_while_while_body_6.mcfunction
|
146
|
+
data/test/function/test_control_complex_expressions_if_1.mcfunction
|
147
|
+
data/test/function/test_control_complex_expressions_if_3.mcfunction
|
148
|
+
data/test/function/test_control_complex_expressions_while_2.mcfunction
|
149
|
+
data/test/function/test_control_complex_expressions_while_body_2.mcfunction
|
150
|
+
data/test/function/test_control_error_handling_if_1.mcfunction
|
151
|
+
data/test/function/test_control_error_handling_if_2.mcfunction
|
152
|
+
data/test/function/test_control_error_handling_while_3.mcfunction
|
153
|
+
data/test/function/test_control_error_handling_while_body_3.mcfunction
|
154
|
+
data/test/function/test_control_performance_while_2.mcfunction
|
155
|
+
data/test/function/test_control_performance_while_4.mcfunction
|
156
|
+
data/test/function/test_control_performance_while_body_2.mcfunction
|
157
|
+
data/test/function/test_control_performance_while_body_2_if_1.mcfunction
|
158
|
+
data/test/function/test_control_performance_while_body_4.mcfunction
|
159
|
+
data/test/function/test_control_performance_while_body_4_while_2.mcfunction
|
160
|
+
data/test/function/test_control_performance_while_body_4_while_body_2.mcfunction
|
161
|
+
data/test/function/test_control_scoped_functions_if_1.mcfunction
|
162
|
+
data/test/function/test_control_scoped_functions_if_3.mcfunction
|
163
|
+
data/test/function/test_control_scoped_functions_while_2.mcfunction
|
164
|
+
data/test/function/test_control_scoped_functions_while_body_2.mcfunction
|
165
|
+
data/test/function/test_control_variable_substitution_if_1.mcfunction
|
166
|
+
data/test/function/test_control_variable_substitution_if_3.mcfunction
|
167
|
+
data/test/function/test_control_variable_substitution_while_2.mcfunction
|
168
|
+
data/test/function/test_control_variable_substitution_while_body_2.mcfunction
|
169
|
+
data/test/function/test_control_with_assignments_if_1.mcfunction
|
170
|
+
data/test/function/test_control_with_assignments_if_3.mcfunction
|
171
|
+
data/test/function/test_control_with_assignments_while_2.mcfunction
|
172
|
+
data/test/function/test_control_with_assignments_while_body_2.mcfunction
|
173
|
+
data/test/function/test_control_with_functions_if_1.mcfunction
|
174
|
+
data/test/function/test_control_with_functions_if_3.mcfunction
|
175
|
+
data/test/function/test_control_with_functions_while_2.mcfunction
|
176
|
+
data/test/function/test_control_with_functions_while_body_2.mcfunction
|
177
|
+
data/test/function/test_control_with_raw_if_1.mcfunction
|
178
|
+
data/test/function/test_control_with_raw_while_2.mcfunction
|
179
|
+
data/test/function/test_control_with_raw_while_body_2.mcfunction
|
180
|
+
data/test/function/test_control_with_scopes_if_1.mcfunction
|
181
|
+
data/test/function/test_control_with_scopes_if_2.mcfunction
|
182
|
+
data/test/function/test_control_with_scopes_if_3.mcfunction
|
183
|
+
data/test/function/test_control_with_scopes_if_4.mcfunction
|
184
|
+
data/test/function/test_control_with_tellraw_else_1.mcfunction
|
185
|
+
data/test/function/test_control_with_tellraw_if_1.mcfunction
|
186
|
+
data/test/function/test_control_with_tellraw_if_3.mcfunction
|
187
|
+
data/test/function/test_control_with_tellraw_while_2.mcfunction
|
188
|
+
data/test/function/test_control_with_tellraw_while_body_2.mcfunction
|
189
|
+
data/test/function/test_if_else_else_1.mcfunction
|
190
|
+
data/test/function/test_if_else_else_2.mcfunction
|
191
|
+
data/test/function/test_if_else_else_3.mcfunction
|
192
|
+
data/test/function/test_if_else_if_1.mcfunction
|
193
|
+
data/test/function/test_if_else_if_2.mcfunction
|
194
|
+
data/test/function/test_if_else_if_3.mcfunction
|
195
|
+
data/test/function/test_main_while_0.mcfunction
|
196
|
+
data/test/function/test_main_while_body_0.mcfunction
|
197
|
+
data/test/function/test_nested_if_else_1.mcfunction
|
198
|
+
data/test/function/test_nested_if_else_2.mcfunction
|
199
|
+
data/test/function/test_nested_if_else_2_else_0.mcfunction
|
200
|
+
data/test/function/test_nested_if_else_2_if_0.mcfunction
|
201
|
+
data/test/function/test_nested_if_if_1.mcfunction
|
202
|
+
data/test/function/test_nested_if_if_1_else_0.mcfunction
|
203
|
+
data/test/function/test_nested_if_if_1_if_0.mcfunction
|
204
|
+
data/test/function/test_nested_if_if_1_if_0_else_0.mcfunction
|
205
|
+
data/test/function/test_nested_if_if_1_if_0_if_0.mcfunction
|
206
|
+
data/test/function/test_nested_if_if_2.mcfunction
|
207
|
+
data/test/function/test_nested_if_if_2_else_0.mcfunction
|
208
|
+
data/test/function/test_nested_if_if_2_if_0.mcfunction
|
209
|
+
data/test/function/test_scope_conditionals_if_1.mcfunction
|
210
|
+
data/test/function/test_scope_conditionals_if_2.mcfunction
|
211
|
+
data/test/function/test_scope_conditionals_if_3.mcfunction
|
212
|
+
data/test/function/test_scope_conditionals_while_4.mcfunction
|
213
|
+
data/test/function/test_scope_conditionals_while_5.mcfunction
|
214
|
+
data/test/function/test_scope_conditionals_while_body_4.mcfunction
|
215
|
+
data/test/function/test_scope_conditionals_while_body_5.mcfunction
|
216
|
+
data/test/function/test_scope_interactions_if_1.mcfunction
|
217
|
+
data/test/function/test_scope_interactions_if_2.mcfunction
|
218
|
+
data/test/function/test_scope_interactions_if_3.mcfunction
|
219
|
+
data/test/function/test_while_break_while_2.mcfunction
|
220
|
+
data/test/function/test_while_break_while_body_2.mcfunction
|
221
|
+
data/test/function/test_while_break_while_body_2_if_1.mcfunction
|
222
|
+
data/test/function/test_while_break_while_body_2_if_2.mcfunction
|
223
|
+
data/test/function/tick_if_1.mcfunction
|
224
|
+
data/test/function/tick_if_2.mcfunction
|
225
|
+
data/test/function/tick_if_2_while_1.mcfunction
|
226
|
+
data/test/function/tick_if_2_while_body_1.mcfunction
|
227
|
+
data/test/function/weapon_effects_else_1.mcfunction
|
228
|
+
data/test/function/weapon_effects_if_1.mcfunction
|
229
|
+
data/test_final_template_fixed/function/main_else_8.mcfunction
|
230
|
+
data/test_final_template_fixed/function/main_if_8.mcfunction
|
231
|
+
data/while_test/function/main_while_0.mcfunction
|
232
|
+
data/while_test/function/main_while_body_0.mcfunction
|
233
|
+
docs/.env
|
234
|
+
docs/404.html
|
235
|
+
docs/Gemfile
|
236
|
+
docs/README.md
|
237
|
+
docs/_config.yml
|
238
|
+
docs/docs.md
|
239
|
+
docs/downloads.md
|
240
|
+
docs/index.md
|
241
|
+
docs/_data/version.yml
|
242
|
+
docs/_docs/cli-reference.md
|
243
|
+
docs/_docs/contributing.md
|
244
|
+
docs/_docs/docs-hub.md
|
245
|
+
docs/_docs/documentation.md
|
246
|
+
docs/_docs/examples.md
|
247
|
+
docs/_docs/getting-started.md
|
248
|
+
docs/_docs/language-reference.md
|
249
|
+
docs/_docs/multi-file-projects.md
|
250
|
+
docs/_docs/python-api.md
|
251
|
+
docs/_docs/vscode-extension.md
|
252
|
+
docs/_includes/head-custom.html
|
253
|
+
docs/_includes/navigation.html
|
254
|
+
docs/_layouts/default.html
|
255
|
+
docs/_layouts/page.html
|
256
|
+
docs/_plugins/test_version.rb
|
257
|
+
docs/_plugins/version_reader.rb
|
258
|
+
docs/assets/css/style.css
|
259
|
+
docs/icons/favicon-16.png
|
260
|
+
docs/icons/favicon-32.png
|
261
|
+
docs/icons/favicon-48.png
|
262
|
+
docs/icons/favicon-64.png
|
263
|
+
docs/icons/icon-1024.png
|
264
|
+
docs/icons/icon-128.png
|
265
|
+
docs/icons/icon-256.png
|
266
|
+
docs/icons/icon-512.png
|
267
|
+
docs/icons/icon-64.png
|
268
|
+
examples/hello_world.mdl
|
269
|
+
icons/favicon-16.png
|
270
|
+
icons/favicon-32.png
|
271
|
+
icons/favicon-48.png
|
272
|
+
icons/favicon-64.png
|
273
|
+
icons/icon-1024.png
|
274
|
+
icons/icon-128.png
|
275
|
+
icons/icon-256.png
|
276
|
+
icons/icon-512.png
|
277
|
+
icons/icon-64.png
|
278
|
+
item_modifiers/diamond_sword.json
|
279
|
+
item_modifiers/enchant_tool.json
|
280
|
+
item_modifiers/test_item_modifier.json
|
281
|
+
loot_tables/diamond_sword.json
|
282
|
+
loot_tables/epic_loot.json
|
283
|
+
loot_tables/main_loot.json
|
284
|
+
loot_tables/test_loot.json
|
285
|
+
minecraft_datapack_language/__init__.py
|
286
|
+
minecraft_datapack_language/ast_nodes.py
|
287
|
+
minecraft_datapack_language/cli.py
|
288
|
+
minecraft_datapack_language/cli_build.py
|
289
|
+
minecraft_datapack_language/cli_check.py
|
290
|
+
minecraft_datapack_language/cli_help.py
|
291
|
+
minecraft_datapack_language/cli_new.py
|
292
|
+
minecraft_datapack_language/cli_utils.py
|
293
|
+
minecraft_datapack_language/dir_map.py
|
294
|
+
minecraft_datapack_language/expression_processor.py
|
295
|
+
minecraft_datapack_language/linter.py
|
296
|
+
minecraft_datapack_language/mdl_errors.py
|
297
|
+
minecraft_datapack_language/mdl_lexer_js.py
|
298
|
+
minecraft_datapack_language/mdl_linter.py
|
299
|
+
minecraft_datapack_language/mdl_parser_js.py
|
300
|
+
minecraft_datapack_language/pack.py
|
301
|
+
minecraft_datapack_language/utils.py
|
302
|
+
minecraft_datapack_language.egg-info/PKG-INFO
|
303
|
+
minecraft_datapack_language.egg-info/SOURCES.txt
|
304
|
+
minecraft_datapack_language.egg-info/dependency_links.txt
|
305
|
+
minecraft_datapack_language.egg-info/entry_points.txt
|
306
|
+
minecraft_datapack_language.egg-info/requires.txt
|
307
|
+
minecraft_datapack_language.egg-info/top_level.txt
|
308
|
+
my_awesome_pack/README.md
|
309
|
+
my_awesome_pack/minecraft_datapack_language.mdl
|
310
|
+
predicates/diamond_sword.json
|
311
|
+
predicates/has_mana.json
|
312
|
+
predicates/other_predicate.json
|
313
|
+
predicates/test_predicate.json
|
314
|
+
recipes/custom_pickaxe.json
|
315
|
+
recipes/diamond_sword.json
|
316
|
+
recipes/first.json
|
317
|
+
recipes/inlet.json
|
318
|
+
recipes/main_recipe.json
|
319
|
+
recipes/outlet.json
|
320
|
+
recipes/pipe.json
|
321
|
+
recipes/second.json
|
322
|
+
recipes/test_recipe.json
|
323
|
+
recipes/wrench.json
|
324
|
+
scripts/UpdateMDL.sh
|
325
|
+
scripts/bootstrap.ps1
|
326
|
+
scripts/bootstrap.sh
|
327
|
+
scripts/build_pkg.ps1
|
328
|
+
scripts/build_pkg.sh
|
329
|
+
scripts/dev_build.ps1
|
330
|
+
scripts/dev_build.sh
|
331
|
+
scripts/dev_setup.ps1
|
332
|
+
scripts/dev_setup.sh
|
333
|
+
scripts/release.sh
|
334
|
+
scripts/test_cli.ps1
|
335
|
+
scripts/test_cli.sh
|
336
|
+
scripts/test_dev.ps1
|
337
|
+
scripts/test_dev.sh
|
338
|
+
scripts/update_docs.sh
|
339
|
+
scripts/update_version_info.sh
|
340
|
+
scripts/git-bash/bootstrap-gitbash.sh
|
341
|
+
scripts/git-bash/build_pkg-gitbash.sh
|
342
|
+
scripts/git-bash/test_cli-gitbash.sh
|
343
|
+
structures/diamond_sword.json
|
344
|
+
structures/test_structure.json
|
345
|
+
structures/workshop.json
|
346
|
+
test_examples/01_basic_hello_world.mdl
|
347
|
+
test_examples/02_variables_and_scopes.mdl
|
348
|
+
test_examples/03_scoped_function_calls.mdl
|
349
|
+
test_examples/04_while_loops.mdl
|
350
|
+
test_examples/05_raw_commands.mdl
|
351
|
+
test_examples/06_comprehensive_example.mdl
|
352
|
+
test_examples/test_output_scoped_fixed.zip
|
353
|
+
test_examples/test_output_validation.py
|
354
|
+
test_examples/test_output/basic_hello.zip
|
355
|
+
test_examples/test_output/raw_commands.zip
|
356
|
+
test_examples/test_output/scoped_calls.zip
|
357
|
+
test_examples/test_output/variables.zip
|
358
|
+
test_examples/test_output/while_loops.zip
|
359
|
+
test_examples/test_output/basic_hello/pack.mcmeta
|
360
|
+
test_examples/test_output/basic_hello/data/basic_hello/function/load.mcfunction
|
361
|
+
test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction
|
362
|
+
test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json
|
363
|
+
test_examples/test_output/raw_commands/pack.mcmeta
|
364
|
+
test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json
|
365
|
+
test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction
|
366
|
+
test_examples/test_output/raw_commands/data/raw_commands/function/load.mcfunction
|
367
|
+
test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction
|
368
|
+
test_examples/test_output/scoped_calls/pack.mcmeta
|
369
|
+
test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json
|
370
|
+
test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction
|
371
|
+
test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction
|
372
|
+
test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction
|
373
|
+
test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction
|
374
|
+
test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction
|
375
|
+
test_examples/test_output/variables/pack.mcmeta
|
376
|
+
test_examples/test_output/variables/data/minecraft/tags/function/load.json
|
377
|
+
test_examples/test_output/variables/data/variables/function/load.mcfunction
|
378
|
+
test_examples/test_output/variables/data/variables/function/main.mcfunction
|
379
|
+
test_examples/test_output/variables/data/variables/function/reset.mcfunction
|
380
|
+
test_examples/test_output/while_loops/pack.mcmeta
|
381
|
+
test_examples/test_output/while_loops/data/minecraft/tags/function/load.json
|
382
|
+
test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction
|
383
|
+
test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction
|
384
|
+
test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction
|
385
|
+
test_examples/test_output/while_loops/data/while_loops/function/test_countdown_while_1.mcfunction
|
386
|
+
test_examples/test_output/while_loops/data/while_loops/function/test_main_while_2.mcfunction
|
387
|
+
test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction
|
388
|
+
test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction
|
389
|
+
test_examples/test_output_scoped_fixed/pack.mcmeta
|
390
|
+
test_examples/test_output_scoped_fixed/data/minecraft/tags/function/load.json
|
391
|
+
test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_global.mcfunction
|
392
|
+
test_examples/test_output_scoped_fixed/data/scoped_calls/function/increment_player.mcfunction
|
393
|
+
test_examples/test_output_scoped_fixed/data/scoped_calls/function/load.mcfunction
|
394
|
+
test_examples/test_output_scoped_fixed/data/scoped_calls/function/main.mcfunction
|
395
|
+
test_examples/test_output_scoped_fixed/data/scoped_calls/function/show_scores.mcfunction
|
396
|
+
tests/__init__.py
|
397
|
+
tests/test_basic.py
|
398
|
+
tests/test_cli_comprehensive.py
|
399
|
+
tests/test_comprehensive.py
|
400
|
+
tests/test_comprehensive_edge_cases.py
|
401
|
+
tests/test_comprehensive_features.py
|
402
|
+
tests/test_io.py
|
403
|
+
vscode-extension/README.md
|
404
|
+
vscode-extension/language-configuration.json
|
405
|
+
vscode-extension/package.json
|
406
|
+
vscode-extension/tsconfig.json
|
407
|
+
vscode-extension/icons/favicon-16.png
|
408
|
+
vscode-extension/icons/favicon-32.png
|
409
|
+
vscode-extension/icons/favicon-48.png
|
410
|
+
vscode-extension/icons/favicon-64.png
|
411
|
+
vscode-extension/icons/icon-1024.png
|
412
|
+
vscode-extension/icons/icon-128.png
|
413
|
+
vscode-extension/icons/icon-256.png
|
414
|
+
vscode-extension/icons/icon-512.png
|
415
|
+
vscode-extension/snippets/mdl.json
|
416
|
+
vscode-extension/src/extension.ts
|
417
|
+
vscode-extension/syntaxes/mdl.tmLanguage.json
|
418
|
+
vscode-extension/themes/mdl-color-theme.json
|
@@ -0,0 +1,6 @@
|
|
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
|
+
# Custom Minecraft commands
|
3
|
+
gamemode creative @a
|
4
|
+
weather clear
|
5
|
+
time set day
|
6
|
+
tellraw @a [{"text":"Custom commands executed !"}]
|
@@ -1,2 +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
|
2
|
+
scoreboard players add @s playerScore 10
|
3
|
+
tellraw @a [{"text":"Your score increased !"}]
|
@@ -1,2 +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 objectives add
|
2
|
+
scoreboard objectives add playerScore dummy
|
3
|
+
scoreboard objectives add globalTimer dummy
|
@@ -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 scoped function demo . . ."}]
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
function scoped_calls:scoped_calls:increment_player<@s>
|
4
|
+
function scoped_calls:scoped_calls:increment_global<global>
|
5
|
+
function scoped_calls:scoped_calls:show_scores<@a>
|
@@ -1,3 +1,3 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
|
-
tellraw @a [{"text":"
|
3
|
-
tellraw @a {"text":"
|
2
|
+
tellraw @a [{"text":"Player score: playerScore"}]
|
3
|
+
tellraw @a [{"text":"Global timer: globalTimer"}]
|
@@ -1,6 +1,4 @@
|
|
1
1
|
execute unless entity @e[type=armor_stand,tag=mdl_server,limit=1] run summon armor_stand ~ 320 ~ {Tags:["mdl_server"],Invisible:1b,Marker:1b,NoGravity:1b,Invulnerable:1b}
|
2
2
|
scoreboard objectives add globalCounter dummy
|
3
|
-
scoreboard players set @e[type=armor_stand,tag=mdl_server,limit=1] globalCounter 0
|
4
3
|
scoreboard objectives add playerCounter dummy
|
5
|
-
scoreboard objectives add teamCounter dummy
|
6
|
-
scoreboard players set @a[team=red] teamCounter 0
|
4
|
+
scoreboard objectives add teamCounter dummy
|