Solved amount of items on a recipe

  • 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.
Feb 24, 2017
191
7
0
23
foroendertheth.foroactivo.com
code_language.skript:
    register new shaped recipe for ("2" parsed as item) using air, ("31:1" parsed as item), air, air, dirt, air, air, air, air
    register new shaped recipe for ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)
    register new shaped recipe for ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air#for example how I make like give your 3
 
what is your question here? What do you need help with?
All you have put is your code, you might want to be more descriptive
 
what is your question here? What do you need help with?
All you have put is your code, you might want to be more descriptive
Sorry my main lenguaje is Spanish
For example if you craft a door the door will give you 3 doors and I want to know how to do something like that. Now at the code with 8 tall grass I craft just 1 Lili pad and I want to craft 3 instead of 1
 
Youre better off using names... and if the names dont work, check the Aliases file... I know several times I have had a hard time finding names, but they are there.
Also, once 1.13 comes out, IDs will be gone. Unless you are running a server on 1.12 or under, you are way better off using names/aliases
 
because it's easy with the items id. and some stuff whend you use the names don't work
just put the number after "register new shaped recipe for " and before the item
[18:24:32 INFO]: [Skript] Reloading survival.sk...
[18:24:32 ERROR]: Can't understand this condition/effect: register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item) (survival.sk, line 90: register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)')
[18:24:32 ERROR]: Can't understand this condition/effect: register new shaped recipe for 4 ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air (survival.sk, line 91: register new shaped recipe for 4 ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air')
[18:24:32 INFO]: [Skript] Encountered 2 errors while reloading survival.sk!
>skript reload survival
[18:26:05 INFO]: [Skript] Reloading survival.sk...
[18:26:05 ERROR]: Can't understand this condition/effect: register new shaped recipe for ("111" parsed as item) 3 using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item) (survival.sk, line 90: register new shaped recipe for ("111" parsed as item) 3 using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)')
[18:26:05 ERROR]: Can't understand this condition/effect: register new shaped recipe for ("337" parsed as item) 4 using ("82" parsed as item), air, air, air, air, air, air, air, air (survival.sk, line 91: register new shaped recipe for ("337" parsed as item) 4 using ("82" parsed as item), air, air, air, air, air, air, air, air')
[18:26:05 INFO]: [Skript] Encountered 2 errors while reloading survival.sk!
>
code_language.skript:
    register new shaped recipe for ("111" parsed as item) 3 using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)
    register new shaped recipe for ("337" parsed as item) 4 using ("82" parsed as item), air, air, air, air, air, air, air, air
 
its because you did it wrong, like i said before,
after "register new shaped recipe for " and before the item (the item you are creating)
 
its because you did it wrong, like i said before,
after "register new shaped recipe for " and before the item (the item you are creating)
[18:34:19 ERROR]: Can't understand this condition/effect: register new shaped recipe for 4("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air (survival.sk, line 91: register new shaped recipe for 4("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air')
[18:34:19 INFO]: [Skript] Encountered 2 errors while reloading survival.sk!
>skript reload survival
[18:34:33 INFO]: [Skript] Reloading survival.sk...
[18:34:34 ERROR]: Can't understand this condition/effect: register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item) (survival.sk, line 90: register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)')
[18:34:34 ERROR]: Can't understand this condition/effect: register new shaped recipe for 4 ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air (survival.sk, line 91: register new shaped recipe for 4 ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air')
[18:34:34 INFO]: [Skript] Encountered 2 errors while reloading survival.sk!
code_language.skript:
    register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)
    register new shaped recipe for 4 ("337" parsed as item) using ("82" parsed as item), air, air, air, air, air, air, air, air
 
try this
code_language.skript:
register new shaped recipe for 3 lily pad using tall grass, air, tall grass, tall grass, tall grass, tall grass, tall grass, tall grass, tall grass
 
Status
Not open for further replies.