.gitignore
CONDITIONALS_IMPLEMENTATION.md
CORE_FEATURES_GUIDE.md
DEVELOPMENT.md
LICENSE
MDL_AI_SPEC_SHEET.md
MDL_LANGUAGE_SPEC.md
Makefile
README.md
pyproject.toml
test1.mdl
test3.mdl
test_all_registry.mdl
test_colon_dist.zip
test_colon_dist2.zip
test_colon_dist3.zip
test_colon_dist4.zip
test_error_reporting.mdl
test_execute.mdl
test_execute_dist.zip
test_execute_dist_fixed.zip
test_final_namespace.zip
test_lexer.py
test_lexer_comprehensive.py
test_multi_namespace_final.mdl
test_multi_namespace_registry.mdl
test_output.zip
test_output_all.zip
test_output_debug.zip
test_output_debug_full.zip
test_output_debug_merge.zip
test_output_debug_namespace.zip
test_output_debug_namespace2.zip
test_output_debug_namespace3.zip
test_output_fix.zip
test_output_isolated.zip
test_output_multi.zip
test_output_multi_fixed.zip
test_output_namespace_fixed.zip
test_output_scoped_calls.zip
test_output_scopes.zip
test_pipes.mdl
test_raw_blocks.mdl
test_verbose.zip
./minecraft_datapack_language/__init__.py
./minecraft_datapack_language/_version.py
./minecraft_datapack_language/ast_nodes.py
./minecraft_datapack_language/cli.py
./minecraft_datapack_language/cli_build.py
./minecraft_datapack_language/cli_check.py
./minecraft_datapack_language/cli_help.py
./minecraft_datapack_language/cli_new.py
./minecraft_datapack_language/cli_utils.py
./minecraft_datapack_language/dir_map.py
./minecraft_datapack_language/expression_processor.py
./minecraft_datapack_language/linter.py
./minecraft_datapack_language/mdl_errors.py
./minecraft_datapack_language/mdl_lexer_js.py
./minecraft_datapack_language/mdl_linter.py
./minecraft_datapack_language/mdl_parser_js.py
./minecraft_datapack_language/pack.py
./minecraft_datapack_language/utils.py
.cursor/rules/aispec.mdc
.github/actions/mdl-compile/action.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
.github/workflows/release.yml
.github/workflows/test-examples.yml
.github/workflows/update-website-version.yml
advancements/diamond_sword.json
advancements/first_spell.json
advancements/other_advancement.json
advancements/test_advancement.json
docs/.env
docs/404.html
docs/Gemfile
docs/README.md
docs/_config.yml
docs/docs.md
docs/downloads.md
docs/index.md
docs/_data/version.yml
docs/_docs/cli-reference.md
docs/_docs/contributing.md
docs/_docs/docs-hub.md
docs/_docs/documentation.md
docs/_docs/examples.md
docs/_docs/getting-started.md
docs/_docs/language-reference.md
docs/_docs/multi-file-projects.md
docs/_docs/python-api.md
docs/_docs/vscode-extension.md
docs/_includes/head-custom.html
docs/_includes/navigation.html
docs/_layouts/default.html
docs/_layouts/page.html
docs/_plugins/test_version.rb
docs/_plugins/version_reader.rb
docs/icons/favicon-16.png
docs/icons/favicon-32.png
docs/icons/favicon-48.png
docs/icons/favicon-64.png
docs/icons/icon-1024.png
docs/icons/icon-128.png
docs/icons/icon-256.png
docs/icons/icon-512.png
docs/icons/icon-64.png
examples/hello_world.mdl
icons/favicon-16.png
icons/favicon-32.png
icons/favicon-48.png
icons/favicon-64.png
icons/icon-1024.png
icons/icon-128.png
icons/icon-256.png
icons/icon-512.png
icons/icon-64.png
item_modifiers/diamond_sword.json
item_modifiers/enchant_tool.json
item_modifiers/test_item_modifier.json
loot_tables/diamond_sword.json
loot_tables/epic_loot.json
loot_tables/main_loot.json
loot_tables/test_loot.json
minecraft_datapack_language/__init__.py
minecraft_datapack_language/ast_nodes.py
minecraft_datapack_language/cli.py
minecraft_datapack_language/cli_build.py
minecraft_datapack_language/cli_check.py
minecraft_datapack_language/cli_help.py
minecraft_datapack_language/cli_new.py
minecraft_datapack_language/cli_utils.py
minecraft_datapack_language/dir_map.py
minecraft_datapack_language/expression_processor.py
minecraft_datapack_language/linter.py
minecraft_datapack_language/mdl_errors.py
minecraft_datapack_language/mdl_lexer_js.py
minecraft_datapack_language/mdl_linter.py
minecraft_datapack_language/mdl_parser_js.py
minecraft_datapack_language/pack.py
minecraft_datapack_language/utils.py
minecraft_datapack_language.egg-info/PKG-INFO
minecraft_datapack_language.egg-info/SOURCES.txt
minecraft_datapack_language.egg-info/dependency_links.txt
minecraft_datapack_language.egg-info/entry_points.txt
minecraft_datapack_language.egg-info/requires.txt
minecraft_datapack_language.egg-info/top_level.txt
my_awesome_pack/README.md
my_awesome_pack/minecraft_datapack_language.mdl
predicates/diamond_sword.json
predicates/has_mana.json
predicates/other_predicate.json
predicates/test_predicate.json
recipes/custom_pickaxe.json
recipes/diamond_sword.json
recipes/first.json
recipes/inlet.json
recipes/main_recipe.json
recipes/outlet.json
recipes/pipe.json
recipes/second.json
recipes/test_recipe.json
recipes/wrench.json
scripts/UpdateMDL.sh
scripts/bootstrap.ps1
scripts/bootstrap.sh
scripts/build_pkg.ps1
scripts/build_pkg.sh
scripts/dev_build.ps1
scripts/dev_build.sh
scripts/dev_setup.ps1
scripts/dev_setup.sh
scripts/release.sh
scripts/test_cli.ps1
scripts/test_cli.sh
scripts/test_dev.ps1
scripts/test_dev.sh
scripts/update_docs.sh
scripts/update_version_info.sh
scripts/git-bash/bootstrap-gitbash.sh
scripts/git-bash/build_pkg-gitbash.sh
scripts/git-bash/test_cli-gitbash.sh
structures/diamond_sword.json
structures/test_structure.json
structures/workshop.json
test_basic_hello_fixed/pack.mcmeta
test_basic_hello_fixed/data/basic_hello/function/load.mcfunction
test_basic_hello_fixed/data/basic_hello/function/main.mcfunction
test_basic_hello_fixed/data/minecraft/tags/function/load.json
test_cli_fixed/README.md
test_cli_fixed/simple_test.mdl
test_cli_fixed/test_cli_fixed.mdl
test_cli_project/README.md
test_cli_project/test_cli_project.mdl
test_colon_dist/pack.mcmeta
test_colon_dist/data/test/function/test.mcfunction
test_colon_dist2/pack.mcmeta
test_colon_dist2/data/test/function/test.mcfunction
test_colon_dist3/pack.mcmeta
test_colon_dist3/data/test/function/test.mcfunction
test_colon_dist4/pack.mcmeta
test_colon_dist4/data/test/function/test.mcfunction
test_corrected_template/README.md
test_corrected_template/simple_no_exclamation.mdl
test_corrected_template/simple_test2.mdl
test_corrected_template/simple_wrapped.zip
test_corrected_template/test_corrected_template.mdl
test_corrected_template/variables_test.mdl
test_corrected_template/simple_dist2/pack.mcmeta
test_corrected_template/simple_dist2/data/minecraft/tags/function/load.json
test_corrected_template/simple_dist2/data/simple_test2/function/load.mcfunction
test_corrected_template/simple_dist2/data/simple_test2/function/main.mcfunction
test_corrected_template/simple_no_exclamation_dist/pack.mcmeta
test_corrected_template/simple_no_exclamation_dist/data/minecraft/tags/function/load.json
test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/load.mcfunction
test_corrected_template/simple_no_exclamation_dist/data/simple_no_exclamation/function/main.mcfunction
test_corrected_template/wrapped_dist/pack.mcmeta
test_corrected_template/wrapped_dist/data/minecraft/tags/function/load.json
test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/load.mcfunction
test_corrected_template/wrapped_dist/data/simple_no_exclamation/function/main.mcfunction
test_examples/01_basic_hello_world.mdl
test_examples/02_variables_and_scopes.mdl
test_examples/03_scoped_function_calls.mdl
test_examples/04_while_loops.mdl
test_examples/05_raw_commands.mdl
test_examples/06_comprehensive_example.mdl
test_examples/test_output_validation.py
test_examples/test_output/basic_hello.zip
test_examples/test_output/raw_commands.zip
test_examples/test_output/scoped_calls.zip
test_examples/test_output/variables.zip
test_examples/test_output/while_loops.zip
test_examples/test_output/basic_hello/pack.mcmeta
test_examples/test_output/basic_hello/data/basic_hello/function/main.mcfunction
test_examples/test_output/basic_hello/data/minecraft/tags/function/load.json
test_examples/test_output/raw_commands/pack.mcmeta
test_examples/test_output/raw_commands/data/minecraft/tags/function/load.json
test_examples/test_output/raw_commands/data/raw_commands/function/custom_commands.mcfunction
test_examples/test_output/raw_commands/data/raw_commands/function/main.mcfunction
test_examples/test_output/scoped_calls/pack.mcmeta
test_examples/test_output/scoped_calls/data/minecraft/tags/function/load.json
test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_global.mcfunction
test_examples/test_output/scoped_calls/data/scoped_calls/function/increment_player.mcfunction
test_examples/test_output/scoped_calls/data/scoped_calls/function/load.mcfunction
test_examples/test_output/scoped_calls/data/scoped_calls/function/main.mcfunction
test_examples/test_output/scoped_calls/data/scoped_calls/function/show_scores.mcfunction
test_examples/test_output/variables/pack.mcmeta
test_examples/test_output/variables/data/minecraft/tags/function/load.json
test_examples/test_output/variables/data/variables/function/load.mcfunction
test_examples/test_output/variables/data/variables/function/main.mcfunction
test_examples/test_output/variables/data/variables/function/reset.mcfunction
test_examples/test_output/while_loops/pack.mcmeta
test_examples/test_output/while_loops/data/minecraft/tags/function/load.json
test_examples/test_output/while_loops/data/while_loops/function/countdown.mcfunction
test_examples/test_output/while_loops/data/while_loops/function/load.mcfunction
test_examples/test_output/while_loops/data/while_loops/function/main.mcfunction
test_examples/test_output/while_loops/data/while_loops/function/while_loops_countdown_while_1.mcfunction
test_examples/test_output/while_loops/data/while_loops/function/while_loops_main_while_2.mcfunction
test_execute_dist/pack.mcmeta
test_execute_dist/data/test/function/hello.mcfunction
test_execute_dist/data/test/function/main.mcfunction
test_execute_dist_fixed/pack.mcmeta
test_execute_dist_fixed/data/test/function/hello.mcfunction
test_execute_dist_fixed/data/test/function/main.mcfunction
test_final_namespace/pack.mcmeta
test_final_namespace/data/magic/advancement/first_spell.json
test_final_namespace/data/magic/predicate/has_mana.json
test_final_namespace/data/minecraft/tags/function/load.json
test_final_namespace/data/tools/function/cast_spell.mcfunction
test_final_namespace/data/tools/function/craft_tool.mcfunction
test_final_namespace/data/tools/function/craft_weapon.mcfunction
test_final_namespace/data/tools/item_modifier/enchant_tool.json
test_final_namespace/data/tools/structure/workshop.json
test_final_namespace/data/weapons/loot_table/epic_loot.json
test_final_namespace/data/weapons/recipe/diamond_sword.json
test_final_template/README.md
test_final_template/test_final_template.mdl
test_output/pack.mcmeta
test_output/data/hello_world/function/load.mcfunction
test_output/data/hello_world/function/main.mcfunction
test_output/data/minecraft/tags/function/load.json
test_output/data/my_test_pack/function/load.mcfunction
test_output/data/my_test_pack/function/test_raw_blocks.mcfunction
test_output/data/pipes/function/hello.mcfunction
test_output/data/pipes/function/load.mcfunction
test_output/data/pipes/recipe/inlet.json
test_output/data/pipes/recipe/outlet.json
test_output/data/pipes/recipe/pipe.json
test_output/data/pipes/recipe/wrench.json
test_output_all/pack.mcmeta
test_output_all/data/minecraft/tags/function/load.json
test_output_all/data/registry/advancement/test_advancement.json
test_output_all/data/registry/function/hello.mcfunction
test_output_all/data/registry/item_modifier/test_item_modifier.json
test_output_all/data/registry/loot_table/test_loot.json
test_output_all/data/registry/predicate/test_predicate.json
test_output_all/data/registry/recipe/test_recipe.json
test_output_all/data/registry/structure/test_structure.json
test_output_debug/pack.mcmeta
test_output_debug/data/minecraft/tags/function/load.json
test_output_debug/data/other/advancement/other_advancement.json
test_output_debug/data/other/function/hello.mcfunction
test_output_debug/data/other/function/helper.mcfunction
test_output_debug/data/other/loot_table/main_loot.json
test_output_debug/data/other/predicate/other_predicate.json
test_output_debug/data/other/recipe/main_recipe.json
test_output_debug_full/pack.mcmeta
test_output_debug_full/data/minecraft/tags/function/load.json
test_output_debug_full/data/second/function/first_func.mcfunction
test_output_debug_full/data/second/function/second_func.mcfunction
test_output_debug_full/data/second/recipe/first_recipe.json
test_output_debug_full/data/second/recipe/second_recipe.json
test_output_debug_merge/pack.mcmeta
test_output_debug_merge/data/minecraft/tags/function/load.json
test_output_debug_merge/data/second/function/first_func.mcfunction
test_output_debug_merge/data/second/function/second_func.mcfunction
test_output_debug_merge/data/second/recipe/first_recipe.json
test_output_debug_merge/data/second/recipe/second_recipe.json
test_output_debug_namespace/pack.mcmeta
test_output_debug_namespace/data/minecraft/tags/function/load.json
test_output_debug_namespace/data/second/function/first_func.mcfunction
test_output_debug_namespace/data/second/function/second_func.mcfunction
test_output_debug_namespace/data/second/recipe/first_recipe.json
test_output_debug_namespace/data/second/recipe/second_recipe.json
test_output_debug_namespace2/pack.mcmeta
test_output_debug_namespace2/data/minecraft/tags/function/load.json
test_output_debug_namespace2/data/second/function/first_func.mcfunction
test_output_debug_namespace2/data/second/function/second_func.mcfunction
test_output_debug_namespace2/data/second/recipe/first_recipe.json
test_output_debug_namespace2/data/second/recipe/second_recipe.json
test_output_debug_namespace3/pack.mcmeta
test_output_debug_namespace3/data/minecraft/tags/function/load.json
test_output_debug_namespace3/data/second/function/first_func.mcfunction
test_output_debug_namespace3/data/second/function/second_func.mcfunction
test_output_debug_namespace3/data/second/recipe/first_recipe.json
test_output_debug_namespace3/data/second/recipe/second_recipe.json
test_output_fix/pack.mcmeta
test_output_fix/data/hello_world/function/main.mcfunction
test_output_fix/data/minecraft/tags/function/load.json
test_output_isolated/pack.mcmeta
test_output_isolated/data/hello_world/function/main.mcfunction
test_output_isolated/data/minecraft/tags/function/load.json
test_output_multi/pack.mcmeta
test_output_multi/data/minecraft/tags/function/load.json
test_output_multi/data/other/advancement/other_advancement.json
test_output_multi/data/other/function/hello.mcfunction
test_output_multi/data/other/function/helper.mcfunction
test_output_multi/data/other/loot_table/main_loot.json
test_output_multi/data/other/predicate/other_predicate.json
test_output_multi/data/other/recipe/main_recipe.json
test_output_multi_fixed/pack.mcmeta
test_output_multi_fixed/data/minecraft/tags/function/load.json
test_output_multi_fixed/data/other/advancement/other_advancement.json
test_output_multi_fixed/data/other/function/hello.mcfunction
test_output_multi_fixed/data/other/function/helper.mcfunction
test_output_multi_fixed/data/other/loot_table/main_loot.json
test_output_multi_fixed/data/other/predicate/other_predicate.json
test_output_multi_fixed/data/other/recipe/main_recipe.json
test_output_namespace_fixed/pack.mcmeta
test_output_namespace_fixed/data/minecraft/tags/function/load.json
test_output_namespace_fixed/data/second/function/first_func.mcfunction
test_output_namespace_fixed/data/second/function/second_func.mcfunction
test_output_namespace_fixed/data/second/recipe/first_recipe.json
test_output_namespace_fixed/data/second/recipe/second_recipe.json
test_output_scoped_calls/pack.mcmeta
test_output_scoped_calls/data/minecraft/tags/function/load.json
test_output_scoped_calls/data/scoped_calls/function/increment_global.mcfunction
test_output_scoped_calls/data/scoped_calls/function/increment_player.mcfunction
test_output_scoped_calls/data/scoped_calls/function/load.mcfunction
test_output_scoped_calls/data/scoped_calls/function/main.mcfunction
test_output_scoped_calls/data/scoped_calls/function/show_scores.mcfunction
test_output_scopes/pack.mcmeta
test_output_scopes/data/minecraft/tags/function/load.json
test_output_scopes/data/variables/function/load.mcfunction
test_output_scopes/data/variables/function/main.mcfunction
test_output_scopes/data/variables/function/reset.mcfunction
test_variables_fixed/pack.mcmeta
test_variables_fixed/data/minecraft/tags/function/load.json
test_variables_fixed/data/variables/function/load.mcfunction
test_variables_fixed/data/variables/function/main.mcfunction
test_variables_fixed/data/variables/function/reset.mcfunction
test_verbose/pack.mcmeta
test_verbose/data/minecraft/tags/function/load.json
test_verbose/data/minecraft/tags/function/tick.json
test_verbose/data/test1/function/disabletimer.mcfunction
test_verbose/data/test1/function/enabletimer.mcfunction
test_verbose/data/test1/function/hello.mcfunction
test_verbose/data/test1/function/increase_tick_per_player.mcfunction
test_verbose/data/test1/function/increase_tick_per_player_if_0.mcfunction
test_verbose/data/test1/function/increase_tick_per_player_if_1.mcfunction
test_verbose/data/test1/function/increase_tick_per_player_if_end_0.mcfunction
test_verbose/data/test1/function/increase_tick_per_player_if_end_1.mcfunction
test_verbose/data/test1/function/load.mcfunction
test_verbose/data/test1/function/resetstats.mcfunction
test_verbose/data/test1/function/showplayerstats.mcfunction
test_verbose/data/test1/function/showstats.mcfunction
test_verbose/data/test1/function/test1_tick_while_1.mcfunction
test_verbose/data/test1/function/tick.mcfunction
test_verbose/data/test1/function/tick_if_2.mcfunction
test_verbose/data/test1/function/tick_if_end_2.mcfunction
test_while_loops_fixed/pack.mcmeta
test_while_loops_fixed/data/minecraft/tags/function/load.json
test_while_loops_fixed/data/while_loops/function/countdown.mcfunction
test_while_loops_fixed/data/while_loops/function/load.mcfunction
test_while_loops_fixed/data/while_loops/function/main.mcfunction
test_while_loops_ignore_warnings/pack.mcmeta
test_while_loops_ignore_warnings/data/minecraft/tags/function/load.json
test_while_loops_ignore_warnings/data/while_loops/function/countdown.mcfunction
test_while_loops_ignore_warnings/data/while_loops/function/load.mcfunction
test_while_loops_ignore_warnings/data/while_loops/function/main.mcfunction
test_with_options/README.md
test_with_options/test_with_options.mdl
tests/__init__.py
tests/test_basic.py
tests/test_comprehensive.py
tests/test_io.py
vscode-extension/README.md
vscode-extension/language-configuration.json
vscode-extension/package.json
vscode-extension/tsconfig.json
vscode-extension/icons/favicon-16.png
vscode-extension/icons/favicon-32.png
vscode-extension/icons/favicon-48.png
vscode-extension/icons/favicon-64.png
vscode-extension/icons/icon-1024.png
vscode-extension/icons/icon-128.png
vscode-extension/icons/icon-256.png
vscode-extension/icons/icon-512.png
vscode-extension/snippets/mdl.json
vscode-extension/src/extension.ts
vscode-extension/syntaxes/mdl.tmLanguage.json
vscode-extension/themes/mdl-color-theme.json