mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Added entity id names
This commit is contained in:
@ -106,6 +106,7 @@ abstract class BaseFullChunk implements FullChunk{
|
||||
continue;
|
||||
}
|
||||
|
||||
//TODO: add all entities
|
||||
if($nbt->id instanceof String){ //New format
|
||||
switch($nbt["id"]){
|
||||
case "Item":
|
||||
|
Reference in New Issue
Block a user