Jump to content

Question about ingredients


Biscuitism

Recommended Posts

I dont know if it's what you mean but you can look into PZ/media/scripts/recipes.txt or items.txt

 

recipe Make Grilled Cheese Sandwich	  {	    Bread,	    Butter,	    Cheese,	    keep Pan,	    	    Result:GrilledCheese,	   Time:120.0,	  }item GrilledCheese	{		HungerChange	=	-80,		Type	=	Food,		DisplayName	=	Grilled Cheese Sandwich,		MinutesToCook	=	5,		Weight	=	0.3,		IsCookable	=	TRUE,		DaysTotallyRotten	=	4,		DangerousUncooked	=	FALSE,		MinutesToBurn	=	8,		Icon	=	Sandwich_Cheese,		BoredomChange	=	-15,		DaysFresh	=	2,	}

 

Link to comment
Share on other sites

I dont know if it's what you mean but you can look into PZ/media/scripts/recipes.txt or items.txt

 

recipe Make Grilled Cheese Sandwich	  {	    Bread,	    Butter,	    Cheese,	    keep Pan,	    	    Result:GrilledCheese,	   Time:120.0,	  }item GrilledCheese	{		HungerChange	=	-80,		Type	=	Food,		DisplayName	=	Grilled Cheese Sandwich,		MinutesToCook	=	5,		Weight	=	0.3,		IsCookable	=	TRUE,		DaysTotallyRotten	=	4,		DangerousUncooked	=	FALSE,		MinutesToBurn	=	8,		Icon	=	Sandwich_Cheese,		BoredomChange	=	-15,		DaysFresh	=	2,	}

 

 

Not exactly what I meant. Thanks though.

Link to comment
Share on other sites

Well you would have to write a new java.class to create a new type for the ingredients. But why not just use food for the ingredients!?

Creating another type for ingredients (which mostly are food too I guess) would be a bit superflous in my opinion :)

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