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
I have successfully placed blocks using the following command:
mc.setBlock("obsidian", pos)
I have two questions:
Is there any command or method available to get a list of all the block types that I can use with setBlock()? Because now I can't use numbers to guess.
How can I place blocks that need to face a specific direction, such as stairs? Is there a way to specify the orientation when placing these blocks?