.gitignore
CONDITIONALS_IMPLEMENTATION.md
CORE_FEATURES_GUIDE.md
DEVELOPMENT.md
LICENSE
MDL_AI_SPEC_SHEET.md
MDL_LANGUAGE_SPEC.md
Makefile
README.md
debug_hooks.py
dist.zip
pyproject.toml
test1.mdl
test1.zip
test1_complete_fix.zip
test1_debug.zip
test1_debug_hooks.zip
test1_final.zip
test1_final_fixed.zip
test1_final_test.zip
test1_fixed.zip
test1_fixed_conditional.zip
test1_output.zip
test1_output_v2.zip
test1_tick_final_fix.zip
test1_tick_fix.zip
test_double_namespace.mdl
test_double_namespace_debug.zip
test_double_namespace_debug2.zip
test_double_namespace_debug3.zip
test_double_namespace_debug4.zip
test_double_namespace_debug5.zip
test_double_namespace_debug6.zip
test_double_namespace_output.zip
test_double_namespace_output_fixed.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
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/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/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
test1/pack.mcmeta
test1/data/minecraft/tags/function/tick.json
test1/data/test/function/main.mcfunction
test1_complete_fix/pack.mcmeta
test1_complete_fix/data/minecraft/tags/function/load.json
test1_complete_fix/data/test1/function/disabletimer.mcfunction
test1_complete_fix/data/test1/function/enabletimer.mcfunction
test1_complete_fix/data/test1/function/hello.mcfunction
test1_complete_fix/data/test1/function/load.mcfunction
test1_complete_fix/data/test1/function/tick.mcfunction
test1_complete_fix/data/test1/function/tick_if_0.mcfunction
test1_complete_fix/data/test1/function/tick_if_1.mcfunction
test1_complete_fix/data/test1/function/tick_if_end_0.mcfunction
test1_complete_fix/data/test1/function/tick_if_end_1.mcfunction
test1_debug/pack.mcmeta
test1_debug/data/minecraft/tags/function/load.json
test1_debug/data/test1/function/disabletimer.mcfunction
test1_debug/data/test1/function/enabletimer.mcfunction
test1_debug/data/test1/function/hello.mcfunction
test1_debug/data/test1/function/load.mcfunction
test1_debug/data/test1/function/test1_tick_if_1.mcfunction
test1_debug/data/test1/function/test1_tick_if_end_1.mcfunction
test1_debug/data/test1/function/tick.mcfunction
test1_debug_hooks/pack.mcmeta
test1_debug_hooks/data/minecraft/tags/function/load.json
test1_debug_hooks/data/test1/function/disabletimer.mcfunction
test1_debug_hooks/data/test1/function/enabletimer.mcfunction
test1_debug_hooks/data/test1/function/hello.mcfunction
test1_debug_hooks/data/test1/function/load.mcfunction
test1_debug_hooks/data/test1/function/tick.mcfunction
test1_debug_hooks/data/test1/function/tick_if_0.mcfunction
test1_debug_hooks/data/test1/function/tick_if_1.mcfunction
test1_debug_hooks/data/test1/function/tick_if_end_0.mcfunction
test1_debug_hooks/data/test1/function/tick_if_end_1.mcfunction
test1_final/pack.mcmeta
test1_final/data/minecraft/tags/function/load.json
test1_final/data/test1/function/disabletimer.mcfunction
test1_final/data/test1/function/enabletimer.mcfunction
test1_final/data/test1/function/hello.mcfunction
test1_final/data/test1/function/load.mcfunction
test1_final/data/test1/function/test1_tick_if_1.mcfunction
test1_final/data/test1/function/test1_tick_if_end_1.mcfunction
test1_final/data/test1/function/tick.mcfunction
test1_final_fixed/pack.mcmeta
test1_final_fixed/data/minecraft/tags/function/load.json
test1_final_fixed/data/test1/function/disabletimer.mcfunction
test1_final_fixed/data/test1/function/enabletimer.mcfunction
test1_final_fixed/data/test1/function/hello.mcfunction
test1_final_fixed/data/test1/function/load.mcfunction
test1_final_fixed/data/test1/function/tick.mcfunction
test1_final_fixed/data/test1/function/tick_if_0.mcfunction
test1_final_fixed/data/test1/function/tick_if_1.mcfunction
test1_final_fixed/data/test1/function/tick_if_end_0.mcfunction
test1_final_fixed/data/test1/function/tick_if_end_1.mcfunction
test1_final_test/pack.mcmeta
test1_final_test/data/minecraft/tags/function/load.json
test1_final_test/data/test1/function/disabletimer.mcfunction
test1_final_test/data/test1/function/enabletimer.mcfunction
test1_final_test/data/test1/function/hello.mcfunction
test1_final_test/data/test1/function/load.mcfunction
test1_final_test/data/test1/function/test1_tick_if_1.mcfunction
test1_final_test/data/test1/function/test1_tick_if_end_1.mcfunction
test1_final_test/data/test1/function/tick.mcfunction
test1_fixed/pack.mcmeta
test1_fixed/data/minecraft/tags/function/load.json
test1_fixed/data/test1/function/disabletimer.mcfunction
test1_fixed/data/test1/function/enabletimer.mcfunction
test1_fixed/data/test1/function/hello.mcfunction
test1_fixed/data/test1/function/load.mcfunction
test1_fixed/data/test1/function/test1_tick_if_1.mcfunction
test1_fixed/data/test1/function/test1_tick_if_end_1.mcfunction
test1_fixed/data/test1/function/tick.mcfunction
test1_fixed_conditional/pack.mcmeta
test1_fixed_conditional/data/minecraft/tags/function/load.json
test1_fixed_conditional/data/test1/function/disabletimer.mcfunction
test1_fixed_conditional/data/test1/function/enabletimer.mcfunction
test1_fixed_conditional/data/test1/function/hello.mcfunction
test1_fixed_conditional/data/test1/function/load.mcfunction
test1_fixed_conditional/data/test1/function/tick.mcfunction
test1_fixed_conditional/data/test1/function/tick_if_1.mcfunction
test1_fixed_conditional/data/test1/function/tick_if_end_1.mcfunction
test1_output/pack.mcmeta
test1_output/data/minecraft/tags/function/load.json
test1_output/data/test1/function/disabletimer.mcfunction
test1_output/data/test1/function/enabletimer.mcfunction
test1_output/data/test1/function/hello.mcfunction
test1_output/data/test1/function/load.mcfunction
test1_output/data/test1/function/test1_tick_if_1.mcfunction
test1_output/data/test1/function/test1_tick_if_end_1.mcfunction
test1_output/data/test1/function/tick.mcfunction
test1_output_v2/pack.mcmeta
test1_output_v2/data/minecraft/tags/function/load.json
test1_output_v2/data/test1/function/disabletimer.mcfunction
test1_output_v2/data/test1/function/enabletimer.mcfunction
test1_output_v2/data/test1/function/hello.mcfunction
test1_output_v2/data/test1/function/load.mcfunction
test1_output_v2/data/test1/function/test1_tick_if_1.mcfunction
test1_output_v2/data/test1/function/test1_tick_if_end_1.mcfunction
test1_output_v2/data/test1/function/tick.mcfunction
test1_tick_final_fix/pack.mcmeta
test1_tick_final_fix/data/minecraft/tags/function/load.json
test1_tick_final_fix/data/test1/function/disabletimer.mcfunction
test1_tick_final_fix/data/test1/function/enabletimer.mcfunction
test1_tick_final_fix/data/test1/function/hello.mcfunction
test1_tick_final_fix/data/test1/function/load.mcfunction
test1_tick_final_fix/data/test1/function/tick.mcfunction
test1_tick_final_fix/data/test1/function/tick_if_0.mcfunction
test1_tick_final_fix/data/test1/function/tick_if_1.mcfunction
test1_tick_final_fix/data/test1/function/tick_if_end_0.mcfunction
test1_tick_final_fix/data/test1/function/tick_if_end_1.mcfunction
test1_tick_fix/pack.mcmeta
test1_tick_fix/data/minecraft/tags/function/load.json
test1_tick_fix/data/test1/function/disabletimer.mcfunction
test1_tick_fix/data/test1/function/enabletimer.mcfunction
test1_tick_fix/data/test1/function/hello.mcfunction
test1_tick_fix/data/test1/function/load.mcfunction
test1_tick_fix/data/test1/function/tick.mcfunction
test1_tick_fix/data/test1/function/tick_if_0.mcfunction
test1_tick_fix/data/test1/function/tick_if_1.mcfunction
test1_tick_fix/data/test1/function/tick_if_end_0.mcfunction
test1_tick_fix/data/test1/function/tick_if_end_1.mcfunction
test_double_namespace_debug/pack.mcmeta
test_double_namespace_debug/data/minecraft/tags/function/tick.json
test_double_namespace_debug/data/test/function/main.mcfunction
test_double_namespace_debug2/pack.mcmeta
test_double_namespace_debug2/data/minecraft/tags/function/tick.json
test_double_namespace_debug2/data/test/function/main.mcfunction
test_double_namespace_debug3/pack.mcmeta
test_double_namespace_debug3/data/minecraft/tags/function/tick.json
test_double_namespace_debug3/data/test/function/main.mcfunction
test_double_namespace_debug4/pack.mcmeta
test_double_namespace_debug4/data/minecraft/tags/function/tick.json
test_double_namespace_debug4/data/test/function/main.mcfunction
test_double_namespace_debug5/pack.mcmeta
test_double_namespace_debug5/data/minecraft/tags/function/tick.json
test_double_namespace_debug5/data/test/function/main.mcfunction
test_double_namespace_debug6/pack.mcmeta
test_double_namespace_debug6/data/minecraft/tags/function/tick.json
test_double_namespace_debug6/data/test/function/main.mcfunction
test_double_namespace_output/pack.mcmeta
test_double_namespace_output/data/minecraft/tags/function/tick.json
test_double_namespace_output/data/test/function/main.mcfunction
test_double_namespace_output_fixed/pack.mcmeta
test_double_namespace_output_fixed/data/minecraft/tags/function/tick.json
test_double_namespace_output_fixed/data/test/function/main.mcfunction
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