forked from Greymerk/minecraft-roguelike
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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