Agriculture modules use allowed_module_categories. The implementation of this breaks if used alongside any other mod that also uses allowed_module_categories.
Intended behaviour:
- Angel's bio machines will have
allowed_module_categories = nil
- All other entities will have
allowed_module_categories set to a list of every module category except for angels-bio-yield
Not being checked:
- Angel's bio machines already having
allowed_module_categories set
- Other machines already having
angels-bio-yield in their categories
Agriculture modules use allowed_module_categories. The implementation of this breaks if used alongside any other mod that also uses
allowed_module_categories.Intended behaviour:
allowed_module_categories = nilallowed_module_categoriesset to a list of every module category except forangels-bio-yieldNot being checked:
allowed_module_categoriessetangels-bio-yieldin their categories