Jump to content

[Help]Could I make some different items to create the a same new item?


Recommended Posts

I wish make a "lighting powder" items from tab. I think "firefiles" or "light nulb"  item as a material. But I look for some mods. Seem not more material could make a product. like "fireflies" --> "lighting powder" or "light nulb" --> "lighting powder", and just one column. anybody suggest?

local lightingpowder = GLOBAL.Recipe("lightingpowder",				{ 	Ingredient("fireflies", 1) },					RECIPETABS.REFINE,					TECH.SCIENCE_TWO, 					nil,					nil,					nil,																3)

Ingredient("fireflies", 1) or Ingredient("lightbulb", 1) is working?

Link to comment
Share on other sites

@Atena,

as an easy way ofc u could just make several different recipes that create the same item, but with different ingredients.

since u probably also want to decide, which item to use to build it, this would probably be the better way.

alternatively, something that might(!) maybe work is to give a function either to Recipie() or Ingredient(), which returns the item u have in your inventory. however, this would be pretty hacky, and iam not sure if it would work at all.

Edited by Seiai
Link to comment
Share on other sites

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
 Share

×
  • Create New...