AI Assembler Controller {{ currentPage ? currentPage.title : "" }}

This block is responsible to keep stock using assemblers to build components. To use this block just add one to your main grid, it will only work with one AI Inventory Manager in the same grid and if there is only one of it in the grid, if you put more than one all will stop to work.

The block will start work after define the first meta produce type or id.

The meta had 5 attributes:

  • Meta type: Define if the filter is for produce or ignore.

  • Meta group: Define if the target of the filter is a item id or a item type.

  • Meta item type: Define the item type to filter.

  • Meta item id: Define the item id to filter.

  • Meta Amount: Define the target amount of the item/type.

The added filters will be shown in the list, they can be selected and remove if wanted.

It is possible to ignore blocks from the AI operation, just select a block type and all valid to ignore blocks of the targetr type will be shown in the list, select one and add to the ignore list.

All ignored blocks will be shown in the list below and can be selected and remove if wanted.

It is possble to define priority to the queue list, just select from the filter options and added to the prioritized ones, is possible to select and move up, move down and remove if wanted.

Ps.: No need to add all valid item types to the list, only the ones that you want to take priority in assemblers.

It is possible to define production triggers, they are useful for production of advanced components that depend on the production of other components (common scenario in mods, probably in vanilla worlds this functionality is not used).

To create a trigger just click in the add button and set a name.

To work a trigger need at least one condition, that will be check every cycle.

The condition had 5 attributes:

  • Query type: Define if the condition will be inclusive (OR) or exclusive (AND).

  • Condition item type: Define the item type to filter.

  • Condition item id: Define the item id to filter.

  • Operation Type: Define the comparation operator to be use in the stock amount check.

  • Condition Amount: Define the amount of the item in stock to compare.

The added conditions will be shown in the list, they can be selected and remove if wanted.

To work a trigger need at least one action, that will be a temporary stock meta while conditions are true.

The action had 3 attributes:

  • Action item type: Define the item type to filter.

  • Action item id: Define the item id to filter.

  • Action Amount: Define the target amount of the item.

The added actions will be shown in the list, they can be selected and remove if wanted.

{{{ content }}}