right now there seems to be no way to restrict what kind of seed goes into what kind of agricultural-tower (when modders add new types), that means anything that has a "plant_result" will be displayed in every agricultural towers.
Proposed solution:
My request would be to add a "seed-category" prototype,
Code: Select all
{
type = "seed-category",
name = "default-agriculture",
},
(in agricultural tower)
seed_categories = {"default-agriculture"}, <-- default value
(in item)
seed_category = {"default-agriculture"}, <-- default value