Block Data Support
In this version, you can now specify block data (block face, block variant, etc) in models.yml
For Legacy versions (pre-1.13)
You can now use "<type>:<data>" for type field.
Example:
Code (YAML):
   - type
: block
    offset:
     x
: 0
     y
: 1
     z
: 0
    data:
     '*':
      type
:
"OAK_STARS:2"
For Newer versions (1.13 or higher)
You can use "blockdata" component type instead of "block" component type.
Fields for block data are:
Example:
Code (YAML):
   - type
: blockdata
    offset:
     x
: 0
     y
: 1
     z
: 0
    data:
     '*':
      data
:
"minecraft:chest[facing=north,type=single]"