WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 7 forks source link

Make custom namespaces work when calling functions #59

Closed Nico314159 closed 9 months ago

Nico314159 commented 9 months ago

Fixes this issue

Nico314159 commented 9 months ago

I know that datapack.py is an odd place to put the func_with_namespace helper function, but the other places I tried led to a "circular import" error