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