Page 1 of 1

Help adding a recipe

Posted: Mon Dec 14, 2015 2:45 pm
by BigD999
I'm trying to add a recipe to the game to make more plastic bars, but the recipe won't take here's what I have so far. https://drive.google.com/file/d/0B9aGMn ... sp=sharing
I don't know why it not working but any help is welcome.

Re: Help adding a recipe

Posted: Mon Dec 14, 2015 3:43 pm
by rk84
You are missing pair of curly brackets in plastic-bar.lua
Prototype definitions have to be inside single array.

Code: Select all

data:extend({ --line 1
--
}) -- line 27
Edit: You are not only one to bump into this problem. I think I will might make error message suggestion.

Re: Help adding a recipe

Posted: Mon Dec 14, 2015 3:49 pm
by BigD999
Thank you for you help it worked.