Structure
You can define a structure if you need more than one block.
Inline Structure
blocks: # alias: structure
- oak_log
- oak_log offsetY=1
- oak_log offsetY=2
- oak_leaves offsetY=3Custom Blocks
blocks: # alias: structure
- itemsAdderBlock=ruby_ore # alias: iaBlock
- nexoBlock=ruby_ore offsetY=1 # alias: nxBlock
- craftEngineBlock=topaz_ore offsetY=2 # alias: ceBlockCustom Structure
structure: structure_name # The name is the same as <structure-name> used earlierLast updated