Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-12 22:20:08 +01:00
00e6a3aa65
Minecraft 1.3 introduces several blocks with data values over 127, such as sandstone stairs (128). Since byte is signed, implicit conversion to short results in negative block data values that cause later IndexOutOfBounds exceptions. This change explicitly masks off the extended sign bits so the result is positive. |
||
---|---|---|
.. | ||
assembly | ||
java/com/sk89q | ||
resources |