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

Function call problems on Linux #35

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

Function calls are outputted with forward slashes prepended to them (eg. :call function becomes function namespace:/function). This is most likely a problem with get_subfolder_prefix in main.rs. The line :call function should become function namespace:function, without the prepended slash.

MysteryBlokHed commented 3 years ago

For some reason I'm now unable to replicate the :call function becoming function namespace:/function, but tags are generated incorrectly.

MysteryBlokHed commented 3 years ago

Added to #36