Prototype/AssemblingMachine: Difference between revisions
Jump to navigation
Jump to search
(accidentally edited the wrong page...) |
(updated, now no longer shows properties inherited from Prototype/CraftingMachine) |
||
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/ | 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]]. | ||
== Properties == | == Properties == | ||
This prototype inherits all the properties from [[Prototype/ | This prototype inherits all the properties from [[Prototype/CraftingMachine]]. | ||
=== ingredient_count === | === ingredient_count === | ||
Type: [[Types/ | '''Type''': [[Types/uint]] | ||
Sets the maximum number of ingredients this machine can craft with. | Sets the maximum number of ingredients this machine can craft with. | ||
Any recipe with more ingredients than this will be unavailable in this machine. | Any recipe with more ingredients than this will be unavailable in this machine. | ||
Revision as of 19:08, 25 October 2017
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.
Properties
This prototype inherits all the properties from Prototype/CraftingMachine.
ingredient_count
Type: Types/uint
Sets the maximum number of ingredients this machine can craft with.
Any recipe with more ingredients than this will be unavailable in this machine.