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

Fix modulus operator #124

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

Closes #122

Fixes the modulus operator (%=) being replaced with an assignment operator (=). Also adds a test to make sure that everything works properly.