Search found 4 matches
- Mon Nov 17, 2025 7:41 am
- Forum: Ideas and Suggestions
- Topic: Give agricultural towers separate circuit toggles for planting and harvesting
- Replies: 20
- Views: 3162
Re: Give agricultural towers separate circuit toggles for planting and harvesting
+1 for better agri towers curcuit control.
The mod is good in principal - and I use it, but, I don't know why, it eventually just stops responding to signals: whenever I change the signals it just wont update the items inside...
That sounds like a bug of my mod. I couldn't reproduce it though ...
- Fri Nov 14, 2025 3:21 pm
- Forum: Modding help
- Topic: How to generate surface from planet but with custom map-gen
- Replies: 3
- Views: 725
Re: How to generate surface from planet but with custom map-gen
Haven't tried it myself, but it seems that LuaSurface.map_gen_settings is a getter that returns a copy of what the engine uses, not a reference to an internal object (like what a LuaSurface is). So your code only modifies the copy you have just obtained, and immediately discards it, it never ...
- Sun Oct 26, 2025 8:41 pm
- Forum: Ideas and Suggestions
- Topic: Give agricultural towers separate circuit toggles for planting and harvesting
- Replies: 20
- Views: 3162
Re: Give agricultural towers separate circuit toggles for planting and harvesting
I just made a mod addressing this issue: Agricultural Tower Extended Controls
It provides an additional circuit condition for harvesting. This is done by filling up the output slots of the tower with a dummy item.
It provides an additional circuit condition for harvesting. This is done by filling up the output slots of the tower with a dummy item.
- Sat Sep 27, 2025 1:54 am
- Forum: Resolved Problems and Bugs
- Topic: [2.0.68] Inserter to proxy container of agricultural tower output does not wake up again after inventory is filled
- Replies: 2
- Views: 1202
[2.0.68] Inserter to proxy container of agricultural tower output does not wake up again after inventory is filled
When it happens:
An inserter is placed to move items from an infinity chest into a proxy container, the proxy container points to the output inventory of an agricultural tower. There are items in the infinity chest, so the inserter picks them up and drops them into the proxy container. Then, the ...
An inserter is placed to move items from an infinity chest into a proxy container, the proxy container points to the output inventory of an agricultural tower. There are items in the infinity chest, so the inserter picks them up and drops them into the proxy container. Then, the ...