Added support for MC 1.21 block/entity types
This commit is contained in:
parent
3e8083becf
commit
3d32320a33
9 changed files with 50 additions and 9 deletions
|
|
@ -942,6 +942,8 @@ public class Util extends Queue {
|
|||
return Material.EGG;
|
||||
case "SNOWBALL":
|
||||
return Material.SNOWBALL;
|
||||
case "WIND_CHARGE":
|
||||
return Material.valueOf("WIND_CHARGE");
|
||||
default:
|
||||
return BukkitAdapter.ADAPTER.getFrameType(type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue