#Custom recipe not working

1 messages · Page 1 of 1 (latest)

coral rock
#

Code on load: set {_joint} to feather named "&2&lFat blunt" register new shaped recipe for {_joint} using paper, paper, paper, {_dryweed}, {_dryweed}, {_dryweed}, paper, paper and paper with id "Fat_blunt"

Reloading the skript returns no errors, yet the recipe does not work.
Using skript and SkBee

potent imp
#

you never set {_dryweed}

coral rock
#

i did in a previous thing

#

or do i need to set it for every skript?

potent imp
#

prefixing a variable with _ means its local. local variables are, well, local, or specific to the code block they are created

coral rock
#

ahhhhhhhhhhhhhhh

#

thanks then