Jump to content

recipe formatting


psykikk

Recommended Posts

hi

 

another question aand I havent found an answer yet:

 

I wonder if it is possible to format recipes in the way that several items of the same kind are posible, yet there are others that would work as well

 

meaning (as an example)

 

make item

{

Nails=4/Screws=4,

}

 

I have only found recipes where there are singular items that can be used for the same purpose, not multiple.

 

does anyone have an idea ? 

 

thanks in advance again

Link to comment
Share on other sites

As far as I know, this is impossible.

 

You may either:

1) Create two recipes: Nails=4 and Screws=4 separately.

2) Use event functions OnTest and OnCreate, e.g. OnTest may check if there are (nails + screws > 3), and OnCreate removes these items from inventory.

Link to comment
Share on other sites

On 12/31/2019 at 4:02 PM, Maris said:

As far as I know, this is impossible.

 

You may either:

1) Create two recipes: Nails=4 and Screws=4 separately.

2) Use event functions OnTest and OnCreate, e.g. OnTest may check if there are (nails + screws > 3), and OnCreate removes these items from inventory.

thats too bad. 
I also went the way of making two separate recipes because I have no clue on how to operate with functions whatsoever

 

thanks again

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
×
×
  • Create New...