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

maxall4

Member
Jul 18, 2018
11
0
0
25
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_language.skript:
register new recipe for glass bottle  with wheat, wheat, wheat,stick
 
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_language.skript:
register new recipe for glass bottle  with wheat, wheat, wheat,stick
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
 
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_language.skript:
register new recipe for glass bottle  with wheat, wheat, wheat,stick
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_language.skript:
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%
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
 
Status
Not open for further replies.