[0.18.36] 'tool' items are sometimes missing their durability localisation
Posted: Sun Jul 19, 2020 10:00 pm
Hello
when you create 'tool'-prototype items and give them custom localisations, like this:
then these localisations are only shown in the item tooltip. In other places, like recipes, the default localisation is used.

when you create 'tool'-prototype items and give them custom localisations, like this:
Code: Select all
prototype.durability_description_key = "description.food-key"
prototype.durability_description_value = "description.food-value"
