Page 1 of 1

Add "accepted_seeds" or seed categories to agricultural-tower

Posted: Mon Feb 10, 2025 7:04 pm
by snouz
My problem:
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

Re: Add "possible_inputs" to agricultural-tower

Posted: Wed Feb 26, 2025 12:34 am
by safthelamb@gmail.com
Cross-posting from here, I'd searched but had missed this post. +1, this would be greatly beneficial for using the agricultural tower in more unique and diverse contexts while modding.

Re: Add "possible_inputs" to agricultural-tower

Posted: Wed Feb 26, 2025 4:42 am
by micromario
+1
This would be appreciated

Re: Add "possible_inputs" to agricultural-tower

Posted: Thu Feb 27, 2025 3:02 pm
by PennyJim
+1 I'm all for new categories

Re: Add "possible_inputs" to agricultural-tower

Posted: Wed Mar 05, 2025 4:30 pm
by protocol_1903
+1 for being able to specify categories

Re: Add "possible_inputs" to agricultural-tower

Posted: Sat Mar 22, 2025 1:03 pm
by Rainboy
+1 from here as well!

Re: Add "accepted_seeds" or seed categories to agricultural-tower

Posted: Sun Mar 23, 2025 6:52 pm
by snouz
The reason I think this is "important" is that every prototype that borrows from the agricultural-tower prototype becomes basically just another agricultural tower. It's like not having crafting categories for assembling machines
Currently, you can basically do agriculture on my computer tower, and use data cards on agricultural towers

Re: Add "accepted_seeds" or seed categories to agricultural-tower

Posted: Sat Apr 19, 2025 6:54 pm
by MrSmoothieHuman
+1

Re: Add "accepted_seeds" or seed categories to agricultural-tower

Posted: Sat May 03, 2025 6:02 pm
by Osmo
+1

Re: Add "accepted_seeds" or seed categories to agricultural-tower

Posted: Sat May 10, 2025 5:20 pm
by boskid
2.0.48 - AgriculturalTowerPrototype::accepted_seeds