You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
direction = 0 # 0..7 defines direction of stairs
mc.setBlock(pos, block.STAIRS_WOOD.withData(direction))
produces staits 'shape: straight' , which means usual stairs. But how to create "intermidiaate" stairs, between faced for example to north and east, that corner one, that names 'shape: outer_*' ? Where * is direction.
The text was updated successfully, but these errors were encountered:
Code like
produces staits 'shape: straight' , which means usual stairs. But how to create "intermidiaate" stairs, between faced for example to north and east, that corner one, that names 'shape: outer_*' ? Where * is direction.
The text was updated successfully, but these errors were encountered: