Structure
Use the structure requirement in a Crafttweaker recipe
Use one of these methods to add a Structure Requirement to the recipe.
The
pattern
param must be an array of array of strings. Seepattern
property of structure requirement. Example:[["aaa", "aaa", "aaa"], ["aaa", "ama", "aaa"], ["aaa", "aaa", "aaa"]]
Define a 3x3x3 box around the machinem
The
keys
param must be a map of string -> string. Seekeys
property of structure requirement. The keys of the map must be single characters (exceptm
which is reserved for the machine) and the values must be a block ID with the format:namespace:block_id[state1=value,state2=value]
(states are optional). Example:{"a": "minecraft:stone", "b": "minecraft:diamond_block"}
Example
A 3x1x3 hollow ring of stone behind the machine.