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

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2017-06-03 17:39:13 +10:00
parent 12570e1e28
commit a0fc461d4f

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.