diff --git a/entities/villager.json b/entities/villager.json index 83227e89..0eb7c7cc 100644 --- a/entities/villager.json +++ b/entities/villager.json @@ -1,10 +1,5 @@ { - "type": "BOAT", + "type": "VILLAGER", "aware": true, - "ai": true, - "passengers": [ - { - "type": "VILLAGER" - } - ] + "ai": true }