Block

You can define a block with many options for each generator stage.

Simple Block

block: dirt

Ageable

block: wheat
age: 3

Directional

Possible values: north, east, south, west, up, down.

block: oak_stairs
direction: north

Axis

Possible values: x, y, z.

block: oak_log
axis: x

Open

block: oak_door
open: true

Half

Possible values: top, bottom.

block: oak_door
half: top

Stairs Shape

Possible values: straight, inner_left, inner_right, outer_left, outer_right.

block: oak_stairs
stair-shape: inner_right

Slab Type

Possible values: top, bottom, double.

block: oak_slab
slab: double 

Door Hinge

Possible values: left, right.

block: oak_door
door-hinge: left

Bed part

Possible values: head, foot.

block: red_bed
bed-part: head

Bamboo Leaves

Possible values: none, small, large.

block: bamboo
bamboo-leaves: small

Last updated