Page 1 of 1
0.17.74 - Inconsistent behavior of LuaRecipe.icons.icon_size
Posted: Thu Oct 31, 2019 8:11 pm
by PyroFire
Something is clearly wrong here.
Why is it huge in the inventory and crafting queue, but tiny on the assembler?

Re: 0.17.74 - Inconsistent behavior of LuaRecipe.icons.icon_size
Posted: Thu Oct 31, 2019 8:24 pm
by Rseding91
Layered icons require a very specific setup to work correctly and it looks like what ever mod you're using is not doing it correctly. All of the barreling/unbarreling recipes use layered icons so they do work correctly but there are limitations on how you have to define everything.
I'm moving this to modding help.
Re: 0.17.74 - Inconsistent behavior of LuaRecipe.icons.icon_size
Posted: Thu Oct 31, 2019 8:52 pm
by posila
Re: 0.17.74 - Inconsistent behavior of LuaRecipe.icons.icon_size
Posted: Fri Nov 01, 2019 12:05 am
by PyroFire
Thanks for the info, i completely forgot about this special behavior with the first layer.
I ended up adding a unique icon for the recipe, but in future i think i could just use a dummy icon so it doesn't freak out like that.