diff --git a/entities/villager.json b/entities/villager.json index 30c9ef10..83227e89 100644 --- a/entities/villager.json +++ b/entities/villager.json @@ -1,5 +1,10 @@ { - "type": "VILLAGER", + "type": "BOAT", "aware": true, - "ai": true -} \ No newline at end of file + "ai": true, + "passengers": [ + { + "type": "VILLAGER" + } + ] +}