Structure Requirements
Block Requirements
In this example any placements using the character A
will be required to be the block minecraft:glass
Port Requirement
This example will match the input ports which have the port id of mm:my_port
as defined in the ports config file.
The "input"
requires the port to be an input if true
and an output if false
. The field is optional and can be removed to match both input and output variants of the mm:my_port
port.
Port Type Requirement
This example will match any input ports with the port type of mm:item
.
The "input"
requires the port to be an input if true
and an output if false
. The field is optional and can be removed to match input and output ports of port type mm:item
Block Tag Requirement
This example will match any block which can be found in the minecraft:wools
block tag.
NOTE: This only matches Block Tags which are different from Item Tags.
Last updated