Luci350

How to craft a campfire

5 posts in this topic

Hello!

I am having the following crafting problem:
- I have attempted to craft a campfire, and i get stuck on the finding leaves part.

I allready have all the other items but i can not find the leaves and dont know how to get them.

My question is:
- Can somebody please explain how or where i can get leaves ?

Thank you!!

Share this post


Link to post
Share on other sites
Advertisement

The server you are on might have changed the recipe, but default Exile recipe only requires wood to craft a fireplace:

class CraftFirePlace: Exile_AbstractCraftingRecipe
{
	name = "Craft Fire Place";
	pictureItem = "Exile_Item_CampFireKit";
	returnedItems[] = 
	{
		{1, "Exile_Item_CampFireKit"}
	};
	components[] = 
	{
		{2, "Exile_Item_WoodLog"}
	};
};

 

Share this post


Link to post
Share on other sites

The code shows that vanilla exile only needs wood for a campfire, you can't do anything with that code. The server you are on, has different recipies to make a campfire i think. Ask in the server, of go to the website of that server.

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.