Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can then read off the hydroponics tray.
This is the IC script I use for fully automated planting and harvesting. Note that I am on beta, but I think this should work on main. You need to assign the Tray and Harvie to the required screws.
I can see if I can add slot handling to the computer, it’s just the computers are not very performant
I just resisted it for a long time because it will require quite a couple of hours to get familiar with and I always have 25 other building projects in my head that keep nagging at me if I don't get something done hehe.
I just have to view it as sacrificing the present as an investment in the future ;)
In version 0.2.2842.14123 a new growth stage got introduced before mature, growth stage 3, where each plant produces 2 seed that are not edible, but plantable and don't decay.
When the player points to the plant, the tooltip displays the remaining harvestable amount of seeds, but there is no way to read this information with an IC chip from the Hydroponics device.
This means, that if I want to stop the Harvies harvesting the plants in vain for seeds that are already depleted until they mature to the next growth phase, I have to use 3 extra registers to store how many seeds I already harvested in the given growth cycle for the 3 hydroponic sets the IC controls.
Could you implement a setting, so we can read the remaining number of harvestable seeds in the growth stage 3?
Also, watch his video on how to set this up.
I love Mick (CowsAreEvil), and have learned a great deal from his tutorials. I am familiar with the code you recommended but it was writen before seeds were separated from produce.
In case you haven't noticed, because there are only icons, but in the top right of the editing window there are three buttons for reference, Functions, Device Variables, and Slot Variables. They are extremely helpful in learning, understanding, and troubleshooting.
I didn't realize that, I never use Harvies. He will probably end up updating that code as soon as his new series gets to the automation part for his hydroponics.