13
0
geforkt von Mirrors/Paper
Paper/src/main/java
feildmaster 528bbbdcd8 Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501
Also fixes: BUKKIT-3477 and BUKKIT-3488

Minecraft likes to double check that tile entities get set after they
are placed, however we didn't set tile entities until after our event
was called. This caused the world to have multiple tile entities in a
single block location; to fix this we now set tile entities before
the event.
2013-01-27 10:34:59 -06:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501 2013-01-27 10:34:59 -06:00
org/bukkit/craftbukkit Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466 2013-01-23 20:11:01 -06:00