Jump to content

Missing Crafting Filter Icon on Scrapbook for Recipes with Alternative Names


Kyno
  • Pending

Some recipes in the code have alternative names such as "wendy_butterfly" from Wendy's skill tree and thus they don't get a proper Crafting Filter icon on the Scrapbook.

I get its because the devs probably don't want Twigs from Wilson' skill tree having a crafting entry in the Scrapbook but this also affects mods that add recipes in a similar way. Hope these recipes can get a optional param to set the desired crafting filter icon in Scrapbook.

Recipe2("wendy_butterfly", {Ingredient("ghostflower", 2), Ingredient("butterflywings", 1)}, TECH.NONE, 
{
    builder_skill = "wendy_ghostflower_butterfly", 
    product       = "butterfly",
    image         = "butterfly.tex"
})

It should have Wendy's icon near the craftable description.
image.png.b91980c25dbadbad0827e1396e11f36d.png

image.png.32e4fb552a5fcab78291eefc4b229c12.png


Steps to Reproduce

Open Scrapbook and see any recipe that have alternative name for context. i.e Butterfly from Wendy's skill tree. "wendy_butterfly"

  • Like 1



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...