XaneXXXX 3 Report post Posted September 22, 2016 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 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
CEN 449 Report post Posted September 22, 2016 For free meaning no components or tools? Share this post Link to post Share on other sites
XaneXXXX 3 Report post Posted September 22, 2016 (edited) 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 September 22, 2016 by XaneXXXX Share this post Link to post Share on other sites
STONEY-DSP 22 Report post Posted September 22, 2016 if i'm reading this correct he just wants to have the wooden-planks without the chopping the tree down than craft them. Share this post Link to post Share on other sites
XaneXXXX 3 Report post Posted September 22, 2016 12 minutes ago, STONEY-DSP said: if i'm reading this correct he just wants to have the wooden-planks without the chopping the tree down than craft them. Exactly! Share this post Link to post Share on other sites
CEN 449 Report post Posted September 22, 2016 You need a component to make the recipe from I believe. Share this post Link to post Share on other sites
STONEY-DSP 22 Report post Posted September 22, 2016 you can put the "Exile_Item_WoodPlank" in the traders and make the price really cheap, or put them in your inventory via the database when you are the server owner Share this post Link to post Share on other sites
John Lemon 14 Report post Posted September 23, 2016 15 hours ago, XaneXXXX said: i just wanna build some stuff for fun. maybe the editor could solve ur problems... Share this post Link to post Share on other sites
DaveM 8 Report post Posted September 23, 2016 or admin tools/infistar if you have a server Share this post Link to post Share on other sites
XaneXXXX 3 Report post Posted September 26, 2016 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