snowstorm icon indicating copy to clipboard operation
snowstorm copied to clipboard

Negative number behavior does not match in-game

Open dev-hydrogen opened this issue 1 year ago • 0 comments

I have not extensively tested where this works, but some (at least all of the motion fields, but probably all) fields have weird behavior with negative numbers being subtracted: -1 - -2 should produce 1, not -1, yet in snowstorm it produces -1 In minecraft bedrock, subtraction works as expected where -1 - -2 produces 1

dev-hydrogen avatar Jun 26 '24 18:06 dev-hydrogen