1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

skwaze not working

Discussion in 'Skript' started by maxall4, Jul 26, 2018.

Thread Status:
Not open for further replies.
  1. maxall4

    maxall4 Member

    Joined:
    Jul 18, 2018
    Messages:
    11
    Likes Received:
    0
    hi im trying to use the skwaze addon for crafting but it says
    "Can't understand this condition/effect:"
    and then the code below
    I also tried it with Waze at the beginning



    Code (Skript):
    1. register new recipe for glass bottle  with wheat, wheat, wheat,stick
     
  2. Efnilite

    Supporter

    Joined:
    May 12, 2018
    Messages:
    218
    Likes Received:
    15
    Medals:
    You can also use TuSKe for recipes, I think there is more support for that. The syntax you are using is from SkQuery I believe, so try downloading or SkQuery-Lime or TuSKe
     
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Yeah Like Efnilite said I dont think that is from SkWaze, thats from SkQuery.... also (I may be wrong) but if you are using Skquery and doing recipes you need to include the air, and whether or not its shaped or shapeless
    Code (Skript):
    1. register new shaped recipe for %item type% using %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%
    2. register new shapeless recipe for %item type% using %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%, %item type%
    like
    register new shaped recipe for glass bottle using wheat, wheat, wheat, stick, air, air, air, air, air
     
Thread Status:
Not open for further replies.

Share This Page

Loading...