Help adding a recipe

Place to get help with not working mods / modding interface.
Post Reply
BigD999
Burner Inserter
Burner Inserter
Posts: 6
Joined: Mon Dec 14, 2015 2:37 pm
Contact:

Help adding a recipe

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

User avatar
rk84
Filter Inserter
Filter Inserter
Posts: 556
Joined: Wed Feb 13, 2013 9:15 am
Contact:

Re: Help adding a recipe

Post 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.
Test mode
Searching Flashlight
[WIP]Fluid handling expansion
[WIP]PvP gamescript
[WIP]Rocket Express
Autofill: The torch has been pass to Nexela

BigD999
Burner Inserter
Burner Inserter
Posts: 6
Joined: Mon Dec 14, 2015 2:37 pm
Contact:

Re: Help adding a recipe

Post by BigD999 »

Thank you for you help it worked.

Post Reply

Return to “Modding help”