slot 1 in anvil

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

hakeem_j

Member
Aug 17, 2017
39
1
0
26
code_language.skript:
command /no:
    trigger:
        open better inventory "ANVIL" to player
how i can make custom recipe to set slot 1 stick
thx
 
code_language.skript:
command /no:
    trigger:
        open better inventory "ANVIL" to player
how i can make custom recipe to set slot 1 stick
thx
A bit confused. are you trying to make a custom recipe for a stick? Or are you looking to just set the slot to a stick and make a recipe separate to that
 
you can just use the set slot expression for this. Though if you want to do a gui, then either format slot(skquery I think) or make gui slot(tuske).
Tuske is preferred as format slot is very buggy.
The addon tuske has an in depth tutorials of it's gui setup.
and set slot can be found with examples in the docs
 
you can just use the set slot expression for this. Though if you want to do a gui, then either format slot(skquery I think) or make gui slot(tuske).
Tuske is preferred as format slot is very buggy.
The addon tuske has an in depth tutorials of it's gui setup.
and set slot can be found with examples in the docs
i use skellett and i didnt know how to set slot 1 in anvile
 
Status
Not open for further replies.