I want to add a crafting category also for the player. Right now I have a modded a small machine (packager) which should not show all other recipes, therefore I started using a crafting_category. Now I also want the player to be able to craft the same recipes.
The following I found online, but it seems not to be working:
Code: Select all
table.insert(data.raw["player"]["crafting_categories"],"packager-pack")
Thanks for your help!
cheers,
judos