.gitignore
CONDITIONALS_IMPLEMENTATION.md
CORE_FEATURES_GUIDE.md
DEVELOPMENT.md
LICENSE
MDL_AI_SPEC_SHEET.md
MDL_LANGUAGE_SPEC.md
Makefile
README.md
cli_debug_output.zip
dist_multi_final_test.zip
pyproject.toml
test_hello.mdl
test_hello_debug.zip
test_hello_debug2.zip
test_hello_debug3.zip
test_hello_debug4.zip
test_hello_debug5.zip
test_hello_final.zip
test_hello_output.zip
test_namespace_fix.zip
./minecraft_datapack_language/__init__.py
./minecraft_datapack_language/_version.py
./minecraft_datapack_language/cli.py
./minecraft_datapack_language/dir_map.py
./minecraft_datapack_language/expression_processor.py
./minecraft_datapack_language/linter.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
cli_debug_output/pack.mcmeta
cli_debug_output/data/minecraft/tags/function/load.json
cli_debug_output/data/test/function/load.mcfunction
cli_debug_output/data/test/function/test.mcfunction
dist_multi_final_test/pack.mcmeta
dist_multi_final_test/data/minecraft/tags/function/load.json
dist_multi_final_test/data/other/function/helper.mcfunction
dist_multi_final_test/data/other/function/load.mcfunction
dist_multi_final_test/data/other/function/main.mcfunction
dist_multi_final_test/data/other/function/other_main_while_1.mcfunction
dist_multi_final_test/data/test/function/helper.mcfunction
dist_multi_final_test/data/test/function/load.mcfunction
dist_multi_final_test/data/test/function/main.mcfunction
dist_multi_final_test/data/test/function/test_main_while_3.mcfunction
dist_multi_fixed/pack.mcmeta
dist_multi_fixed/data/minecraft/tags/function/load.json
dist_multi_fixed/data/other/function/helper.mcfunction
dist_multi_fixed/data/other/function/load.mcfunction
dist_multi_fixed/data/other/function/main.mcfunction
dist_multi_fixed/data/other/function/other_main_while_1.mcfunction
dist_multi_fixed/data/other/tags/function/load.json
dist_multi_fixed/data/other/tags/function/minecraft
dist_multi_fixed/data/other/tags/function/test
dist_multi_fixed/data/test/function/helper.mcfunction
dist_multi_fixed/data/test/function/load.mcfunction
dist_multi_fixed/data/test/function/main.mcfunction
dist_multi_fixed/data/test/function/test_main_while_2.mcfunction
dist_multi_fixed/data/test/function/test_main_while_3.mcfunction
dist_multi_fixed/data/test/tags/function/invalid.json
dist_multi_fixed/data/test/tags/function/swords.json
dist_multi_test_final/pack.mcmeta
dist_multi_test_final/data/minecraft/tags/function/load.json
dist_multi_test_final/data/other/function/helper.mcfunction
dist_multi_test_final/data/other/function/load.mcfunction
dist_multi_test_final/data/other/function/main.mcfunction
dist_multi_test_final/data/other/function/other_main_while_1.mcfunction
dist_multi_test_final/data/other/tags/function/load.json
dist_multi_test_final/data/other/tags/function/minecraft
dist_multi_test_final/data/other/tags/function/test
dist_multi_test_final/data/test/function/helper.mcfunction
dist_multi_test_final/data/test/function/load.mcfunction
dist_multi_test_final/data/test/function/main.mcfunction
dist_multi_test_final/data/test/function/test_main_while_2.mcfunction
dist_multi_test_final/data/test/function/test_main_while_3.mcfunction
dist_multi_test_final/data/test/tags/function/invalid.json
dist_multi_test_final/data/test/tags/function/swords.json
dist_multi_test_fixed/pack.mcmeta
dist_multi_test_fixed/data/minecraft/tags/function/load.json
dist_multi_test_fixed/data/other/function/helper.mcfunction
dist_multi_test_fixed/data/other/function/load.mcfunction
dist_multi_test_fixed/data/other/function/main.mcfunction
dist_multi_test_fixed/data/other/function/other_main_while_1.mcfunction
dist_multi_test_fixed/data/other/tags/function/load.json
dist_multi_test_fixed/data/other/tags/function/minecraft
dist_multi_test_fixed/data/other/tags/function/test
dist_multi_test_fixed/data/test/function/helper.mcfunction
dist_multi_test_fixed/data/test/function/load.mcfunction
dist_multi_test_fixed/data/test/function/main.mcfunction
dist_multi_test_fixed/data/test/function/test_main_while_2.mcfunction
dist_multi_test_fixed/data/test/function/test_main_while_3.mcfunction
dist_multi_test_fixed/data/test/tags/function/invalid.json
dist_multi_test_fixed/data/test/tags/function/swords.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/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/multi_file_example/README.md
examples/multi_file_example/other.mdl
examples/multi_file_example/test.mdl
examples/multi_file_example/ui.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
loot_tables/diamond_sword.json
minecraft_datapack_language/__init__.py
minecraft_datapack_language/cli.py
minecraft_datapack_language/dir_map.py
minecraft_datapack_language/expression_processor.py
minecraft_datapack_language/linter.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
recipes/custom_pickaxe.json
recipes/diamond_sword.json
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/git-bash/bootstrap-gitbash.sh
scripts/git-bash/build_pkg-gitbash.sh
scripts/git-bash/test_cli-gitbash.sh
structures/diamond_sword.json
test_examples/README.md
test_examples/conditionals.mdl
test_examples/dist.zip
test_examples/dist_for_test.zip
test_examples/hello_world.mdl
test_examples/loops.mdl
test_examples/pack_format_43_example.mdl
test_examples/pack_format_45_example.mdl
test_examples/pre_82_example.mdl
test_examples/run_all_tests.py
test_examples/simple_control.mdl
test_examples/variables.mdl
test_hello_debug/pack.mcmeta
test_hello_debug/data/example/function/hello.mcfunction
test_hello_debug/data/example/function/load.mcfunction
test_hello_debug/data/minecraft/tags/function/load.json
test_hello_debug2/pack.mcmeta
test_hello_debug2/data/example/function/hello.mcfunction
test_hello_debug2/data/example/function/load.mcfunction
test_hello_debug2/data/minecraft/tags/function/load.json
test_hello_debug3/pack.mcmeta
test_hello_debug3/data/example/function/hello.mcfunction
test_hello_debug3/data/example/function/load.mcfunction
test_hello_debug3/data/minecraft/tags/function/load.json
test_hello_debug4/pack.mcmeta
test_hello_debug4/data/example/function/hello.mcfunction
test_hello_debug4/data/example/function/load.mcfunction
test_hello_debug4/data/minecraft/tags/function/load.json
test_hello_debug5/pack.mcmeta
test_hello_debug5/data/example/function/hello.mcfunction
test_hello_debug5/data/example/function/load.mcfunction
test_hello_debug5/data/minecraft/tags/function/load.json
test_hello_final/pack.mcmeta
test_hello_final/data/example/function/hello.mcfunction
test_hello_final/data/example/function/load.mcfunction
test_hello_final/data/minecraft/tags/function/load.json
test_hello_output/pack.mcmeta
test_hello_output/data/example/function/hello.mcfunction
test_hello_output/data/example/function/load.mcfunction
test_hello_output/data/minecraft/tags/function/load.json
test_namespace_fix/pack.mcmeta
test_namespace_fix/data/minecraft/tags/function/load.json
test_namespace_fix/data/other/function/helper.mcfunction
test_namespace_fix/data/other/function/load.mcfunction
test_namespace_fix/data/other/function/main.mcfunction
test_namespace_fix/data/other/function/other_main_while_1.mcfunction
test_namespace_fix/data/test/advancement/diamond_sword.json
test_namespace_fix/data/test/function/helper.mcfunction
test_namespace_fix/data/test/function/load.mcfunction
test_namespace_fix/data/test/function/main.mcfunction
test_namespace_fix/data/test/function/test_main_while_3.mcfunction
test_namespace_fix/data/test/item_modifier/diamond_sword.json
test_namespace_fix/data/test/loot_table/diamond_sword.json
test_namespace_fix/data/test/predicate/diamond_sword.json
test_namespace_fix/data/test/recipe/diamond_sword.json
test_namespace_fix/data/test/structure/diamond_sword.json
test_new_pack/README.md
test_new_pack/test_new_pack.mdl
test_new_pack/recipes/custom_pickaxe.json
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