Solved Oak leaves appear without texture

  • 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.

Aidanete

Active Member
Apr 11, 2017
139
10
0
Hello, I want to put in a TuSKe GUI some leaves, but the problem is that appear without texture, so I want to put specifically oak leaves and get it with the corresponding texture:
code_language.skript:
if loop-value is "2":
                set {_item} to leaves named "<light aqua>Camouflage"
                set line 1 of lore of {_item} to "<gray>Click to equip"
                format gui slot {_place} of player with {_item} to run player command "/head 18"

No errors detected, only the texture
 
Use oak leaves instead of leaves
 
Try setting the datavalue to the datavalue from oak leaves
 
Thank you very much! The bug was that oak leaves also put leaves with data value 12. So I forced to 0
 
Status
Not open for further replies.