Cant set cocoa plant 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 comminuty!

    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.

Nextopi

Member
May 1, 2018
21
0
1
33
Basically the title, i cant find a way to set a cocoa direction, i can place it without direction, but as soon as I add the direction it shows an error, can anyone give me a solution please? thanks

Skript Version (do not put latest):
Skript 2.4 (beta9)
Skript Author: Bensku
Minecraft Version: 1.14.4
---
Full Code:

Code:
set event-block to small west cocoa plant

Errors on Reload:

Code (Skript):
"a block can't be set to 'small west cocoa plant' because the latter is not an item type

Other Useful Info:

Addons using (including versions):
SkQuery-4.1.1,skRayFall+v1.9.18, skUtilities.v0.9.2


Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I updated my aliases and it didnt work
 
Here should be all the info you need
Code:
    {directional}:
        {default} = -
        north(ward| facing) = -[facing=north]
        south(ward| facing) = -[facing=south]
        west(ward| facing) = -[facing=west]
        east(ward| facing) = -[facing=east]
Code:
    {cocoa growth state}:
        {default} = -
        (small|freshly planted) = -[age=0]
        medium = -[age=1]
        (ripe|big|large) = -[age=2]
    {cocoa growth state} {directional} cocoa [plant¦s] = minecraft:cocoa
ex:
code_language.skript:
small north facing cocoa plant
 
thanks that kind of worked, but all cocoa plants face north no matter what I write, weird
 
Status
Not open for further replies.