#Custom recipe not working
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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
you never set {_dryweed}
prefixing a variable with _ means its local. local variables are, well, local, or specific to the code block they are created