Page 1 of 1

Rename output/result

Posted: Sat Jul 02, 2016 5:13 am
by TheSAguy
Angels mod had a output called stone-crushed and Bio-Industries has a output called crushed-stone.

How would I re-name one of these if the other is detected?

something like:
If data.raw.item[stone-crushed] then
rename crushed-stone to stone-crushed
end.

But this would probably have to be done to all recipes also?
This way they can both be used in recipes that use crushed stone.

Thanks,

Re: Rename output/result

Posted: Sat Jul 02, 2016 11:10 am
by orzelek
I'd say just name them in same way - aka rename it in your Bio-Industries mod for example.
This will mean they will be automatically same item.

Renaming is tricky - nee to go through all the definitions - items, recipes, tech etc.