Hi i'm an italian student (so sorry if my english isn't very good >_<)
I'm making a test mod. all works fine but i have a question: i' ve got a problem with items/entities/tech. it doesn't display the correct name but a thing like this: Unknown key:"Technology-name.electric-furnace-II. is there a way to just put "electric furnace II"??? thanks!
Bugged names?
Re: Bugged names?
You need a locale file for the language you want the name to appear in, for English e.g. locale/en/en.cfg:
You can also optionally add a description:
Code: Select all
[technology-name]
electric-furnace-II=electric furnace II
Code: Select all
[technology-description]
electric-furnace-II=Second-tier electric furnace.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Bugged names?
Thanks!