Add Beacon block state for hopper events. Fixes BUKKIT-3932
This commit is contained in:
@@ -265,6 +265,8 @@ public class CraftBlock implements Block {
|
||||
return new CraftSkull(this);
|
||||
case COMMAND:
|
||||
return new CraftCommandBlock(this);
|
||||
case BEACON:
|
||||
return new CraftBeacon(this);
|
||||
default:
|
||||
return new CraftBlockState(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user