Jump to content

Recommended Posts

Hey everyone! I need some help with mod. I'm trying to make different crafts for dfferent characters. I've done that:

local blood = AddRecipe("blood", {Ingredient(GLOBAL.CHARACTER_INGREDIENT.HEALTH, 10),Ingredient("flint", 1)}, RECIPETABS.REFINE, TECH.NONE, nil, nil, nil,nil,"human")
blood.atlas = "images/inventoryimages/blood.xml"

local blood1 = AddRecipe("blood", {Ingredient("meat", 2),Ingredient("flint", 1)}, RECIPETABS.REFINE, TECH.NONE, nil, nil, nil, nil, "robot")
blood1.atlas = "images/inventoryimages/blood.xml"

But recipe for "humans" is not working... Does enyone knows how to fix it? Thanks for eny kind of help!:)

 

  • Like 1

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