9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Update villager.json

This commit is contained in:
RaydenKonig
2021-05-11 18:06:20 -03:00
committed by GitHub
parent c71435c2a1
commit 15f3717201

View File

@@ -1,5 +1,10 @@
{
"type": "VILLAGER",
"type": "BOAT",
"aware": true,
"ai": true
"ai": true,
"passengers": [
{
"type": "VILLAGER"
}
]
}