Prototype/BlueprintItem: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(show_in_library fix)
Line 6: Line 6:
A [[blueprint]]. Extends [[Prototype/SelectionTool]].
A [[blueprint]]. Extends [[Prototype/SelectionTool]].


== Optional properties ==
== Properties ==
This prototype inherits all the properties from [[Prototype/SelectionTool]].
This prototype inherits all the properties from [[Prototype/SelectionTool]].


=== show_in_library ===
== Differing defaults ==
'''Type''': [[Types/bool]]
<code>show_in_library</code> defaults to true instead of false.
 
'''Default''': true


== Mandatory values ==
== Mandatory values ==
Blueprints must have a stack size of 1.
Blueprints must have a stack size of 1.

Revision as of 15:39, 26 July 2019

Prototype definitions » PrototypeBase » Prototype/Item » Prototype/ItemWithLabel » Prototype/SelectionTool » Prototype/BlueprintItem


Basics

Prototype type: blueprint

A blueprint. Extends Prototype/SelectionTool.

Properties

This prototype inherits all the properties from Prototype/SelectionTool.

Differing defaults

show_in_library defaults to true instead of false.

Mandatory values

Blueprints must have a stack size of 1.