SPIGOT-5856: Soul Campfire BlockState cannot be cast to Campfire

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-06-27 17:18:34 +10:00
parent fe0faa152c
commit 87462b8620
4 changed files with 6 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ public class CraftBlock implements Block {
case BLAST_FURNACE:
return new CraftBlastFurnace(this);
case CAMPFIRE:
case SOUL_CAMPFIRE:
return new CraftCampfire(this);
case JIGSAW:
return new CraftJigsaw(this);