On your next release, would you mind either moving or duplicating entries for your bob-valve into the entity-name section of your locale please?
My Recycling Machines Mod checks every item prototype for certain properties. Your bob-valve have the 'place_result' property which suggests that there is an entity prototype associated, and that the locale should be in the entity-name section. As a result, my Recycling Machine gives an ugly error display when i hover over your entity in the Recycling Machines menus.
To put this into context, this is the only example I can find in all of your Mods where this happens. So far I've discovered it in only 3 places across dozens of other Mods.
Bob's Logistics locale
Moderator: bobingabout
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Bob's Logistics locale
I'll have to look at what I did.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Bob's Logistics locale
Alright, I'm adding the following to entity, and item, and apparently already existed for recipe.
This should fix the issue without boblocale having to be updated, as using this method should map to the active locale.
It will be in the next release.
Code: Select all
bob-valve=__ITEM__valve__
bob-valve=__ENTITY__valve__
It will be in the next release.
Re: Bob's Logistics locale
Thank you
Re: Bob's Logistics locale
Actually, because you have a localised_name property set for the valve prototype, I don't actually need the change in your locale. My code should test for that and use it where it finds it.
That's not true for any other modders I have contacted though.
That's not true for any other modders I have contacted though.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Bob's Logistics locale
I was going to say it has that... however... I've deleted it now for the next version.... honestly, it wasn't really needed there when I could have done what I just changed it to in the begining.DRY411S wrote:Actually, because you have a localised_name property set for the valve prototype, I don't actually need the change in your locale. My code should test for that and use it where it finds it.
That's not true for any other modders I have contacted though.