Override another mod's recipes?

Place to get help with not working mods / modding interface.
Post Reply
User avatar
Thomasnotused
Filter Inserter
Filter Inserter
Posts: 259
Joined: Thu Jan 29, 2015 9:58 pm
Contact:

Override another mod's recipes?

Post by Thomasnotused »

I'm working on a little mod for DyTech that'll change the recipes to be more in-line with the Marathon Mod's pace, but I got so confused. I was just wondering what I would do in this situation.
I have no idea what I'm doing.

Rahjital
Filter Inserter
Filter Inserter
Posts: 435
Joined: Thu May 29, 2014 10:44 am
Contact:

Re: Override another mod's recipes?

Post by Rahjital »

You change them the same way you change vanilla game recipes, but instead of data.lua, you do it in data-updates.lua. Data-updates is loaded after Dytech's data.lua where its recipes are defined, so you can change however you want there.

Post Reply

Return to “Modding help”