Jump to content

Recommended Posts

Since the New Crafting Menu Update came out, My old (admittedly scuffed) Recipes no longer work for the Modded Character I was working on.
Anyone got an Example of a Character Specific Recipe they think they could Show me to point me in the Right Direction?

AddRecipe2("item", 
{ 	Ingredient("beefalowool", 4 ), 
	Ingredient("marble", 3),
	Ingredient("rope", 2)}, 
	TECH.SCIENCE_TWO,
	{atlas = "images/inventoryimages/item.xml",image = "item.tex", builder_tag = "your_character_tag"},
	{"CHARACTER"})

Your character needs to have a tag special to them, replace you_character_tag with it and then it will appear in the character slot :)

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