Prototype/DeconstructionItem: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Ignored properties, show_in_library update/fixes
1.1: show_in_library removed
Line 10: Line 10:


{{Prototype property|tile_filter_count|[[Types/ItemStackIndex]]|0|optional=true}}
{{Prototype property|tile_filter_count|[[Types/ItemStackIndex]]|0|optional=true}}
== Differing defaults ==
<code>show_in_library</code> defaults to true instead of false. <code>show_in_library</code> is unused as of 0.18.13 as the ability to show any selection tools in the blueprint library was removed.


== Mandatory values ==
== Mandatory values ==

Revision as of 16:47, 3 February 2021

Template:Prototype parent A deconstruction planner.

Template:Prototype TOC

Optional properties

This prototype inherits all the properties from Prototype/SelectionTool.

Template:Prototype property

Template:Prototype property

Mandatory values

Deconstruction planners must have a stack size of 1.

Ignored properties

Prototype/DeconstructionItem ignores the following properties that it inherits from Prototype/SelectionTool:

  • selection_mode (forced to be "deconstruct")
  • alt_selection_mode (forced to be "cancel-deconstruct")
  • always_include_tiles (forced to be false)
  • entity_filters
  • entity_type_filters
  • tile_filters
  • entity_filter_mode
  • tile_filter_mode
  • alt_entity_filters
  • alt_entity_type_filters
  • alt_tile_filters
  • alt_entity_filter_mode
  • alt_tile_filter_mode