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

Unable to compile modulus scoreboard operation #122

Closed supercam19 closed 3 years ago

supercam19 commented 3 years ago

The % used in modulus scoreboard operations is ignored in the compiled datapack.

main.databind:

func main
   scoreboard players operation --databind score1 %= --databind score2
end

main.mcfunction: scoreboard players operation --databind score1 = --databind score2

The expected result is a modulus operation: scoreboard players operation --databind score1 %= --databind score2 however the '%' symbol is ignored when building the datapack.