QuickShot010 Posted February 6, 2015 Share Posted February 6, 2015 Ok, so i added a custom spear prefab. I want this new recipe to be under the recipe of the normal spear instead of all the way down the list. Anyone know how to achieve this?Thanks Link to comment https://forums.kleientertainment.com/forums/topic/50603-recipe-location/ Share on other sites More sharing options...
Foxrai Posted February 6, 2015 Share Posted February 6, 2015 @QuickShot010, Probably your recipe looks like this: local myspear_recipe = Recipe("myspear", {Ingredient("thing", 10), Ingredient("thing", 10)}, BLABLABLAHmyspear_recipe.sortkey = 1 set this number to "1", it should put ur recipe on the 1st place in certain recipe tab.myspear_recipe.atlas = resolvefilepath("images/inventoryimages/myspear.xml")STRINGS.RECIPE_DESC.MYSPEAR = "abc" Link to comment https://forums.kleientertainment.com/forums/topic/50603-recipe-location/#findComment-610350 Share on other sites More sharing options...
QuickShot010 Posted February 6, 2015 Author Share Posted February 6, 2015 @QuickShot010, Probably your recipe looks like this: local myspear_recipe = Recipe("myspear", {Ingredient("thing", 10), Ingredient("thing", 10)}, BLABLABLAHmyspear_recipe.sortkey = 1 set this number to "1", it should put ur recipe on the 1st place in certain recipe tab.myspear_recipe.atlas = resolvefilepath("images/inventoryimages/myspear.xml")STRINGS.RECIPE_DESC.MYSPEAR = "abc" Thank you. Link to comment https://forums.kleientertainment.com/forums/topic/50603-recipe-location/#findComment-610359 Share on other sites More sharing options...
Foxrai Posted February 6, 2015 Share Posted February 6, 2015 Thank you. Welcome ^^ Hope it worked Link to comment https://forums.kleientertainment.com/forums/topic/50603-recipe-location/#findComment-610368 Share on other sites More sharing options...
QuickShot010 Posted February 6, 2015 Author Share Posted February 6, 2015 Welcome ^^ Hope it worked Yep, now the two spears are gloriously next to each other If you are wondering, this was for the mod Drok the Caveman Cheers ^^ Link to comment https://forums.kleientertainment.com/forums/topic/50603-recipe-location/#findComment-610377 Share on other sites More sharing options...
Recommended Posts
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