Jump to content

What logic is this when making a recipe?


RyuuDZ

Recommended Posts

I'm a little confused on making a recipe, and the logic of the items requirements. 

 

recipe Make item 

{

Recipe1/Recipe2,Recipe4

keep Recipe2/Recipe4,

Result:NewItem,

Time:100,

}

 

As you can see here, "Recipe1/Recipe2" what is the "/" for? Is that an "Or" statement? 

And what about when you have a situation like

 

 

"

Recipe1, Recipe2,

keep Recipe2

"

 

Is the "," Between Recipe 1 and 2 a "Require both items" statement to craft a new item? 

I understand the "," behind Recipe2 is for the next line, but I'm just trying to be sure. 

Link to comment
Share on other sites

Normally that's what I would had of done, but since I was busy with other things when I posted that, and I had time for waiting because of such, so I figured I'd ask someone :) 

Speaking of which, thank you for answering the question. 

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