9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Temporary solution to the disappearance of villagers

remove this change once the problem is solved from the iris code
This commit is contained in:
RaydenKonig
2021-04-19 09:36:57 -03:00
committed by GitHub
parent 342bf045c4
commit 870e1e3428

View File

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