Prototype/AssemblingMachine: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.16)
(added extensions)
Line 1: Line 1:
== Basics ==
== Basics ==
An assembling machine - like the assembling machines 1/2/3 in the game, but you can use your own recipe categories. Based on [[Prototype/CraftingMachine]].
An assembling machine - like the assembling machines 1/2/3 in the game, but you can use your own recipe categories. Based on [[Prototype/CraftingMachine]].
== Extensions ==
* [[Prototype/RocketSilo]] '''rocket-silo'''


== Mandatory properties ==
== Mandatory properties ==

Revision as of 15:12, 21 January 2019

Basics

An assembling machine - like the assembling machines 1/2/3 in the game, but you can use your own recipe categories. Based on Prototype/CraftingMachine.

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/CraftingMachine.

ingredient_count

Type: Types/uint8

Sets the maximum number of ingredients this machine can craft with. Any recipe with more ingredients than this will be unavailable in this machine.

This only counts item ingredients, not fluid ingredients! This means if ingredient count is 2, and the recipe has 2 item ingredients and 1 fluid ingredient, it can still be crafted in the machine.

Optional properties

fixed_recipe

Type: Types/string

Default: ""

The preset recipe of this machine. This machine does not show a recipe selection if this is set. The base game uses this for the rocket silo.