Rusty's Locale Utilities


A set of helper functions for resolving proper localised names and descriptions of prototypes, including recipes and items. There are also utilities for resolving prototype icons, because why not?

Internal
11 months ago
0.18 - 2.0
77.6K

g Thanks!

5 years ago

I borrowed a couple functions for my mod Evercraft to help speed up development. Thanks for this!

One thing I noticed is that your parse_product() function does a table copy but doesn't use the table copy. This means calling it on a recipe will mark the recipe as modified, which may not be intended!

5 years ago

That's definitely not intended :D Thanks for pointing it out.

New response