Set block direction?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

JustADev

Well-Known Member
Apr 8, 2017
379
9
18
Question: How do i set the block direction ie, the way it faces with constructions?

Code:
code_language.skript:
command /crate:
    trigger:
        make "M" with beacon at location (108, 117, 153) with effect true
        make "A" with stone brick stairs at location (107, 117, 153) with effect true
 
Question: How do i set the block direction ie, the way it faces with constructions?

Code:
code_language.skript:
command /crate:
    trigger:
        make "M" with beacon at location (108, 117, 153) with effect true
        make "A" with stone brick stairs at location (107, 117, 153) with effect true
Do you mean the stair facing in that code? if so with that maybe try brick_stairs:1 (or a number between 1-3 as 108 -108:3 are the different brick stair facings)
 
Facing yeah, the stairs
[doublepost=1501707325,1501706584][/doublepost]I have tried that and it doesnt work
 
Status
Not open for further replies.