3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-23 14:50:08 +01:00
Paper/src/main/java
feildmaster f1efe717bd Call BlockPlaceEvent for skulls the same as other blocks. BUKKIT-3406
When the skull BlockPlaceEvent was added it was made so the event
would be called after all the data has been set, however this is a
behavior change that is inconsistent with other BlockPlaceEvents.
Instead, if people wish to get the block data they should schedule
a task.

Relates to: BUKKIT-3438
2013-01-23 20:41:05 -06:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Call BlockPlaceEvent for skulls the same as other blocks. BUKKIT-3406 2013-01-23 20:41:05 -06:00
org/bukkit/craftbukkit Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466 2013-01-23 20:11:01 -06:00