SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete

This commit is contained in:
md_5 2017-06-03 17:39:13 +10:00
parent 07d5ea1600
commit e132104bf7

View file

@ -15,6 +15,8 @@ import org.bukkit.event.HandlerList;
* <ul>
* <li>Snow forming due to a snow storm.
* <li>Ice forming in a snowy Biome like Taiga or Tundra.
* <li> Obsidian / Cobblestone forming due to contact with water.
* <li> Concrete forming due to mixing of concrete powder and water.
* </ul>
* <p>
* If a Block Form event is cancelled, the block will not be formed.