From 15f3717201defd2c79b816152299e0a0dcd5e2be Mon Sep 17 00:00:00 2001 From: RaydenKonig <71474946+RaydenKonig@users.noreply.github.com> Date: Tue, 11 May 2021 18:06:20 -0300 Subject: [PATCH] Update villager.json --- entities/villager.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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" + } + ] }