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=3

Custom Blocks

blocks:   # alias: structure
  - itemsAdderBlock=ruby_ore   # alias: iaBlock
  - nexoBlock=ruby_ore offsetY=1   # alias: nxBlock
  - craftEngineBlock=topaz_ore offsetY=2   # alias: ceBlock

Custom Structure

You can save custom structures in-game. Grab the wand with /orestack wand, select two positions and execute /orestack structure save <file-name> <structure-name>. Now your structure is ready to use.

structure: structure_name   # The name is the same as <structure-name> used earlier

Last updated