Skip to content

BlockSets

Brian Rivas edited this page Mar 6, 2017 · 5 revisions

A BlockSet is a container for a collection of blocks used in building. Includes: Wall, Floor, Stair, Pillar, Door, LightBlock, and Liquid.

Structure

All fields are optional

  • Object
    • "walls" : BlockFactory
    • "pillar" : BlockFactory
    • "stair" : MetaBlock (Stair block that supports standard minecraft stair BlockStates)
    • "floor" : BlockFactory
    • "door" : Door
    • "lightblock" : BlockFactory
    • "liquid" : BlockFactory
Clone this wiki locally