History
Current version
3/8/2026, 10:06:26 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:45 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:45 PM
Kit (Advanced Composter)
## Kit (Advanced Composter) :::infobox | Property | Value | |----------|-------| | Stacks | No | | Created With | [[Special:MyLanguage/Electronics_Printer_Mk._II | | Cost | 15g [[Special:MyLanguage/Copper | | Constructs | [Advanced Composter](/wiki/advanced-composter) |  ::: ## Advanced Composter :::infobox | Property | Value | |----------|-------| | Power Usage | 10w | | Placed With | [Kit (Advanced Composter)](/wiki/kit-advanced-composter) | | Placed On | Small Grid |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Angle Grinder](/wiki/angle-grinder) and [Hand Drill](/wiki/hand-drill) | - | ## Description To complete construction, you must weld 5 Steel Sheets onto the kit after it has been placed. The advanced composter creates [Fertilizer](/wiki/fertilizer) out of organic matter. It accepts food, [Decayed food](/wiki/decayed-food) or [Biomass](/wiki/biomass). It requires water and power to operate, accelerating the natural composting process. When processing, it releases nitrogen and volatiles, as well as a small amount of heat ## Reaction While converting 3 [Decayed food](/wiki/decayed-food) to 1 [Fertilizer](/wiki/fertilizer) the composter will consume 20 moles of [water](/wiki/water) and release 50 moles of [Nitrogen](/wiki/nitrogen) and 50 moles of [Volatiles](/wiki/volatiles). This reaction takes 1 minute to complete. As of version 0.2.5474, the way that the Advanced Composter works is as follows: Internally, it stores the number of Food, Decayed Food, and Biomass inserted. When it finishes the current processing cycle, it will take the ratio of the three to determine how many of each to remove. It will always remove a total of 3 items. Then, it determines the output Cycles, Harvest Boost, and Growth Speed Boost values. <pre> Cycles = 2 + (Biomass Ratio * 5) Harvest Boost = 1 + (Food Ratio * 1.5) Growth Speed Boost = 1 + (Decayed Food Ratio * 0.25) </pre> After the output [Fertilizer](/wiki/fertilizer) is used on a [Hydroponic Tray](/wiki/hydroponic-tray) or [Hydroponic Station](/wiki/hydroponic-station), any seeds planted will have their Harvest Quantities and Seed Quantities set to the base yield plus the rounded Harvest Boost modifier. The Growth Speed Boost is applied as well, and is a multiplier for how fast the plant will grow. Every time an item is planted, the Cycles decrease by 1, and then if it is less than 1, it is set to 0. This means if the Cycle count is 1.3333333, after planting one item it will go to 0, wiping the fertilizer from the planter. ## Data Network | Parameter Name | Data Type | Description | |---|---|---| | Activate | Boolean | 0 = Not Processing, 1 = Processing | | Clear Memory | Integer? | Writing on this Parameter will reset the ExportCount and ImportCount values to zero. | | Lock | Boolean | If set to 1, will disable physical interaction. | | Mode | Boolean | | | On | Boolean | 0 = Off, 1 = On | | Open | | | | Setting | | | | Output Name | Data Type | Description | |---|---|---| | Activate | Boolean | Whether or not the system is processing | | Error | | | | ExportCount | Integer | The number of stacks inserted, not number of items | | ImportCount | Integer | Number of fertilizers exported | | Lock | | | | Maximum | | | | Mode | Integer | 0 = Not Grinding, 1 = Grinding | | On | Boolean | | | Open | Boolean | | | Power | | | | PrefabHash | | | | Quantity | Integer | The number of unprocessed items in the system | | Ratio | | | | RequiredPower | | | | Setting | | |