diff --git a/src/lib/plugins/world.js b/src/lib/plugins/world.js index 8a9d83f..210a76c 100644 --- a/src/lib/plugins/world.js +++ b/src/lib/plugins/world.js @@ -61,7 +61,8 @@ module.exports.player=function(player,serv) { "type": 5, "value": { blockId: entity.itemId, - itemDamage: entity.itemDamage + itemDamage: entity.itemDamage, + itemCount:1 } }]); }