Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.dweller.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.dweller",
"type": "object",
"title": "Dweller 1.8.0",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"additionalProperties": false,
"properties": {
2021-07-01 16:35:56 +02:00
"dwelling_type": {
"type": "string",
"title": "Dwelling Type",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"dweller_role": {
"type": "string",
"title": "Dwelling Role",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"update_interval_base": {
"type": "integer",
"title": "Update Interval Base",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"update_interval_variant": {
"type": "integer",
"title": "Update Interval Variant",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"preferred_profession": {
"type": "string",
"title": "Preferred Profession",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"can_find_poi": {
"type": "boolean",
"title": "Can Find Poi",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"can_migrate": {
"type": "boolean",
"title": "Can Migrate",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"first_founding_reward": {
"type": "integer",
"title": "First Founding Reward",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
2021-06-06 10:07:19 +00:00
}
}