Adds technology to increase the efficiency of some recipes, auto updates recipes in assembly machines and adds a function for modders to add efficiency recipes for their items
Hi,i'm playing factorio in zh-CN,when i want to translate your mod ,i found the recipe and technology name was not exist,it looks like 12,so i don't know how to change it .can u give me some help?thx
recipe/search names are created by inserting the variable localised_name in the prototype, this is what allows me to create the names without editing the locale.cfg .
One thing you can do is change the names directly in settings-value.lua, that all the names you see in game are defined in that file.
You can do Recipes["copper-cable"].name = "new name" to modify the name.