For a entity that produces certain compounds I need to define a crafting category as in an alternative to "chemistry" as crafting category.
The wiki is very breif so I just tried doing a "recipe-category.lua" file with this:
data:extend(
{
{
type = "recipe-category",
name = "drugs"
},
})
That didnt help.
Any suggestions?
Edit: Just check for spelling errors.... Duh!
Crafting categories
Crafting categories
Last edited by Shenpen on Sun Apr 16, 2017 5:58 pm, edited 1 time in total.
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Crafting categories
After that you need to set the category to the recipes and the machine you want them to be crafted in.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ

"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ

"should be fixed"
Re: Crafting categories
Arch666Angel wrote:After that you need to set the category to the recipes and the machine you want them to be crafted in.
Yeah. Got it right after a bit of messing about with it.