MysteryBlokHed / databind

Expand the functionality of Minecraft Datapacks.
https://databind.rtfd.io/en/stable
GNU General Public License v3.0
4 stars 0 forks source link

Global macros not working on Linux #96

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

When trying to use global macros with the files !macros.databind and main.databind on Linux, the error A non-existant macro test was called was printed. It seems like files with ! at the beginning either aren't being tokenized first, or aren't being recognized as global macros. The files in question are from PR #95 and can be seen here.

PR's to fix this should probably branch off of #95 to make sure that the new test is there.