Jump to content

Recommended Posts

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?

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...