-
Notifications
You must be signed in to change notification settings - Fork 23
Placing and rotating special blocks
artemis edited this page Apr 10, 2025
·
1 revision
Block rotation uses the mod component of a Block. These values can vary from block to block, so the direction is not encoded in a consistent way. Here are some of the orientations for commonly used blocks:
// TODO
// TODO
Some multi-block structures (such as doors and beds) require a specific order of block placement.
The top of the door must be placed first, in the correct orientation. The bottom block is placed below it, and is orientation-agnostic.
// TODO