[raiguard][2.0.6] recipe.allowed_module_categories does not respect beacons
Posted: Fri Oct 18, 2024 6:57 pm
I have modded the `iron-gear-wheel` recipe in the following way:
My expectation is that you could not use speed beacons or green beacons on such a recipe.
Of note: The previous system of `module.limitation` had such expected behavior.
As you can see, the speed beacon effects the recipe:
Code: Select all
data.raw.recipe["iron-gear-wheel"].allowed_module_categories = {"productivity"}
Of note: The previous system of `module.limitation` had such expected behavior.
As you can see, the speed beacon effects the recipe: