3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-20 06:40:05 +02:00
FastAsyncWorldEdit/src/main
snaxson 00e6a3aa65 Fix loading schematic files with block data values >127
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.
2012-08-15 13:25:24 +02:00
..
assembly Replaced README.txt with useful README.html. 2011-05-01 13:27:46 -07:00
java/com/sk89q Fix loading schematic files with block data values >127 2012-08-15 13:25:24 +02:00
resources Remove chat-based WECUI protocol. Everybody running a modern (1.2.5 or newer) WECUI should be fine. 2012-08-04 20:24:17 -07:00