Sign in to follow this  
XaneXXXX

Make recepies free tips?

12 posts in this topic

So for example:

class CraftWoodPlank: Exile_AbstractCraftingRecipe
{
    name = "Craft Wood Plank";
    pictureItem = "Exile_Item_WoodPlank";
    requiredInteractionModelGroup = "WorkBench";
    returnedItems[] = 
    {
        {1, "Exile_Item_WoodPlank"}
    };
    components[] = 
    {
        {2, "Exile_Item_WoodLog"}
    };
    tools[] = {"Exile_Item_Handsaw"};

If i want to be able to craft this item for free, what do i need to change? I tried changing the 2, "Exile_Item_WoodLog to 0, "Exile_Item_WoodLog but that didn't work, tips? Thanks :D

The reason that i wanna make recepies free is that i want some kind of "creative mode", i just wanna build some stuff for fun.

Share this post


Link to post
Share on other sites
Advertisement
15 minutes ago, CEN said:

For free meaning no components or tools?

tools doesn't matter, components mostly.

But i would like to learn on how to make it completly free also. Thanks.

Edited by XaneXXXX

Share this post


Link to post
Share on other sites
On 2016-09-23 at 1:47 PM, DaveM said:

or admin tools/infistar if you have a server

I have a private server (only me and a friend is playing) so i don't wanna pay for infistar, right now I'm using bAdmin menu. do you know a better one? Thanks.

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.