-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Windows 8.1
When generating a chunk using the byte[][] generateBlockSections method in ChunkGenerator populating a block where the ID is bigger than 127 (example: barrier block) fails silently (block is never placed).
Using the generateExtBlockSections method (hence using a short and not hitting an overflow) works as expected.