Crafting categories
Posted: Sun Apr 16, 2017 5:32 pm
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!
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!