NobodyCares69 Posted December 14, 2016 Share Posted December 14, 2016 I tried to add a recipe to the game, but it doesn't show up in any of the tabs. It is a mod for SW only and here is the code: STRINGS = GLOBAL.STRINGS RECIPETABS = GLOBAL.RECIPETABS Recipe = GLOBAL.Recipe Ingredient = GLOBAL.Ingredient TECH = GLOBAL.TECH Recipe("obsidian_workbench", {Ingredient("obsidian", 10), Ingredient("boards", 10), Ingredient("dragoonheart", 3)}, RECIPETABS.MAGIC, TECH.MAGIC_TWO, "tent_placer") Am I missing something here? Link to comment https://forums.kleientertainment.com/forums/topic/72511-recipe-from-the-mod-doesnt-show-up/ Share on other sites More sharing options...
Mobbstar Posted December 14, 2016 Share Posted December 14, 2016 (edited) "TECH.MAGIC_TWO" means you need a magic prototyper to see it. To make it known by default, use "TECH.NONE". It should be in the magic tab ("RECIPETABS.MAGIC"). Edited December 14, 2016 by Mobbstar instructions Link to comment https://forums.kleientertainment.com/forums/topic/72511-recipe-from-the-mod-doesnt-show-up/#findComment-848616 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