9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/entities/villager.json
RaydenKonig 870e1e3428 Temporary solution to the disappearance of villagers
remove this change once the problem is solved from the iris code
2021-04-19 09:36:57 -03:00

11 lines
136 B
JSON

{
"type": "BOAT",
"aware": true,
"ai": true,
"passengers": [
{
"type": "VILLAGER"
}
]
}