Hello!
AddRecipe2( "wiku_phonograph", -- name { -- ingredients Ingredient("gears", 2), Ingredient("transistor", 2), Ingredient("bluegem", 1), }, GLOBAL.TECH.SCIENCE_TWO, -- tech { -- config builder_tag = "wiku", atlas = "images/inventoryimages/wiku_items.xml", image = "wiku_phonograph.tex", }, { -- filters "DECOR", "MODS", } )
for some reason using anything other than "TOOLS" within filters will cause the game to fail and use the proper icon and use the second in this example it's MODS icon. if i were to use TOOLS it would show like this.
In the above example i used DECOR and it used the MODS icon instead cuz it failed to use it.
This also applies to any attempts to use craftingprefab in the scrapbook entry it will try to look for it but since there is no mod support it will just use nothing at all.
[00:52:41]: WARNING! Could not find region 'avatar_wiku.tex' from atlas 'images/crafting_menu_avatars.xml'. Is the region specified in the atlas? [00:52:41]: Looking for default texture '' from atlas 'images/crafting_menu_avatars.xml'. [00:52:41]: Error Looking for default texture in from atlas 'images/crafting_menu_avatars.xml'.
since there is no mod support for scrapbook so removing the craftingprefab within the scrapbook entry will result in using the fallback mod character icon
Attempt to add custom recipe using AddRecipe2 with tags like DECOR with having scrapbook entry for that item.
Try to use craftingprefab within the scrapbook to custom one resulting it not finding it cause there is no mod support.
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 accountSign in
Already have an account? Sign in here.
Sign In Now